.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight: bold;

}
.textoingles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;

}
.casillas {
	border: 1px solid #104959;
	background-color: #F1FAED;
	font-size: 11px;
}
.boton {
	border: 1px solid #c7ebb6;
	color: #FFFFFF;
	background-color: #104959;
	font-size: 10px;
	font-weight: bold;

}
a:link {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: 7a7a7a;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: 7a7a7a;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: 70979e;

}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: 7a7a7a;

}
.fondo {
	background-attachment: fixed;
	background-image: url(images/fondo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

