/* CSS Document */
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}
body, html {
	line-height: 1;
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
a {
	color: #21A6FF;
	text-decoration: none;
}
a:hover {
	color: #21A6FF;
	text-decoration: underline;
}
img {
	behavior: url(../js/iepngfix.htc);
	border: 0;
}
h1, h2, h3, h4 {
	text-transform:uppercase;
}
/* GENERAL */
#outside {
	width:912px;
	height:auto;
	margin:0 auto 4px auto;
	padding:0 0 4px 0;
	background-color: #fff;
	overflow: hidden;
}
/* HEADER*/

#top {
	width:900px;
	margin:0 auto;
	background-color: #fff;
	height:75px;
}
#menu_box {
	width:158px;
	height:64px;
	margin:0 10px 2px 2px;
	float:right;
	background: url(http://www.solmelia.com/comun/img/solmelia/destinos/modulo_telefono.jpg) repeat-x left top;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left:1px solid #CCC;
}
#menu_box ul {
	text-align: center;
	font-size: 10px;
	margin:0 auto;
}
#menu_box li {
	list-style-type: none;
	line-height: 17px;
}
#menu_box a {
	color:#666;
}
#menu_box a:hover {
	color:#21A6FF;
}
#menu_iconos {
	width:auto;
	height:25px;
	float:right;
	margin:38px 2px 1px 10px;
	text-align: right;
}
#menu_iconos ul {
	list-style-type: none;
	padding-top:12px;
}
#menu_iconos li {
	line-height:20px;
	display:inline;
	padding:0 20px 1px 25px;
}
.icono_mail {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/ico_mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.icono_print {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/ico_print.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.top_call {
	font-size: 13px;
	font-weight: 600;
	color: #666;
	line-height: 16px;
	padding:2px 1px;
	background: transparent url(http://www.solmelia.com/comun/img/solmelia/destinos/ico_phone.jpg) no-repeat 15px 3px;
	text-indent: 10px;
	visibility: hidden;
}
#top img {
	margin:1px 6px;
	padding-top:20px;
	float:left;
}
/*BANNER*/

#banner_top_cont {
	width:900px;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/back_banner_top.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	position: relative;
	height: 251px;
	background-position: center bottom;
}
#banner_top {
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	position: relative;
	background-position: center bottom;
	float: right;
	overflow: hidden;
}
/*BOTONERA*/

#botonera {
	width: 900px;
	height: 25px;
	margin: 1px auto;
	position: relative;
	z-index: 1;
}
#botonera #navegador {
	margin: 0;
	padding: 0;
}
#botonera #navegador li {
	display: inline;
}
#botonera #navegador li a {
	float: left;
	width: 140px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
}
#botonera #navegador li a {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/botonera_es.png);
	_background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/botonera_es.png);
	background-repeat: no-repeat;
}

/* BOTONES */
#botonera #navegador li#home a {
	background-position: -1px 0;
}
#botonera #navegador li#top_hotels a {
	background-position: -141px 0;
}
#botonera #navegador li#marcas a {
	background-position: -281px 0;
	width: 160px;
}
#botonera #navegador li#consierge a {
	background-position: -421px 0;
}
#botonera #navegador li#menu_blank a {
	cursor:default;

	width:620px;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/ramp_menu_blank.png);
	background-repeat: repeat-x;
}
/* BOTONES ESTADO ENCIMA */
#botonera #navegador li#home a:hover {
	background-position: -1px -27px;
}
#botonera #navegador li#top_hotels a:hover {
	background-position: -141px -27px;
}
#botonera #navegador li#marcas a:hover {
	background-position: -281px -27px;
}
#botonera #navegador li#consierge a:hover {
	background-position: -421px -27px;
}
/* BOTONES ESSTADO PRESIONADO */
#botonera #navegador li#home a:active {
	background-position: -1px -54px;
}
#botonera #navegador li#top_hotels a:active {
	background-position: -141px -54px;
}
#botonera #navegador li#marcas a:active {
	background-position: -281px -54px;
}
#botonera #navegador li#consierge a:active {
	background-position: -421px -54px;
}
/* BOTONES ESTADO ACTIVO */
#botonera.b_home #navegador li#home a {
	background-position: -1px -81px !important;
}
#botonera.b_top_hotels #navegador li#top_hotels a {
	background-position: -141px -81px !important;
}
#botonera.b_marcas #navegador li#marcas a {
	background-position: -281px -81px !important;
}
#botonera.b_consierge #navegador li#consierge a {
	background-position: -376px -81px !important;
}
/*FOOTER*/

#footer {
	width:900px;
	height:83px;
	margin:0 auto 1px auto;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/fondo_pie.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_footer ul {
	margin:0 auto;
	padding:0 0 0 27px;
}
.menu_footer ul li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
.menu_footer ul li a {
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:25px;
	padding:54px 0 0 27px;
}
.menu_footer ul li a.granMelia {
	background-image:url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_granmelia.gif);
	width:114px;
}
.menu_footer ul li a.me {
	background-image:url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_me.gif);
	width:45px;
}
.menu_footer ul li a.melia {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_melia.gif);
	width:71px;
}
.menu_footer ul li a.innside {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_inside.gif);
	width:79px;
}
.menu_footer ul li a.tryp {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_tryp.gif);
	width:42px;
}
.menu_footer ul li a.sol {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_sol.gif);
	width:91px;
}
.menu_footer ul li a.paradisus {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_paradisus.gif);
	width:69px;
}
.menu_footer ul li a.solmelia {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/lg_solmelia.gif);
	width:72px;
}
.clear {
	clear:both;
}
/*COMUNES CUERPO*/

#contenedor_home {
	width: 900px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 10px;
}
#col_izg_home {
	width: 50%;
	float: left;
	position: relative;
	margin: 0 auto;
	border: 1px #CCC solid;
	padding-bottom: 20px;
	padding-top: 10px;
}
#col_izg_home h1, #col_izg_home h2, #col_izg_home h3 {
	font-size: 11px;
	margin: 0;
	border: none;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.ths_hotel_cont {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	height: auto;
	padding-bottom: 10px;
}
.ths_hotel_cont img {
	float: left;
	position: relative;
	margin-left: 10px;
	width: 130px;
	height: 90;
}
.ths_hotel_cont h2 {
	font-size: 11px;
	text-indent: 10px;
	line-height: 11px;
	border: none;
	margin-bottom: 8px;
	background-image: url(../../css/none);
}
.ths_hotel_cont a {
	font-size: 10px;
	padding-top: 10px;
	line-height:12px;
	border: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
}
.ths_hotel_cont .more a {
	color:#21A6FF;
}
.ths_hotel_cont .more p {
	color:#21A6FF;
}
.ths_hotel_cont a:hover {
	color:#21A6FF;
}
.ths_hotel_cont span {
	border: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	display: inline;
	overflow: hidden;
}
.ths_hotel_cont_seleccion {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC dashed;
	margin: 0;
	height: auto;
	float: left;
}
.ths_hotel_cont_seleccion img {
	text-align: center;
	float: left;
	position: relative;
	width: 130px;
}
.ths_hotel_cont_seleccion a {
	font-size: 10px;
	text-indent: 10px;
	padding-top: 10px;
	line-height:12px;
	border: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #21A6FF;
	text-align: left;
}
.ths_hotel_cont_seleccion a:hover {
	color:#21A6FF;
}
.ths_hotel_cont_seleccion span {
	border: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	overflow: hidden;
}
.ths_hotel_cont_seleccion .more a {
	color:#21A6FF;
}
ul li.more {
	font-size: 11px;
	border: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	text-indent: 10px;
	margin-top: 6px;
	width: 100%;
}
.more {
	font-size: 11px;
	border: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
}
.tarifa {
	font-size: 10px;
	border: none;
	list-style-type: none;
	text-align: right;
	float: right;
	position: relative;
	line-height: 12px;
	padding-top: 6px;
}
.hoteles_ul {
	font-weight: bold;
	float: left;
	width: 300px;
	font-size: 10px;
}
.hotel_li {
	font-size: 10px;
	border: none;
	list-style-type: none;
	text-align: left;
	float: left;
	position: relative;
	width: 220px;
	/*text-indent: 10px;*/
	line-height: 11px;
	padding-top: 6px;
	padding-left: 10px;
}
#col_der_home {
	width: 49%;
	float: left;
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
}
#col_der_home h2 {
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	border: none;
	text-indent: 10px;
	text-transform: capitalize;
}
#col_der_home p {
	font-size: 10px;
	margin: 0;
	padding-top: 10px;
	border: none;
	line-height: 16px;
	position: relative;
	padding-left: 20px;
}
/*NEWS*/

.news_bot {
	height:86px;
	background-color: transparent;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/sobre.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
	border: 1px #CCC solid;
	position: relative;
	float: left;
	width: 100%;
}
.news_bot p {
	text-align: right;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	float: left;
	position: relative;
}
.news_bot a {
	margin-top:10px
}
.news a:hover {
	text-decoration: underline;
}
.news_bot input {
	float: left;
}
.news_bot form {
	width:320px;
	margin:4px 0 0 0;
	float:right;
	left: 0px;
	overflow: hidden;
}
/*BoletÃÂ­n posiciÃÂ³n bottom adjunto a entradilla oferta promociÃÂ³n*/
.titulo_newslatter {
	width:290px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #21A6FF;
	margin-top:15px;
	float:left;
	position: relative;
	padding-left: 95px;
}
/*Fin boletin sin aignaciÃÂ³n posiciÃÂ³n bottom */

.mail {
	margin:0 17px 0 0;
	font-size: 11px;
	text-align: left;
}
/* ESPECIFICO TOP HOTELS */
#contenedor_tophotels {
	width: 900px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 10px;
}
.col_izg_tophotels {
	width: 100%;
	margin: 0 auto;
	border: 1px #CCC solid;
	overflow: hidden;
	margin-bottom: 20px;
}
.col_izg_tophotels h1, .col_izg_tophotels h2, .col_izg_tophotels h3 {
	font-size: 11px;
	text-indent: 10px;
	margin: 0;
	line-height: 30px;
	color: #9e9e9e;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/ramp_h1.png);
}
.col_der_tophotels {
	width: 35%;
	border: 1px #CCC solid;
	overflow: hidden;
	margin-bottom: 20px;
	float: right;
	position: relative;
	margin-top: 20px;
}
.col_der_tophotels h1, .col_der_tophotels h2, .col_der_tophotels h3 {
	font-size: 11px;
	text-indent: 10px;
	margin: 0;
	line-height: 30px;
	color: #9e9e9e;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/ramp_h1.png);
	border-bottom: 1px solid #D9D9D9;
}
.ths_hotel_cont_li {
	width: 90%;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
}
.ths_hotel_cont_li a {
	color:#999;
}
.ths_hotel_cont_li a:hover {
	color:#21A6FF;
}
.ths_hotel_cont_li li {
	width: 100%;
	overflow: hidden;
	height: auto;
	border-bottom: 1px #999 dotted;
	padding: 8px;
}
.ths_hotel_cont_li p {
	width: 100%;
	overflow: hidden;
	height: auto;
	padding: 8px;
}
.ths_hotel_cont_li .selected {
	font-weight: bold;
	color:#21A6FF;
}
.selected_li {
	color:#333;
}
.left_cont {
	width: 25%;
	float: left;
	position: relative;
	padding: 0 10px 20px 0;
	margin: 0 auto;
	overflow: hidden;
}
.right_cont {
	margin: 0 auto;
	overflow: hidden;
	width: 71%;
	position: relative;
	float: right;
	padding-left: 20px;
}
.right_cont h2 {
	font-size: 11px;
	position: relative;
	line-height: 30px;
	padding: 0;
	color: #9e9e9e;
	border-bottom: 1px #CCC dashed;
}
.right_cont h3 {
	font-size: 11px;
	position: relative;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 8px;
	font-family: Arial;
	font-weight: bold;
}
.destino {
	font-size: 10px;
	margin: 0px;
	border: none;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	position: relative;
}
.ths_hotel_buscador {
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
	width: 92%;
	margin-right: 10px;
	margin-left: 10px;
}
.ths_hotel_buscador li {
	padding: 2px;
}
.info_hotel {
	font-size: 10px;
	margin: 0px;
	border: none;
	margin-bottom: 8px;
	float: left;
	width: 100%;
	line-height: 14px;
	position: relative;
	overflow: hidden;
}
.nombre_hotel {
	font-size: 10px;
	margin: 0px;
	border: none;
	margin-bottom: 8px;
	float: left;
	width: 100%;
	position: relative;
}
.cont_hotel {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
	height: auto;
	padding-left: 10px;
}
.cont_marca {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
	height: auto;
	text-align: left;
}
.visible {
	display:inline-block;
	margin-right: 5px;
}
.invisible {
	display:none;
	margin-right: 5px;
}
/*ESPECIFICO FICHA HOTEL*/

#ficha_hotel {
	width: 60%;
	position: relative;
	float: left;
	padding-top: 20px;
	margin: 0 auto;
	margin-right: 10px;
}
#ficha_hotel ul {
	width: 100%;
	margin: 0;
	list-style-type: none;
	float: left;
	margin-right: 0px;
	line-height: 16px;
	padding-top: 10px;
}
#ficha_hotel li {
	width: 33%;
	margin: 0;
	float: left;
	position: relative;
	color: #21A6FF;
	line-height: 16px;
}
#ficha_hotel a {
	color: #21A6FF;
}
#ficha_hotel h1 {
	font-size:16px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #333;
	padding-bottom: 10px;
}
.direccion, .telefono, .email {
	font-size:10px;
	line-height:14px;
}
.info_hotel_ficha {
	font-size: 10px;
	margin: 0px;
	border: none;
	margin-bottom: 8px;
	width: 100%;
	line-height: 14px;
	padding-top: 10px;
}
.caracteristicas {
	width:95%;
	position: relative;
	float: left;
	margin: 0;
	padding-top: 20px;
}
.caracteristicas ul {
	width: 35%;
	margin: 0;
	list-style-type: square;
	float: left;
	padding-left: 10px;
	margin-right: 40px;
	line-height: 16px;
}
.caracteristicas li {
	width: 100%;
	margin: 0;
}
/*botones principales azules*/
.bot_ppal {
	float:right;
	overflow: hidden;
	width: auto;
	margin-right: 3px;
	position: relative;
	display: inline;
}
.bot_ppal a {
	color: #fff;
	text-decoration: none;
}
.bot_ppal a:hover {
	text-decoration: none;
	color: #fff;
}
.btn_ppal_Left {
	cursor:pointer;
	float:left;
	background-color: transparent;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/left.png);
	background-repeat: no-repeat;
	width:10px;
	height:25px;
	display: inline;
}
.btn_ppal_Center {
	cursor:pointer;
	border:0 none;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:25px;
	line-height:23px;
	background:url(http://www.solmelia.com/comun/img/solmelia/destinos/center.png) repeat-x;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	float:left;
	width: auto;
	min-width: 50px;
}
.btn_ppal_Right {
	float:left;
	width:24px;
	background-color: transparent;
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/rigth.png);
	background-repeat: no-repeat;
	height:25px;
	position: relative;
	display: inline;
}
/*fin botones*/
/* LINKS IMG */
.img_icono {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	margin-right:6px;
	vertical-align:text-top;
	line-height: 16px;
}
.cont_mail {
	background-image: url(http://www.solmelia.com/comun/img/solmelia/destinos/back_newslatter.jpg);
	position: relative;
	float: left;
	width: 46%;
	left: 20px;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.bold {
	font-weight: bold;
}
.azul a {
	color: #21A6FF;
}
.descripcion {
	line-height: 14px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
	overflow: hiddden;
	margin: 0 auto;
	float: left;
	width: 95%;
}
/* BE */

#cuerpo_izq_solmelia {
	float: left;
	width: 246px;
	overflow: hidden;
	height: 240px;
}
#buscador {
	height: auto !important;
	overflow: hidden;
	margin: 0px;
	padding: 12px 0 0 0px;
	padding-right: 0px;
	background: url(http://www.solmelia.com/solNew/img/tramas/fndCajaBuscarHtl.gif) 0 0 repeat-x;
	background-color: #EFD48D;
}

#buscador .espacio_inf {
	margin-bottom: 10px;
}
#buscador {
	height: auto !important;
	overflow: hidden;
	margin: 0px;
	padding: 12px 0 0 0px;
	padding-right: 0px;
	background: url(http://www.solmelia.com/solNew/img/tramas/fndCajaBuscarHtl.gif) 0 0 repeat-x;
	background-color: #EFD48D;
}
#buscador div{
	position:relative;
}

#buscador .espacio_inf {
	margin-bottom: 10px;
}
#buscador_wo_fondo {
	height: auto !important;
	overflow: hidden;
	margin: 0px;
	padding: 12px 0 0 0px;
	padding-right: 0px;
}

#buscador_wo_fondo .espacio_inf {
	margin-bottom: 10px;
}
#contTfnoCab {
    font-size: 10px;
    float: right;
    list-style: none;
    min-height: 12px;
    padding: 0;
    margin: 4px 0 0 80px;
    text-align: right;
}

#contTfnoCab a {
    display: block;
}

#tfnoPais {
    text-align: right;
    font-size: 14px;
    font-family: arial, verdana;
    font-weight: bold;
    padding: 2px 0px 4px 19px;
    background-image: url(http://www.solmelia.com/solNew/img/iconos/ico_tfno.gif);
    background-position: 3px 1px;
    background-repeat: no-repeat;
}

#buscador .combo_zona_home {
    width: 185px;
    border: 1px solid #AEAEAE;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#buscador .combo_dia_home {
    width: 40px;
    border: 1px solid #AEAEAE;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#buscador .combo_mes_home {
    width: 77px;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #AEAEAE;
}

#buscador .combo_personas_home {
    width: 35px;
    border: 1px solid #AEAEAE;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#buscador .bot_buscar {
	text-align: right;
	margin: 0px;
	margin-right: 4px;
	float: right;
	width: auto;
	position:relative;
	overflow: hidden;
	margin-top: 3px;
}
#buscador_wo_fondo .combo_zona_home {
	width: 196px;
	border: 1px solid #AEAEAE;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#buscador_wo_fondo .combo_dia_home {
    width: 40px;
    border: 1px solid #AEAEAE;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#buscador_wo_fondo .combo_mes_home {
    width: 77px;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #AEAEAE;
}

#buscador_wo_fondo .combo_personas_home {
    width: 35px;
    border: 1px solid #AEAEAE;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#buscador_wo_fondo .bot_buscar {
	text-align: right;
	margin: 0px;
	float: right;
	width: auto;
	position:relative;
	overflow: hidden;
	margin-top: 3px;
	margin-right: 4px;
	right: 3px;
}
.opcional {
    margin: 0;
    padding: 0;
    color: #666666;
}

#cancelar {
    padding: 5px;
	background-color: #FFF;
    padding-bottom: 4px;
    border-top: 1px dotted #AEAEAE;
	background: url(http://www.solmelia.com/solNew/img/tramas/fndCajaBusqInf.gif) 0 0 repeat-x;
}
.contMasOpciones{
	background: transparent url(http://www.solmelia.com/solNew/img/tramas/pieCaja.gif) no-repeat scroll right bottom;
	padding-bottom: 10px;
}
#buscadorHome {
	background: url(http://www.solmelia.com/solNew/img/tramas/fndCajaBuscarHtl.gif) 0 0 repeat-x;
	background-color: #EFD48D;
	width: 235px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 240px;
	padding-left: 10px;
	 /*position:relative;*/
}
.btnMarrLeft {
    height: 20px;
    float: left;
    background: url(http://www.solmelia.com/solNew/img/botones/btnMarron.gif) top left no-repeat;
    cursor: pointer;
    padding-left: 10px;
}

.btnMarrCenter {
    height: 20px;
    float: left;
    background: url(http://www.solmelia.com/solNew/img/botones/btnMarron.gif) 0px -30px repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
	border:0;
}

.btnMarrRight {
    height: 20px;
    float: left;
    background: url(http://www.solmelia.com/solNew/img/botones/btnMarron.gif) bottom right no-repeat;
    padding-right: 10px;
}

/* VENTAJAS */

#nuestrasVentajas {
	padding-top: 12px;
	margin-bottom:8px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	width: 49%;
}
#nuestrasVentajas b{
	font-weight: bold;
	color: #21A6FF;
}
#nuestrasVentajas h2{
	margin-bottom: 12px;
	border: none;
	text-indent: 10px;
	font-size: 11px;
}

#nuestrasVentajas ul {
	margin-left: 40px;
}

#nuestrasVentajas ul li {
	list-style-image: url(http://www.solmelia.com/solNew/img/iconos/bullet_ok.gif);
	vertical-align: middle;
	margin-top: 0.6em;
	list-style-position: outside;
}

.titBuscarHotel {
background-color:#FDEFBB;
padding:3px 3px 0 8px;
color:#535353;
font-family:Arial;
font-size:16px;
font-weight:bold;
margin:0;
text-decoration:none;
text-transform:capitalize;
}

.combo_zona_home {
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
width:200px;
}
.select1{
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
}

.combo_personas_home{
	color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
	}
	
.ButtonBooking {
background-color:#633;
border:#FFF 1px solid;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
color:#FFF;
cursor:pointer;
}
.limpia{
	margin-bottom: 7px;
	}
	
	H2.titBuscarHotel{
		margin-top: 5px;
		}
