.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.texto_res {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFF99;
	color: #000000;
}

.boton {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1 solid #006699;
	font-weight: bold;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #006699;
}
a:hover {
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}

