@charset "utf-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:center; /*aqui mandamos a centrar todo el contenido*/
	background-color:#fff;
	margin-top:0px;
	margin-bottom:0px;
}
.enlaces {
	color:#000000;
	}
	

	
#formulariof {
float:left;
margin-top:1px;
}
#clima{
float:right;


}
#mapa3d{
float:left;
}
#mapav{
float:left;
}
#mundo{
float:left;
}	
#aut{
float:left;
}
#contenedor {
	width:950px;
	margin:0px auto; /*10px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/ 
	text-align:left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/ 
}
#categorias {
	float: left;
	width:145px;
	background-color:#fff;
	text-align:left;
	overflow:hidden;
	font-size:11px;
	
	}

#buscador { 
	text-align:center;
	width:940px;
	background: #fff url(img/buscador_tras.gif) no-repeat;
	padding-top:4px;	
	height:70px;
	margin-right:10px;
	padding-right:10px;
	}
	
#cajabuscador {
	padding-top:1px;
		

	}
	
#contenido {
	float:left;
	width:655px;
	background-color:#FFFFFF;
	font-size:11px;
	}
	
#derecha {
	float:right;
	width:130px;
	background-color:#FFFFFF;
	height: 1400px;
	
	}

#cabecera1 {
	width: 950px;
	height: 75px;
	background-color:#fff;
	}
	
#cabecera2 {
	width: 950px;
	height: 75px;
	background-color:#fff;
	}

#menu_simple {
	display: block;
	width: 950px;
	height: 60px;
	margin-bottom: 1px;
	background: #fff url(img/menu_tras2.gif) no-repeat;
	}

#menu_simple ul {
	padding: 20px 0 0 0;
	margin: 0 0 0 10px;
	list-style: none;
	}

#menu_simple ul li{
	display: inline;
	}

#menu_simple ul li a{
	float: left;
	padding: 0 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#menu_simple li a:hover, #menu_simple li .current{
	color: #fea500;
}


#pie {
	width:950px;
	float:left;
	clear:both;
	background-color:#B0B0B0;
	color:#000000;
	text-align:center;
	}
#cater {
	width:140px;
	overflow:visible;
	margin-left:-40px;
	}
a.button {
font-family:Verdana, Arial, Helvetica, sans-serif;

color : #000000!important;
text-decoration : none;
font-weight : bold;
} 
	
.fila {
	background: transparent url(img/menu.png) bottom left no-repeat!important;
	background-color:#ccc;
	color:#00000;
	
	}
.fila:hover {
	background-color:#ddd;
	}

