/* CSS Document */
@import url("generic.css"); 

body {
  height:100%;
}

#container {
  text-align:left;
  width:880px;
  margin-right:auto;
  margin-left:auto;	
}

#menu_top {
	clear:both;
}

#form_search {
  display:inline;
}

#header {
  overflow:hidden;
}

#logo {
	width: 250px;
	float:left;
}

#languages {
	float:right;
	width:250px;
}

#contenido_central {
	padding: 60px 20px 20px 20px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/css/fd_contenido_central.jpg);
	background-position: top left;
	background-repeat:no-repeat;	
}

.col_foto {
  width:420px;
  float:left;
  clear:both;
  padding-top:30px;
}

.col_texto {
  float:right;
  width:380px;
}

.col_entradas {
	width:550px;
	float:left;
}

.col_destacados {
	width:200px;
	float:right;
}

#footer {
  clear:both;
}

#map, #map_localizacion {
  height:350px;
  margin-bottom:1.5em;
  border:1px solid #aaa;
}

#map_localizacion {
	height:200px;
}
