body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(img/fondo_azul.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #218ecd;
}
.tituloAZUL {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 20px;
	color: #1e80b8;
	font-weight:bold;
}
.tituloNARANJA {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 20px;
	color: #f7941e;
	font-weight:bold;
}
.destacadoAZUL {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	color: #1e80b8;
	font-weight:bold;
}
.destacadoNARANJA {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	color: #f7941e;
	font-weight:bold;
}
.textoAZUL {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color:#1e80b8;
}
.textoNARANJA {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color:#f7941e;
}
.textoNARANJA a {
	color:#f7941e;
	text-decoration:none;
}
.textoNARANJA a:hover {
	color:#1e80b8;
}
.textoNARANJA a:visited {
	color:#f7941e;
}

.textoGRIS {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #CCCCCC;
}
.txtdirAZUL {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #1e80b8;
}
.txtdirNARANJA {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #f7941e;
}
.txtdirNARANJA a {
	color:#f7941e;
	text-decoration:none;
}
.txtdirNARANJA a:hover {
	color:#1e80b8;
}
.txtdirNARANJA a:visited {
	color:#f7941e;
}