/*
CSS file created with:
Instant Blueprint - Create a web project framework in seconds.
 http://instantblueprint.com

Project: Xan Xordo
File: css/style.css
Last edited: April 12, 2010, 9:06 am
*/

/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}



#cabecera {
	/*background-image:url(../fotos/cabeceras/01.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	height:437px;
	margin-bottom:36px;
}
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }
#cabecera2 {
	background-image:url(../fotos/cabeceras/01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:127px;
	margin-bottom:36px;
}
#menu{
	background-image:url(../images/fondomenu.png);
	height:127px;
	
}
#menusuperior{
	padding-top:20px;
	
	
	

}
#menuinferior{
	margin-top:13px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	

}
#menuinferior ul{
	margin-left:26px;
	
	

}
#menuinferior ul li{
		color:#FFFFFF;
		float:left;
		font-size:19px;
		margin-right:12px;

}
#menuinferior ul li a{
	text-decoration:none;
	font-size:19px;
	color:#FFFFFF;

}
#banderas{
	float:left;
	margin-left:30px;
	margin-top:41px;
	

}
#banderas li{
	margin-right:10px;
	float:left;

}
#contido {
}
#iniciocontido{
	padding-left:10px;
	padding-right:20px;
	float:left;
	height:269px;
	width:380px;
	margin-bottom:47px;

}
#mapscontido{
	width:317px;
	height:269px;
	float:left;
}
#reservascontido{
	width:191px;
	padding-left:20px;
	height:269px;
	float:left;

}
#btnscontido{
	margin-bottom:14px;

}
#pe {
	height:194px;
	background-image:url(../images/fondope.png);
	background-repeat:repeat-x;
	margin-bottom:75px;
}
.clear{
	clear:both;
}
.titulocontido{
	font-size:19px;

}
.titulocontidorender{
	font-size:19px;
	margin-bottom:15px;

}
.textocontidorender2{
	font-size:13px;
	text-align:justify;
	padding-bottom:8px;
	
}
.textocontido2render2{
	font-size:13px;
	
	padding-bottom:5px;
}
.textocontido{
	font-size:13px;
	text-align:justify;
}
.textocontido2{
	font-size:13px;
	
	padding-bottom:5px;
}
.pie{
	font-size:16px;
	color:#FFFFFF;
	}
.btn{
	margin-right:14px;
	width:299px;
	height:153px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	cursor:hand;
	position:relative;
	background-image:url(../images/fondomenu.png);
	color:#FFFFFF;
	font-size:44px;
	text-align:right;


}
#btncompleta{
	background-color:#f1f1f1; 
	text-align:center; 
	color:#999999; 
	font-size:23px; 
	width:192px; 
	height:45px; 
	line-height:45px;
	cursor:pointer;
	cursor:hand;
}
.img{

	margin-right:9px;
	margin-bottom:9px;
	border:0px;

}




/* Aquí modificamos el Contenedor*/
#cont{
  
   padding: 5px;
   margin: 0 auto;
   
}
/* Ahora la sombra */
#sombra{
   margin:10px;
   background:#EEEEEE; /* Color de la sombra */
   border: solid 1px #EEEEEE /* Color del borde */
   
}
/* Veamos el texto */
#text{
   border:solid 1px #CCCCCC;
   margin:-10px 2px 2px -10px; /* Aqui están los famosos márgenes negativos*/
   padding:2px;
   background:#FFFFFF; /* Le damos un color de fondo */
}


