/* CSS Document ACPeñalver*/

BODY{
background: url(img/khaki.gif) repeat;
}

#index{
background: url(img/index.gif) no-repeat;
width:572px;
height:600px;
margin-left:20px;
margin-top:0px;
}

#menu{
width:800px;
height:500px;
margin-left:530px;
margin-top:100px;
position:fixed;
}

#botones{
width:200px;
height:500px;
float:right;
margin-left:490px;
margin-top:100px;
}

#contenedor{
width:700px;
height:auto;
margin:auto;
}

#superior{
	width:700px;
	height:164px;
	background-image:url(img/superior.gif);
	margin: auto;
}

#inicio{
	width:106px;
	height:31px;
	top:120px;
	left: 450px;
	position:absolute;
}

#container{
width:700px;
height:auto;
background-color:#FFF;
}

#texto{
	width:600px;
	text-align:justify;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003333;
	text-indent:30px;
	position: relative;
}

.imagenes{
float:left; 
margin-right:20px; 
margin-bottom:20px; 
margin-left:0px;
margin-top:0px;
}

H1{
font-size:13px;
font-weight:bold;
font-style:italic;
}

H2{
font-size:12px;
font-weight:bold;
font-style:italic;
}

