body {
	text-align: center;
}
.fondo {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
.menutexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.bordeflash {
	border: 1px solid #FFCC33;
}
.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-align: justify;
	text-indent: 0pt;

}
.txtmayusculas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;


}
.menupeque {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
}
.bordeflash2 {

	border: 1px solid #003366;
}
.menutextoazul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
}
.menutextoama {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
.menutextoama2 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC33;
}
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	text-align: justify;
	font-weight: normal;
}
.txtimg {
	font-family: Tahoma;
	font-size: 9px;
	color: #003366;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.enlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#0099FF;
}