@charset "utf-8";
/* CSS Document */

body{
	background:#c2c2c2;
}
#wrapper	{
  background:#fff;
  width:100%;
  max-width:1000px;
  margin:0 auto;
 
  
}
header{
	background:#fff;
	color:#06F;
	text-align:center
}

#contenido{
	width:60%;
	float:left;
	margin-left:3px;
}

aside{
  background:#fff;
	color:#000;
	height:200px;
	float:left;
	width:30%;
	margin-right:1px;
}

{
	background:#c3c3c3;
}

ul#arriba{
	
background:#666;
  padding:0px;
  margin:0px;
  list-style:none;

}

ul#arriba li{
	display:inline-block;
	width:18%;
	
}
li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 10px;
	text-align:center;
}
	

li a:hover{
	background:#39C;
	color:#000;
}


footer{
	clear:both;
}

#patronato{
	background:#333;
	float:left;
	width:25%;
}


#redes_sociales{
	background:#333;
	float:left;
	width:25%;
}


#Portal_de_turismo{
	background:#333;
	float:left;
	width:25%;
}

#Oficina_de_turismo{
	background:#333;
	width:25%;
}
	
#footer_down{
	background:#060;
}

#menu_footer{
	background:#333;
	display:inline;
	list-style:none;
	display:inline-block;
}