/* CSS Document */

body
{
background-color:#FFFFFF;
color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(imagenes/fontafondo5.gif);
background-repeat:repeat;
}


img {
	border: 1px solid #66CC66;
	}

a
{
	text-decoration:none;
	color:#66cc66;
}

a:hover
{
	color:#006600;
}

#madre { 
	width:100%;
	height:100%;
	top:0px;
	text-align:center;
	vertical-align:middle;
	z-index:1;
}

#contenedor {
	margin: auto;
	top:0px;
	width: 750px;
	height: 550px;
	position: relative;
	text-align: center;
	border: 1px solid #66CC66;
	background-color:#FFFFFF;
	z-index:2;
}

#CentradaHS 
{
	 width:750px;
	 height: 550px;
	 text-align:left;
	 position: absolute;
	 left:0px;
	 top:0px;
	 z-index:3;
}

#menu
{
	position:absolute;
	top:469px;
	left:7px;
	z-index:6;
	width: 710px;
	text-align:center;
}

#menu ul li
{
	list-style:none;
	font-size:95%;
	display:inline;
	color:#000000;
	}
	
	#aizpea
{
	position:absolute;
	z-index:1010;
	left: 8px;
	top: 499px;
	z-index:9;
	width: 738px;
}

#aizpea h1
{
	font-size:80%;
	font-style:italic;
	text-align:center;
}


#mejor
{
	position:absolute;
	top:465px;
	left:6px;
	width:739px;
	height:25px;
	text-align:center;
}

#mejor p{font-size:120%;}

#splash
{
	position:absolute;
	top:6px;
	left:0px;
	width:752px;
	height:449px;
	text-align:center;
	z-index:5;
}

