@charset "utf-8";
.menuhorizontal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F0F0F0;
	background-image: url(imagenes/fondo%20rojo.jpg);
	background-repeat: repeat;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	/*background-image: url(imagenes/fondo%20rojo.jpg);
	background-repeat: repeat;*/
}
a:hover {
	text-decoration: underline;
}

