/* CSS Document */
BODY
{
	background-image: url(lateral.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
}
a:link {
	color: #000000;
	text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #009966;
}
a:hover {
	text-decoration: none;
	background: #99EE99;
	padding-right: 0px;
	padding-left: 0px;
}
a:active {
	text-decoration: none;
	color: #009966;
}
li{
  background: url(2.gif) left center no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
  margin-left: -35px;
  }
li.hermandad {
  background-image: url(b1.gif);
  }
li.historia {
  background-image: url(b2.gif);
  }
li.actualidad {
  background-image: url(b3.gif);
  }
li.fiesta {
  background-image: url(b4.gif);
  }
.transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	height: 0px;
	background: url('negro.jpg') #000000;
	filter:alpha(opacity=0);
	-moz-opacity: 0.;
	opacity: 0.0;
}