/* CSS Document */
.fondo {
background-color: transparent;
}
.titulos {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 76819D;
	text-align: center;
	font-weight: bold;
	display:none;
}

a:link {
	font-family:  Arial,  sans-serif;
	font-size: 12px;
	color: 3C4B74;
	text-decoration: none;
	font-weight: bold;
	margin-left:25px;
}
a.enlaces:visited {
font-family:  Arial,  sans-serif;
	font-size: 12px;
	color: 3C4B74;
	text-decoration: none;
	font-weight: bold;
	margin-left:25px;
}
a.enlaces:hover {
font-family: Arial, sans-serif;
	font-size: 12px;
	color: 3C4B74;
	text-decoration: underline;
	font-weight: bold;
	margin-left:25px;
}
a.enlaces:active {
font-family:  Arial,  sans-serif;
	font-size: 12px;
	color: 3C4B74;
	text-decoration: none;
	font-weight: bold;
	margin-left:25px;
}
