@charset "utf-8";
.fondo {
	background-attachment: scroll;
	background-image: url(imagenes/fondo_pagina.jpg);
	background-repeat: no-repeat;
}
.textos_blancos {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #1B5096;
}
ul#menu {
	list-style: none;
	width: 500px;
	font-style: normal;
	text-decoration: none;
}
ul#menu li {
	display: inline;
	text-decoration: none;
}
ul#menu li a {
	padding: 5px;
	margin-right: 5px;
	width: 100px;
	background: #009D00;
	color: #FFF;
	float: left;
	text-align: center;
	border: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li a:hover {
	background: #1B5096;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000;
}
ul#menu li a:visited {
	text-decoration: none;
}