/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(imagenes/algarada7.jpg);
	background-repeat: no-repeat;
}
#menu li{
	list-style-image: none;
	display:block;
	height:30px;
	list-style-type: none;
	padding: 7px;
}

#menu {
	position:absolute;
	left: 108px;
	top: 231px;
	width: 267px;
	height: 374px;
	visibility: inherit;
	z-index: 3;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
