/* CSS Document */

BODY {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Georgia, New York, Times New Roman, Times, serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dbdee0;
	margin: 0px;
}

/*Links*/

a:link {
	text-decoration:none;
	color: #435d74;
}

a:hover {
text-decoration:underline;	
}

a:visited {
	text-decoration:none;
	color: #435d74;
}

a.LinkFdoOscuro:link {
	text-decoration:none;
	color: #f7ffff;
}

a.LinkFdoOscuro:visited {
	text-decoration:none;
	color: #f7ffff;
}


a.Footer:link {
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color: #435d74;
}

a.Footer:hover {
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	color: #f7ffff;
}

a.Footer:visited {
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color:#435d74;
}

a.LinkCelesteyBlanco:link {
	text-decoration:none;
	color: #559bd2;
}

a.LinkCelesteyBlanco:hover {
	text-decoration:underline;
	color: #f7ffff;
}

a.LinkCelesteyBlanco:visited {
	text-decoration:none;
	color:#559bd2;
}



/*Tipografías*/


.TextoChicoBlanco{
	FONT-SIZE: 10px; color: #f7ffff;
}

.TextoCeleste{
	color: #559bd2;
}




/*Colores de fondo*/

.FdoSalmon{
	background-color:#ecdfcf;
}

.FdoSalmonOpaco{
	background-color:#d9cdc1;
}

.FdoSalmonOscuro{
	background-color:#c8b6a1;
}




