<!-- Colores Web -->
<!-- Azul Fuerte: #0169B2 -->
<!-- Azul Mas Claro: #388BC1 -->
<!-- Azul Claro: #94BFDF -->
<!-- Blanco: #FFFFFF -->

A:link {text-decoration:none; color:#0169b2} 
A:visited {text-decoration:none;color:#0169b2} 
A:active {text-decoration:none;color:#999999} 
A:hover {text-decoration:none;color:#999999} 

.AbajoTexto {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0169b2;
}

.AbajoTextoRojo {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#990000;
}

.NormalAzul {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0169b2;
}

.TituloAzul {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0169b2;
}

.PeqAzul {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #0169b2;
}

.NormalNegro{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.BoldNegro{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}

.BoldRojo{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: red;
}

.TituloNoticias {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0169b2;
}

.SubtituloNoticias{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}

.PeqBoldNegro{
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}

.desptext{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#0169b2;
}

.boton{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #0169b2;
	background-color:#ffffff;
}

.divprograma{
	position:absolute;
	left:25; 
	top:200; 
	background-color:#ffffff;
	visibility:hidden; 
	width:710px; 
	height:560px
}
.enlacemenu{
	text-decoration:none; 
	color:#FFFFFF
}