@charset "UTF-8";
/* CSS Document */

.contenido-left{
	width: 475px;
	float: left;
	margin: 0 0 0 10px;
}

.contenido-right{
	width: 475px;
	float: left;
	margin: 0 0 0 15px;
}

#ciudad {
	/*float: left;
	width: 450px;*/
	margin: 0 0 15px 0;
	padding: 15px;
	border-left: solid 2px #1872B0;
	background: #1872B0 url(img/tab_widget_header.jpg) no-repeat right top;
}

#ciudad h1{
	font-size: 25px;
	color: #fff;
	border-bottom: solid 1px #1872B0;
}

#ciudad img{
	float:left;
	margin: 0 10px 10px 0;
	border: solid 2px #fff;
}

#ciudad p{
	color: #fff;
	font-size: 12px;
}

#ciudad a{
	color: #fff;
	text-decoration:underline;
}

#buscador {
	float: left; 
	width: 490px;
	margin: 0;
	background: url(img/tab_widget_menu_bottom.jpg) no-repeat bottom left; 
	padding-bottom: 10px;
}

#busquedas, #destinos {
	float: left; 
	width: 225px;
	margin: 10px 0 35 0;
	padding: 0 0 0 10px; 
	padding-bottom: 10px;
}

#destinos ul, #busquedas ul, .destinos-home ul, .busquedas-home ul{
	margin: 0;
	padding: 0;
}

#destinos a:hover, #busquedas a:hover, .destinos-home a:hover, .busquedas-home a:hover {
	color: #FF4300;
}

#destinos ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	width: 110px;
}

.destinos-home ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	width: 85px;
}

.busquedas-home ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	width: 145px;
}

#busquedas ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.banner468x90, .banner468x90-2{
	width: 468px;
	height: 90px;
	background: #ddd;
	float: left;
	margin: 0 0 35px 3px;
}

.banner468x90-2{
	margin: 30px 0;
}

p{
	padding: 0 0 10px 0;
}

h3{
	font-size: 18px;
	color: #1872B0;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #1872B0
}
