
.oculto{display: none;}

#contenedor{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position:relative;	
	background-color: #fff;
}

#contenedor_esmadrid{width:100%;float:left;background-color:#ffcab7;}
#contenedor_menu{width:100%;float:left;margin-bottom:1%;background-color:#f89b9b;}
#contenedor_cuerpo{width:100%;float:left;margin-bottom: 1.3%;font-size: 11px;background-color: #8ed200;margin-top:20px;}

#contenedor_cuerpo #menuVeranos{
	margin-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
	width: 242px;
	height: auto;
	background-color: #8ed200;
	float:left;
	
}
#contenedor_cuerpo #contenido{
	margin-top:13px;
	width:635px; 
	float:left;
	min-height: 200px;
	_height:200px;/*solo para ie6*/
	color:#707070;
}
#contenido_veranos{	
	margin-top:2em;
	width: 628px;
	float:left;	
	background-color: #8ed200;
	_height:700px;
	min-height:700px;
	margin-bottom: 2%;
	background-image: url("images/menina_isaac.jpg");
	background-position:right bottom;
	background-repeat: no-repeat;
}
#contenido_veranos2{	
	margin-top:2em;
	width: 628px;
	float:left;	
	background-color: #fff;
	
	min-height:728px;
	_height:728px;
	padding-bottom:2%;
		
	border-bottom-width: 7px;
	border-bottom-color: #8ed200;;
	border-bottom-style: solid;
	position: relative;
}
#contenedor_footer{
	margin:0px;
	float:left;
	width:100%;	
}
	


