/* 
Ultima Actualización: 25/02/2010


Modificado por: Diana Hernandez
 */


/*	-------------------------------------------------------------
	Reset para cross-browsing
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,h1, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	-------------------------------------------------------------
	Estilos globales 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


body {
	background:url(imgs/background.jpg) repeat scroll top center;
	font: normal 1em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	color: #fff;
}

a {
	border: 0;
	color: #00A0AF;
}
h1, h2,h3 {
	color: #c00;
}
img {
	vertical-align: middle;
}
span{
	color: #00A0AF;
}
/*	-------------------------------------------------------------
	Layout General 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.all{
	width:1000px;
	height:auto;
	margin: 0 auto;
}
.wrapper {
	width:947px;
	height:auto;
	margin: 0 auto;
	}	

.header {
	width: 100%;
	margin:0 auto;
	height:230px;
	z-index:0;
	text-align:center;
}

.content {
	width:947px;
	height:auto;
	margin:0 auto;
	padding:0;
}


.footer {
	width:947px;
	height:170px;
	float:left;
	background:url(imgs/footer.png) no-repeat;
	margin: 0 auto;
}

/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.pagos{
	width:105px;
	height:auto;
	float:left;
	margin-left:65px;
	display:inline;
	margin-top:45px;
}

.pagos p{
	color:#B1132A;
	font-size:9pt;
	float:left;
}

.logo_am{
	width:110px;
	height:auto;
	float:left;
	padding: 10px 5px 5px 5px;
	color:#000;
	margin-top:40px;
}
.logo_am img{
	padding: 3px;
}

.pag_china{
	width:auto;
	height:auto;
	float:left;
	display:inline;
	margin-top:50px;
}

.pag_china h2{
	color:#B1132A;
	font-size:9pt;
	font-weight:bold;
	text-align:right;
}

.pag_china p{
	color:#000;
	font-size:7pt;
	width:160px;
	line-height:10pt;
	float:left;
	text-align:right;
}

.pag_china p span{
	color:#B1132A;
}

.pag_china a{
	color:#B1132A;
	text-decoration:none;
	
}

.pag_china a:hover{
	text-decoration:underline;
}

.datos_contacto{
	width:225px;
	height:auto;
	float:left;
	margin-top:25px;
}

.datos_contacto h1{
	color:#B1132A;
	font-size:12pt;
	font-weight:bold;
	text-align:right;
}

.datos_contacto h2{
	color:#B1132A;
	font-size:9pt;
	font-weight:bold;
	text-align:right;
}

.datos_contacto a{
	text-decoration:none;
}

.datos_contacto a:hover{
	text-decoration:none;
}

.datos_contacto p{
	color:#000;
	font-size:7pt;
	text-align:right;
	line-height:10pt;
}

.datos_contacto p span{
	color:#B1132A;
}

.gamol{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	line-height:25px;
}

.gamol p{
	color:#000;
	font-size:8pt;
}

.gamol p a{
	color:#B1132A;
	text-decoration:none;
}

.gamol p a:hover{
	text-decoration:underline;
}
.social{
	width:40px;
	height:auto;
	float:left;
	margin-top:40px;
	display:inline;
	margin-left:100px;
}

.social a{
	padding-top:5px;
	width:40px;
	height:30px;
	float:left;
	text-indent:-800000px;
}
	
/*	-------------------------------------------------------------
	Content 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.cont_top{
	width:947px;
	height:25px;
	float:left;
	background:url(imgs/top_cont.png) no-repeat;
}

.main{
	width:947px;
	height:auto;
	float:left;
}

.main_cont{
	width:850px;
	height:auto;
	float:left;
	background:#ffffff;
	margin:0 48px;
	display:inline;
}

/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.menu{
	width:836px;
	height:66px;
	margin-top:-65px;
	float:left;
	position:relative;
	padding:0 56px;
	z-index:1;
}

* html .menu{
	margin-top:-65px;
}

.menu li{
	display: inline;
	float: left;
}

.menu li a{
	width: 50px;
	height: 66px;
	background: url(imgs/menu.png) no-repeat;
	display: block;
	text-indent: -8000px;
}

* html .menu li a{
	width: 50px;
	height: 66px;
	display: block;
	text-indent: -8000px;
	background: url(imgs/menu.jpg) no-repeat;
}

.menu li a.home{
	width: 105px;
	background-position: 2px -94px;
	position:relative;
}
.menu li a.home:hover{
	background-position: 2px -4px;
	
}

.menu li a.top{
	width: 128px;
	background-position: -105px -94px;
}
.menu li a.top:hover{
	background-position: -105px -4px;
}

.menu li a.paquetes{
	width: 106px;
	background-position: -233px -94px;
}

.menu li a.paquetes:hover{
	background-position: -233px -4px;
}

.menu li a.conocenos{
	width: 130px;
	background-position: -338px -94px;
}
.menu li a.conocenos:hover{
	background-position: -338px -4px;
}

.menu li a.reserva{
	width: 145px;
	background-position: -468px -94px;
}
.menu li a.reserva:hover{
	background-position: -468px -4px;
}

.menu li a.contacto{
	width: 100px;
	background-position: -612px -94px;
}
.menu li a.contacto:hover{
	background-position: -612px -4px;
}

.menu li a.agencias{
	width: 115px;
	background-position: -712px -94px;
}
.menu li a.agencias:hover{
	background-position: -712px -4px;
}	
	

/*	-------------------------------------------------------------
	SLIDER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.slider{
	width:790px;
	height:auto;
	float:left;
	padding:0 15px 16px 30px;
}

.slider_top{
	width:790px;
	height:35px;
	float:left;
	background:url(imgs/slid_top.jpg) no-repeat;
}

.slider_bot{
	width:790px;
	height:20px;
	float:left;
	background:url(imgs/slid_bot.jpg) no-repeat;
}

.slider_mid{
	width:780px;
	height:auto;
	float:left;
	padding:10px;
	background:url(imgs/slid_mid.jpg) repeat-y;
}

#slider-stage {
	width: 715px;
	overflow:hidden;
	height: 175px;
	margin-left:1px;
	float:left;
	position:relative;
}
/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:25px;
}*/
#slider-list {
	width: 2000px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}

#slider-list li{
	margin: 0;
	padding: 0;
	border: 0;
	background:url(imgs/back_slide.jpg) no-repeat center top;
	margin-right:8px;
	float: left;
	width: 350px;
	height: 175px;
	position:relative;
	overflow:hidden;
}

.info_slide{
	width:270px;
	height:120px;
	float:left;
	padding:20px 40px;
}

.insl_txt{
	width:145px;
	height:auto;
	float:right;
}

.info_thumb{
	width:82px;
	height:auto;
	float:left;
	padding:18px 0 0 18px 
}


.info_thumb img{
	width:70px;
	height:auto;
	float:left;
}
.insl_txt h1{
	color:#00A0AF;
	font-size:12pt;
	font-style:italic;
	padding-bottom:10px;
	font-weight:normal;
	line-height:14pt;
}

.insl_txt p{
	color:#000;
	font-size:9pt;
	line-height:11pt;
	padding-bottom:10px;
}

.insl_txt a{
	color:#B1132A;
	font-size:8pt;
	padding-left:100px;
}


#sliderBloc {
	height:175px;
	/*margin:0 auto;*/
	width:770px;
	overflow:hidden;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(imgs/slid_prev.jpg) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:25px;
	height:50px;
	margin:55px 2px 0 0;
}
#sliderBloc a#next {
	background:url(imgs/slid_next.jpg) no-repeat left top;
	margin:55px 0 0 2px;
}



/*	-------------------------------------------------------------
	MAPA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.mapa{
	width:805px;
	height:400px;
	float:left;
	padding:0 0 0 15px;
	margin-bottom:10px;
}

.map_back{
	width:820px;
	height:400px;
	float:left;
	background:url(imgs/mapaback.jpg) repeat;
}

/*	-------------------------------------------------------------
	BOTTOM BAR 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.bottom_bar{
	width:820px;
	height:auto;
	float:left;
	padding-left:15px;
}

.form_home{
	width:270px;
	height:250px;
	float:left;
	background:url(imgs/form_home.jpg) no-repeat;
}

.fh_contact{
	width:195px;
	height:auto;
	float:left;
	padding:60px 20px 0 60px;
}

.fh_contactline{
	width:200px;
	height:auto;
	float:left;
	font-size:12pt;
	padding:10px 0;
	font-weight:bold;
}

.fh_contactline label{
	width:180px;
	padding:10px;
	float:left;

}

.fh_contactline input{
	width:180px;
}

.fh_contactline textarea{
	width:120px;
}

.imgbot{
	width:75px;
	height:30px;
	float:right;
	background:url(imgs/backbot.png);
	border:0;
	color:#B1132A;
	font-weight:bolder;
	cursor:pointer;
}

.clima{
	width:170px;
	height:auto;
	float:left;
	padding:5px;
}

.clima_top{
	width:170px;
	height:40px;
	float:left;
	background:url(imgs/clima_top.jpg) no-repeat;
}

.clima_top h1{
	color:#fff;
	font-size:12pt;
	text-align:right;
	padding:8px 15px;
}

.clima_mid{
	width:170px;
	height:auto;
	float:left;
	background:url(imgs/clima_mid.jpg) repeat-y;
}

.clima_mid li{
	width:140px;
	height:auto;
	float:left;
	padding:5px 15px;
}

.clima_icon{
	width:50px;
	height:auto;
	float:left;
	
}

.clima_lugar{
	width:90px;
	height:auto;
	float:left;
	text-align:center;
}

.clima_lugar p{
	color:#000;
	font-size:10pt;
}

.clima_tempmax{
	width:30px;
	height:auto;
	float:right;
	
}

.clima_tempmax p{
	color:#B50938;
	font-size:8pt;
}

.clima_tempmin{
	width:30px;
	height:auto;
	float:right;
	
}

.clima_tempmin p{
	color:#007DC3;
	font-size:8pt;
}


.clima_bot{
	width:170px;
	height:32px;
	float:left;
	background:url(imgs/clima_bot.jpg) no-repeat;
	padding-top:33px;
}

.clima_bot a{
	color:#00A0AF;
	font-size:10pt;
	padding-left:130px;
	font-style:italic;
	text-decoration:none;
}

.clima_bot a:hover{
	font-weight:bolder;
	
}

.promo{
	width:175px;
	height:auto;
	float:left;
	padding:10px 0 5px 0;
}

.promo_img{
	width:164px;
	height:auto;
	float:left;
	border-top: solid 3px #00A0AF;
	border-left: solid 3px #00A0AF;
	border-right: solid 3px #00A0AF;
	
}

.promo_bot{
	width:170px;
	height:22px;
	float:left;
	background:url(imgs/promo_bot.jpg) #00A0AF no-repeat bottom;
	text-align:right;
}

.promo_bot a{
	color:#fff;
	font-size:10pt;
	font-style:italic;
	text-decoration:none;
	padding:0 7px 4px 0
}

.promo_bot a:hover{
	font-weight:bolder;
	
}

.video_home{
	width:180px;
	height:auto;
	float:left;
	padding:7px 0 5px 0;
}

.video_top{
	width:180px;
	height:30px;
	float:left;
	background:url(imgs/video_top.jpg) no-repeat;
}

.video_mid{
	width:180px;
	height:auto;
	float:left;
	background:url(imgs/video_mid.jpg) repeat;
}

.video_mid img{
	width:150px;
	height:auto;
	float:left;
	padding:5px 15px;
}

.video_bot{
	width:180px;
	height:60px;
	float:left;
	background:url(imgs/video_bot.jpg) no-repeat;
}

.video_bot h1 a{
	color:#00A0AF;
	font-size:10pt;
	font-style:italic;
	padding-left:15px;
	line-height:12pt;
	float:left;
	width:auto;
	height:auto;
}
.video_bot a{
	color:#00A0AF;
	font-size:10pt;
	padding-left:95px;
	font-style:italic;
	text-decoration:none;
}

.video_bot a:hover{
	font-weight:bolder;
	
}


/*	-------------------------------------------------------------
	Listas 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.titulo{
	width:600px;
	height:auto;
	float:left;
	padding:0 0 10px 30px;
}

.titulo h1{
	color:#00A0AF;
	font-size:24pt;
}

.banner{
	width:185px;
	height:auto;
	float:right;
}

.list{
	width:600px;
	height:auto;
	float:left;
	padding:10px 0 10px 25px;
}

.list_item{
	width:590px;
	height:auto;
	float:left;
	padding-bottom:10px;
	
}

.list_top{
	width:590px;
	height:15px;
	float:left;
	background:url(imgs/toplist.jpg) no-repeat;
	overflow:hidden;
}

.list_mid{
	width:590px;
	height:auto;
	float:left;
	background:url(imgs/midlist.jpg) repeat-y;
}
.list_foto{
	width:145px;
	height:150px;
	float:left;
	padding-left:15px;
}

.list_thumb{
	width:100px;
	height:130px;
	float:left;
	background:url(imgs/fotos_list.jpg) no-repeat;
	padding:25px 0 0 25px;
}

.list_thumb img{
	width:70px;
	height:auto;
	float:left;
}

.list_content{
	width:410px;
	height:auto;
	float:left;
}

.list_content h1 a{
	color:#00A0AF;
	font-size:14pt;
	font-style:italic;
	padding-bottom:5px;
	text-decoration:none
}



.list_content p{
	color:#000;
	font-size:8pt;
	line-height:10pt;
}

.list_contprec{
	width:auto;
	height:auto;
	float:left;
	padding-right:25px;
}

.list_contprec h1{
	color:#B1132A;
	font-size:12pt;
	font-weight:lighter;
	font-style:normal;
	padding: 5px;
}

.list_contserv{
	width:auto;
	height:auto;
	float:left;
	padding-right:25px;
}

.list_contserv h1{
	color:#B1132A;
	font-size:12pt;
	font-weight:lighter;
	font-style:normal;
	padding: 5px;
}

.list_contserv li{
	width:auto;
	height:auto;
	float:left;
	display:inline;
	padding: 0 5px;
}

.list_boton{
	width:75px;
	height:25px;
	float:right;
	background:url(imgs/backboton.jpg) no-repeat;
	padding:5px 0 0 20px
	
}

.list_boton a{
	color:#B1132A;
	font-size:10pt;
	font-style:italic;
	text-decoration:none;
	padding:0 7px 4px 0
}

.list_boton a:hover{
	font-weight:bolder;
	
}

.list_bot{
	width:590px;
	height:15px;
	float:left;
	background:url(imgs/botlist.jpg) no-repeat;
}

.not_found{
	width:550px;
	height:auto;
	float:left;
	color:#666;
	font-size:14pt;
	font-style:italic;
	font-weight:bold;
	padding:10px 0 0 35px
}

.nextlinks{
	width:590px;
	height:25px;
	float:left;
}

.prev{
	width:100px;
	height:25px;
	float:left;
}

.prev a{
	width:750px;
	height:25px;
	float:left;
	padding-left:25px;
	color:#fff;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
	background:url(imgs/prev.jpg) no-repeat;
}

.prev a:hover{
	background-position: 0 -30px;
}

.next{
	width:100px;
	height:25px;
	float:right;
}

.next a{
	width:750px;
	height:25px;
	float:left;
	padding-left:15px;
	color:#fff;
	font-size:12pt;
	font-style:italic;
	text-decoration:none;
	background:url(imgs/next.jpg) no-repeat;
}

.next a:hover{
	background-position: 0 -30px;
}


/*	-------------------------------------------------------------
	Detalle 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.detalle{
	width:auto;
	height:auto;
	float:left;
	padding:5px 20px 5px 30px;
	
}	

.det_top{
	width:725px;
	height:20px;
	float:left;
	background:url(imgs/det_top.jpg) no-repeat;
	overflow:hidden;
	padding:17px 30px;
}

.det_top h1{
	color:#fff;
	font-size:14pt;
	width:auto;
	float:left;
}

.det_top p{
	color:#fff;
	font-size:10pt;
	width:auto;
	float:right;
}

.det_top p a{
	color:#fff;
	text-decoration:none
	
}

.det_top p a:hover{
	font-weight:bold;
}

.det_mid{
	width:800px;
	height:auto;
	float:left;
	background:url(imgs/det_id.jpg) repeat-y;
}

.det_cont{
	width:740px;
	height:auto;
	float:left;
	padding: 10px 20px;
}

.det_foto{
	width:230px;
	height:275px;
	float:left;
	background:url(imgs/fotos_det.jpg) no-repeat;
	padding: 55px 0 0 58px;
}

.det_info{
	width:440px;
	height:auto;
	float:left;
	padding:5px;
}
.det_info li{
	list-style:none;
	color:#fff;
}
.det_info p{
	color:#000;
	font-size:10pt;
	line-height:13pt;
	text-align:justify;
}

.det_bot{
	width:800px;
	height:55px;
	float:left;
	background:url(imgs/det_bot.jpg) no-repeat;
}

.det_attach{
	width:215px;
	height:auto;
	float:left;
	padding:5px 30px;
}

.det_attop{
	width:210px;
	height:15px;
	float:left;
	background:url(imgs/top_att.jpg) no-repeat;
	overflow:hidden;
}

.det_atmid{
	width:190px;
	height:auto;
	float:left;
	padding: 5px 10px;
	background:url(imgs/mid_att.jpg) repeat-y;
}

.det_atrow{
	width:190px;
	height:auto;
	float:left;	
	padding:10px 0;
}

.det_atrow p{
	color:#fff;
	font-size:10pt;
}

.det_atrow p a{
	color:#fff;
	font-size:10pt;
	text-decoration:none;
	cursor:pointer;
	opacity:1.0;
	filter:alpha(opacity=100);

}

.det_atrow p a:hover{
	text-decoration:underline
}

.det_atrow li{
	width:57px;
	height:auto;
	float:left;
	padding:3px;
}

.det_atrow a{
	opacity:.5;
	filter:alpha(opacity=50);
	color:#fff;
	font-size:10px
}

.det_atrow a:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.det_atbot{
	width:210px;
	height:15px;
	float:left;
	background:url(imgs/bot_att.jpg) no-repeat;
}

.res_bot{
	width:195px;
	height:65px;
	float:right;
	background:url(imgs/reserva.jpg) no-repeat;
	padding:25px 15px 0 20px;
}

.res_bot a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:10pt;
}

.res_bot a:hover{
	font-weight:bold;
}

.tendedero{
	width:540px;
	height:205px;
	float:left;
	background:url(imgs/tendedero.jpg) no-repeat;
	margin-left:48px;
	margin-right:48px;
	display:inline;
	padding:50px 10px 0 300px
}

* html .tendedero{
	height:150px;
}

.tendedero ul{
	width:540px;
	height:205px;
	float:left;
}
.tendedero ul li{
	width:115px;
	height:150px;
	float:left;
}
.tmex{
	width:115px;
	height:150px;
	float:left;
}

.tpaq{
	width:115px;
	height:150px;
	float:left;
	padding:7px 0 0 17px;

}

.tinter{
	width:115px;
	height:150px;
	float:left;

}


.tpop{
	width:110px;
	height:150px;
	float:left;
	padding:3px 0 0 24px

}



/*	-------------------------------------------------------------
	Slider Servicios 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.det_serv{
	width:445px;
	height:auto;
	float:left;
}

.serv_top{
	width:445px;
	height:50px;
	float:left;
	overflow:hidden;
	background:url(imgs/serv_top.jpg) no-repeat;
}

.serv_bot{
	width:445px;
	height:25px;
	float:left;
	background:url(imgs/serv_bot.jpg) no-repeat;
}

.serv_mid{
	width:445px;
	height:auto;
	float:left;
	background:url(imgs/ser_mid.jpg) repeat-y;
}

#slider {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: auto;
    width: 220px;
    overflow: auto;
    overflow: hidden;
    position: relative;
	float:right;
}

.scrollContainer div.panel {
    padding: 5px;
    height: auto;
    width: 210px;
}

.scrollContainer div.panel p{
	color:#000;
	font-size:8pt;
	line-height:10pt;
	text-align:justify;
}

.scrollContainer div.panel h2{
	color:#008DA8;
	font-size:10pt;
}

.scrollContainer div.panel a{
	color:#008DA8;
	font-size:8pt;
	text-decoration:none;
}

.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding:15px 0 9px 0;
	width:175px;
	float:left;
	display:block;
}

.navigation li {
    display:list-item;
	height:40px;
	width:175px;
}

.hoavtr {
	width:175px;
	height:20px;
	float:left;
}

.hoavtr a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/hat.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.hoavtr a:hover{
	background-position:0 0;
}

.hoav {
	width:175px;
	height:20px;
	float:left;
}

.hoav a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/ha.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.hoav a:hover{
	background-position:0 0;
}

.avion {
	width:175px;
	height:20px;
	float:left;
}

.avion a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/avion.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.avion a:hover{
	background-position:0 0;
}

.hotel {
	width:175px;
	height:20px;
	float:left;
}

.hotel a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/hotel.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.hotel a:hover{
	background-position:0 0;
}

.traslados {
	width:175px;
	height:20px;
	float:left;
}

.traslados a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/traslados.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.traslados a:hover{
	background-position:0 0;
}

.trasladosvip {
	width:175px;
	height:20px;
	float:left;
}

.trasladosvip a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/trasvip.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.trasladosvip a:hover{
	background-position:0 0;
}

.tours {
	width:175px;
	height:20px;
	float:left;
}

.tours a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/tours.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.tours a:hover{
	background-position:0 0;
}

.citytours {
	width:175px;
	height:20px;
	float:left;
}

.citytours a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/citytours.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.citytours a:hover{
	background-position:0 0;
}

.renta {
	width:175px;
	height:20px;
	float:left;
}

.renta a{
	width:175px;
	height:40px;
	float:left;
	background:url(imgs/iconos/renta.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.renta a:hover{
	background-position:0 0;
}


.hide {
    display: none;
}

/*	-------------------------------------------------------------
	Reserva Ahora
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.reserva{
	width:850px;
	height:auto;
	float:left;
	margin-bottom:15px;
}	



.reserva_title{
	width:100%;
	height:auto;
	float:left;
	padding:10px 50px 5px 50px;
}

.reserva_title  h1{
	font-size:20pt;
	color:#00A0AF;
	width:100%;	
}


.res_cont{
	width:355px;
	height:auto;
	float:left;
	padding:10px 50px 5px 50px;
}

.res_cont p{
	color:#666;
	font-size:12pt;
	padding:5px 0;
}

.res_cont h1{
	color:#666;
	font-size:14pt;
	padding:5px 0;
}

.res_cont h1 a{
	color:#666;
	font-size:14pt;
	font-weight:bold;
	text-decoration:none
}

.res_cont h1 span{
	color:#00A0AF;
	font-size:14pt;
	font-weight:bold;
}

.reserva_cont{
	width:435px;
	height:auto;
	float:left;
	padding:10px 50px 5px 50px;
}

.reserva_cont p{
	color:#666;
	font-size:12pt;
	padding:5px 0;
}

.reserva_cont h1{
	color:#666;
	font-size:14pt;
	padding:5px 0;
}

.reserva_cont h1 a{
	color:#666;
	font-size:14pt;
	font-weight:bold;
	text-decoration:none
}

.reserva_cont h1 span{
	color:#00A0AF;
	font-size:14pt;
	font-weight:bold;
}

.res_img{
	width:300px;
	height:auto;
	float:left;
	padding-top:15px;
}

.res_cont li{
	color:#00A0AF;
	font-size:14pt;
	list-style:none;
	padding-top:10px;
}

.res_cont li a{
	color:#666;
	font-size:10pt;
	padding-left:25px;
	text-decoration:none;
}

.res_cont li a:hover{
	color:#B1132A;
	text-decoration:underline;
}

.formas_pago{
	width:300px;
	height:auto;
	float:left;
	padding-top:25px;
	text-align:center;
}

.formas_pago h2{
	font-size:14pt;
	color:#666;
}

/*	-------------------------------------------------------------
	FORMULARIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.generic-form{
	padding: 10px 0 0 50px;
	width: 470px;
	float: left;
}

.generic-form p{
	color:#666;
	font-size:12pt;
	font-weight:bold;
	padding-bottom:10px;
	
}

.field-row{
	width: 100%;
	float: left;
	padding: 10px 0;
}

.field-row label{
	width: 40%;
	float: left;
	color:#00A0AF;
	font-weight:bold;
}

.field-row label span{
	color:#00A0AF;
	font-size:8pt;
}

.field-row input, .field-row textarea{
	width: 60%;
	float: right;
}
.field-row textarea{
	height: 140px;
}
input.btn{
	background:url(imgs/backbot.png) no-repeat scroll center center;
	width: 114px;
	height: 40px;
	color: #B1132A;
	font-size:10pt;
	font-weight:bold;
	cursor: pointer;
	border: none;
	padding: 5px 5px 9px 5px;
	text-align:center;
}

* html input.btn{
	width: 85px;
	height: 27px;
	color: #B1132A;
	font-size:10pt;
	font-weight:bold;
	cursor: pointer;
	border: none;
	padding: 5px 0 9px 0;
	
}


/*	-------------------------------------------------------------
	AGENCIAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.login_ag{
	width:280px;
	height:auto;
	float:left;
	padding:15px 0;
}

.log_top{
	width:280px;
	height:10px;
	float:left;
	background:url(imgs/log_top.jpg) no-repeat;
	overflow:hidden;
}

.log_bot{
	width:280px;
	height:15px;
	float:left;
	background:url(imgs/log_bot.jpg) no-repeat;
}

.log_mid{
	width:270px;
	height:auto;
	float:left;
	background:url(imgs/log_mid.jpg) repeat-y;
	padding:5px 15px 5px 15px;
}

.log_mid label{
	color:#fff;
	font-weight:bold;
	margin-bottom:3px;
}

.login_mid input{
	width:200px;
}

.log_mid input.btn{
	background:url(imgs/backbot.png) no-repeat scroll center center;
	float:right;
	width: 115px;
	height: 27px;
	color: #B1132A;
	font-size:10pt;
	font-weight:bold;
	cursor: pointer;
	border: none;
	padding: 5px 5px 9px 5px;
	text-align:center;
}

* html .log_mid input.btn{
	width: 85px;
	height: 27px;
	background:url(imgs/backbot.png) no-repeat scroll center center;
	color: #B1132A;
	font-size:10pt;
	font-weight:bold;
	cursor: pointer;
	border: none;
	
}

/*	-------------------------------------------------------------
	Motor
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.map_res{
	width:auto;
	height:auto;
	float:left;
	
}

.resu_item{
	width:820px;
	height:auto;
	float:left;
	padding:5px;
}

.resu_itemtop{
	width:810px;
	height:10px;
	float:left;
	overflow:hidden;
	background:url(imgs/resu_top.jpg) no-repeat;
}

.resu_itembot{
	width:810px;
	height:10px;
	float:left;
	background:url(imgs/resu_bot.jpg) no-repeat;
}

.resu_itemmid{
	width:810px;
	height:auto;
	float:left;
	background:url(imgs/resu_mid.jpg) repeat-y;
}

.resu_img{
	width:95px;
	height:auto;
	float:left;
	padding:15px 22px
}

.resu_img img{
	width:95px;
	height:70px;
	float:left;
}

.resu_cont{
	width:650px;
	height:auto;
	float:left;
	padding:3px 10px;
}

.resu_title{
	width:100%;
	height:auto;
	float:left;
	
}

.resu_title h1{
	color:#0097A9;
	font-style:italic;
	font-weight:bold;
	font-size:14pt;
}

.resu_info{
	width:515px;
	height:auto;
	float:left;
	padding:5px 0;
}

.resu_info p{
	color:#4D4D4D;
	font-size:9pt;
	padding-right:10px;
	width:245px;
	float:left;
}

.resu_info p span{
	color:#B1132A;
	font-size:10pt;
}

.resu_icon{
	width:135px;
	height:auto;
	float:left;
}

.hods {
	width:115px;
	height:55px;
	float:left;
}

.hods a{
	width:115px;
	height:30px;
	float:left;
	background:url(imgs/hods.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.hods a:hover{
	background-position:0 -3px;
}

.hods p{
	color:#4D4D4D;
	font-size:9pt;
	padding-left:40px;
	font-weight:bold;
	float:left;
}

.hotav {
	width:115px;
	height:30px;
	float:left;
}

.hotav a{
	width:115px;
	height:30px;
	float:left;
	background:url(imgs/hotav.jpg) no-repeat 0 -40px;
	text-indent:-80000px
}	


.hotav a:hover{
	background-position:0 -1px;
}

.num_res a{
	color:#00A0AF;
	font-weight:normal;
	text-decoration:none;
	padding:5px;
}

.num_res a:hover{
	font-weight:bold; 
}
