body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-color: #006599;
	margin: 0px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding: 10px;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FCFA12;
}
a:visited {
	text-decoration: none;
	color: #FFF811;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFF90A;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
.cajas {
	font-size: 11px;
	color: #012B5D;
	text-decoration: none;
	border: 1px solid #003061;
	background-color: #FFF90A;
	padding: 4px;
}

