.linksmall {
	font-family: arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.linksmall:hover {
	font-family: arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.textogrande {
	font-family: times;
	font-size: 22px;
	color: #FFFFFF;
}
.text {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
}
.subnaranja {
	font-family: times;
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;

}
.link {
	font-family: times;
	color: #FFCC00;
	font-size: 14px;
	text-decoration: underline;
}
.link:hover {
	font-family: times;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
}
.caja {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #FF0000;
}
.linkgrande {
	font-family: times;
	font-size: 22px;
	color: #FFCC00;
	text-decoration: underline;
}
.linkgrande:hover {
	font-family: times;
	font-size: 22px;
	color: #FFCC00;
	text-decoration: none;
}
