a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-color: #00FFFF;
}
#cargando {
	position: fixed;
	top: 48%;
	right: 44%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00C;
}
body {
	background-color: #FFFFFF;
	cursor: default;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(imagenes/fondo_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 2px;
}
.contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.borde {
	border: 2px solid #009900;
}
.resaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.rojo {
	color: #FF0000;
}
.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
}
.globo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFF99;
	padding: 5px;
	height: auto;
	width: 350px;
	border: thin solid #000000;
	visibility: hidden;
	position: absolute;
}

input, select, textarea {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titulo_seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

