body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.centrado {

	position: absolute; /*Posicionamiento absoluto*/

	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/

	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/

	height: 768px; /*Le ponemos el valor del alto*/

	width: 1024px; /*Le ponemos el valor del ancho*/

	margin-top: -384px; /*Restamos la mitad de alto para centrarlo verticalmente*/

	margin-left: -512px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/

	background-color: #006633 ; /*Este es el kolor de fondo, para ke el ejemplo sea visible*/

}

#portada{position:absolute;

	top:0px;

	left:256px;

	width:512px;

	height:768px;

	background-color:white;
}

#izquierda{position:absolute;

		top:0px;

		left:0px;

		width:256px;

		height:768px;

		
}

#derecha{position:absolute;

		top:0px;

		left:768px;

		width:256px;

		height:768px;

	
}

.letrasportada{font-family:Bradley Hand ITC;

		color:#E2AC52;

		font-weight:bold;

		text-align:center;

		margin-top:20px;

		font-size:22px;

		

}

.letrasformulario{font-family:Bradley Hand ITC;

		color:#E2AC52;

		font-weight:bold;

		text-align:center;

		margin-top:20px;

		font-size:21px;

}



#cabecera{position:absolute;

		top:0px;

		left:0px;

		width:1024px;

		height:256px;

		background-color:#FCCB52;

		background-image:url(fotos/cabecera.png);
		
}

#menu{position:absolute;

	top:256px;

	left:opx;

	width:235px;

	height:512px;

	background-image:url(fotos/fondo7.png);

	
	
}

#contenido{position:absolute;

	top:256px;

	left:235px;

	width:789px;

	height:512px;

	background-image:url(fotos/fondo6.png);
	

	
}


#vertmenu {  

	font-family: andalus, Arial, Helvetica, sans-serif; 
 
	font-size: 100%;  

	width: 160px;  

	padding: 0px;  

	margin: 0px;  
}  
  


#vertmenu ul {  

	list-style: none; 
 
	margin: 0px;  

	padding: 0px;  

	border: none;  
}  

#vertmenu ul li { 
 
	margin: 0px; 
 
	padding: 0px;  
}  

#vertmenu ul li a { 
 
	font-size: 100%;  

	display: block;  

	border-bottom: 2px dashed #C39C4E; 
 
	padding: 5px 0px 2px 4px;  

	text-decoration: none;  

	color: #666666;  

	width:160px;  
}  

#vertmenu ul li a:hover, #vertmenu ul li a:focus { 
 
	color: #000000;  

	background-color: #eeeeee;  

} 

#fotosgrandes{position:absolute;

		top:36px;

		left:350px;

		width:400px;

		height:370px;

}

#piedepagina{position:absolute;

		top:450px;
		
		left:0px;

		width:700px;

		height:50px;

		text-align:center;
}

#formulario{position:absolute;

		top:30px;

		left:50px;

		width:600px;

		height:400px;

		

}

#mapa{position:absolute;

		top:30px;

		left:50px;

		width:600px;

		height:400px;

		

}

.letrascentro{font-family:Bradley Hand ITC;

		color:#924404;

		font-weight:bold;

		font-size:22px;

		}

a:link {color:#924404}
a:visited {color:#924404}
a:hover {color:#924404}
a:active {color:#924404}  
