/* CSS Document */

.verdana{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.negrita{
	font-weight:bold;
}
.txt11{
	font-size:11px;
}
.txt10{
	font-size:10px;
}
.txt18{
	font-size:18px;
}
.azul{
	color:#336699;
}
.azul_oscuro{
	color:#006699;
}
.rojo{
	color:#cc0000;
}
.linea_inferior{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;	
}
.bordes_azul{
	border:1px solid #336699;
}

.no_underline{
	text-decoration:none;
}
