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

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

}
.casillas {
	border: 1px solid #104959;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #990033;

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

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

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

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

}
a:active {
	font-family: 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;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.brd+ {
	border: 1px dotted #FFFFFF;
}
