body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #333333;
	color: #333;
}

.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

img.bgmaximage {position:fixed !important;}

#barra_top{
	width: 100%;
	height: 25px;	
	position: absolute;
	top: 0;
	left: 0;
	background: url(imagenes/barra_top.png) repeat-x;
}

#contenedor{
	width: 960px;
	margin: 0 auto 15px;
}

#header{
	height: 128px;
	position: relative;
}
#header #logo{
	width: 254px;
	height: 128px;
	background: url(imagenes/logo_fondo.png) no-repeat;
	position: absolute;
	top: 0;
	left: 30px;
}
#header #logo img{
	margin-left: 45px;
}
#header #info_top{
	padding-top: 5px;
	margin: 0 auto;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
#header #info_top a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#header #mostrar_fondo, #header #mostrar_web{
	position: absolute;
	top: 100px;
	right: 35px;
	width: 112px;
	height: 17px;
	background: url(imagenes/botonfondo.png) no-repeat;
}
#header #mostrar_fondo{
	background-position: top left;
}
#header #mostrar_web{
	background-position: bottom left;
}

#menu{
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fa6619;
	text-transform: uppercase;	
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu ul li{
	float: left;
	list-style: none;
}
#menu ul li a{
	display: block;
	color: #FFF;
	text-decoration:none;
	padding: 12px 10px 0 10px;
	height: 26px;
}
#menu ul li div.menu_home{
	width: 17px;
	height: 17px;
	background: url(imagenes/home.png) top no-repeat;
	cursor: hand;
}
#menu ul li a:hover, #menu ul li a.current{
	background-color: #FFF;
	color: #666;
}
#menu ul li a:hover div.menu_home, #menu ul li a.current div.menu_home{
	background-color: #FFF;
	color: #666;
	background: url(imagenes/home.png) bottom no-repeat;
}

#centro{
	padding: 10px;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	margin-bottom: 10px;
}

.cartel_error{
	background: #FFF6BF url(imagenes/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color: #666666;
}

.cartel_info{
	background: #F8FAFC url(imagenes/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
	color: #666666;
}

/*---------- HOME -------------*/
/*--Estructura 1--*/
#centro .col940{
	width: 940px;
	float: left;
}

/*--Estructura 2--*/
#centro .col700{
	width: 700px;
	float: left;
}
#centro .col225{
	width: 225px;
	float: left;
	margin-left: 15px;
}

/*--Estructura 3--*/
#centro .col460{
	width: 460px;
	float: left;
}

/*--Estructura 4--*/
#centro .col600{
	width: 600px;
	float: left;
}
#centro .col325{
	width: 325px;
	float: left;
	margin-left: 15px;
}

#centro .col940 h1, #centro .col700 h1, #centro .col600 h1, #centro .col460 h1, #centro .col325 h1, #centro .col225 h1{
	margin: 0 0 5px 0;
	padding-left: 23px;
	color: #12a6e7;
	font-size: 20px;
	font-weight: normal;
	background: url(imagenes/h1_fondo.png) left 50% no-repeat;
}
#centro .sidebar h1{
	margin: 0 0 5px 0;
	padding: 5px;
	background: none;
	background-color: #12a6e7;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

#centro #select_cat{
	margin-bottom: 10px;
	border-bottom: solid #12A6E7 1px;
}
#centro #select_cat h1{
	float: left;
}
#centro #select_cat #select_cat_menu{
	float: right;
	padding-top: 5px;
	text-align: right;
}
#centro #select_cat #select_cat_menu select{
}

#centro .categoria_lista{
	margin-bottom: 10px;
}
#centro .cat_dest{	
	/*padding: 8px 5px;*/
}
#centro .cat_dest a{
	color: #666;
	text-decoration: none;
	display: block;
	padding: 8px 5px;
}
#centro .cat_dest a:hover{
	text-decoration: underline;
}
#centro .zebra{
	background-color: #ebebeb;
}

.campo_a{
	border: none;
	width: 205px;
	color: #666;
	margin: 2px 0 0 0;	
}
.campo_b{
	border: none;
	width: 150px;
	color: #666;
	margin: 2px 5px 0 0;
}

.modulo{
	margin-bottom: 10px;
}

#modulo_vuelos{
	padding: 5px;
	background-color: #12a6e7;
	color: #FFF;
	-moz-border-radius: 0;
	border-radius: 0;
}
#modulo_segui_vuelo{
	padding: 5px;
	background-color: #12a6e7;
	color: #FFF;
	-moz-border-radius: 0;
	border-radius: 0;
}
#modulo_cruceros{
	padding: 5px;
	background-color: #12a6e7;
	color: #FFF;
	-moz-border-radius: 0;
	border-radius: 0;
}
#modulo_hoteles{
	padding: 5px;
	background-color: #12a6e7;
	color: #FFF;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ui-datepicker-trigger{
	cursor: pointer;
}

/*--------- Modulos Tab Home -------*/
#tabs{
	padding: 0;
	-moz-border-radius: 0;
	border: none;
}
#tabs #tabs_nav{
	padding: 0;
	-moz-border-radius: 0;
	background: none;
	border: none;
}
#tabs #tabs_nav li{
	padding-bottom: 0;
	margin: 0 5px 0 0;
	top: 0;
	border: none;	
	background: #5EC6F2;
	-moz-border-radius: 0;
	border-radius: 0;
}
#tabs #tabs_nav li a{
	padding: 7px 7px;
	color: #FFF;
}
#tabs #tabs_nav .ui-state-active, #tabs #tabs_nav .ui-state-active.ui-state-hover{
	background: #12A6E7;
}
#tabs #tabs_nav .ui-state-active a{
	color: #FFF;
}
#tabs #tabs_nav .ui-state-hover{
	background: #3DBAEF;
}

/*----- Testimonios Home ------*/
.testimonio_home{
	background: url(imagenes/quote.png) no-repeat scroll 5px 5px transparent;
	text-indent:25px;
	line-height: 14px;
	padding: 5px;
	background-color: #ebebeb;
	color: #666;
	font-style: italic;
	margin-bottom: 10px;
}
#testimonios_links{
	border-top: dotted #b3b3b3 1px;
	padding: 10px 0;
}
#testimonios_links a{
	padding-left: 12px;
	line-height: 15px;
	background: url(imagenes/item_testimonio_link.png) left 50% no-repeat;
	text-decoration: none;
	color: #333;
}
#testimonios_links a:hover{
	text-decoration: underline;
}

/*--------- CONTACTO -------*/
.form_contact{
	padding: 15px;
	background-color: #12a6e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form_contact .campo_contact{
	width: 270px;
	border: solid #195c74 1px;	
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 0 #89d3f3;
	-moz-box-shadow: 0 1px 0 #89d3f3;
	-webkit-box-shadow: 0 1px 0 #89d3f3;
}
.form_contact .empty{
	color: #999;
	font-style: italic;
}

#mapa1, #mapa2{
	width: 600px;
	height: 260px;
}

/*--------- TESTIMONIOS -------*/
#testimonios_titulo h1{
	width: 350px;
	float: left;
}
#testimonios_titulo .deja_testimonio{
	float: right;
	margin-top: 5px;
}
#testimonios_titulo .deja_testimonio a{
	background: url(imagenes/testimonios_comentar.png) left 50% no-repeat;
	font-size: 14px;
	padding-left: 22px;
}

.testimonio{
	border-top: dashed #999 1px;
	padding: 10px 0;
}
.testimonio .testimonio_globo{
	background: url(imagenes/testimonios_globo.png) 150px top no-repeat;
}
.testimonio .testimonio_datos{
	width: 140px;
	float: left;
	color: #12A6E7;
}
.testimonio .testimonio_msj{
	width: 530px;
	float: left;
	margin-left: 30px;
}

/*--------- SIDEBAR --------*/
ul.utilidades{
	margin: 0;
	padding: 0;
}
ul.utilidades li{
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted #b3b3b3 1px;
}
ul.utilidades li a{
	color: #666;
	padding-left: 12px;
	background: url(imagenes/item_utilidades.png) left 50% no-repeat;
	text-decoration: none;
}
ul.utilidades li a:hover, ul.utilidades li a.active{
	color: #fa6619;
}

#newsletter{
	color: #FFF;
	padding: 5px;
	background-color: #12a6e7;
}
#newsletter #newsletter_text{
	padding-left: 40px;
	background: url(imagenes/suscribir_sobre.png) left 50% no-repeat;
}
#newsletter .empty{
	color: #999;
	font-style: italic;
}

#newsletter form{
	padding: 0;
	margin: 0;
}
#newsletter .newsletter_campo{
	width: 210px;
}

/*--- PAGINAS ---*/
.pagina a, .sidebar a{
	color: #0F8ABF;
	text-decoration: none;
}
.pagina a:hover, .sidebar a:hover{
	text-decoration: underline;
}
.pagina h2{
	margin: 10px 0 5px 0;
	padding: 0;
	color: #fa6619;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.pagina.paquete h3{
	margin: 15px 0 5px 0;
	background: url(imagenes/flecha_chica.png) left 50% no-repeat;
	font-size: 14px;
	padding-left: 17px;
	color: #0F8ABF;
	font-weight: normal;
}
.pagina ul{
	margin: 0;
	padding: 0 0 0 20px;
}
.pagina ul li{
	list-style: none;
	padding-left: 12px;
	background: url(imagenes/item.png) left 4px no-repeat;
	margin-bottom: 10px;
}
/*#pagina_datos h3{
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}*/

.pagina .ui-accordion-header{
	border: none;
	background: none;	
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.pagina .ui-accordion-header a{
	color: #12A6E7;
}
.pagina .ui-accordion-header a:hover{
	text-decoration: none;
}
.pagina .ui-accordion-content{
	border: none;
	border-left: solid #CCC 1px;
	margin-left: 15px;
	padding: 0 0 0 15px;
	color: #666;
}
.pagina .ui-accordion-content p{
	margin: 0 0 10px 0;
}

/*--- PAQUETE ---*/
.paquete_modulo{
	margin-bottom: 15px;
}
#paquete_video, #paquete_mapa{
	float: left;
	margin-right: 20px;
	z-index: 10000000;
}
.paquete_modulo #paquete_mapa.last{
	margin-right: 0;
}
#mapa3{
	width: 340px;
	height: 216px;
}

ul#lista_paquetes{
	margin: 0;
	padding: 0;
}

#lista_paquetes li{
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	background: none;
	float: left;
}
#lista_paquetes li a{
	padding-left: 15px;
	background: url(imagenes/flecha_chica.png) left 50% no-repeat;
	font-size: 14px;
}

/*--------- SLIDER HOME ----------------*/
#slide_home{
	width: 460px;
	height: 280px;
	background-color: #CCC;
	margin-bottom: 10px;
}
#slide_home #slider1 img{
	width: 100%;
	height: 100%;
	border: 0;
}

#slide_home .panel{
	position: relative;
}
#slide_home .caption-bottom{
	width: 440px;
	height: 30px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(imagenes/slider_caption.png);
	color: #FFF;
}
#slide_home #slider1 a{
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
#slide_home .caption-bottom .destino{
	font-size: 22px;
	width: 330px;
	float: left;
	padding-top: 8px;
}
#slide_home .caption-bottom .precio{
	width: 110px;
	float: right;
	text-align: right;
}
#slide_home .caption-bottom .precio span{
	font-size: 30px;
}

#slide_home .arrow{
	z-index: 200;
}
div.anythingSlider .arrow a {
    background: url(imagenes/slider_flechas.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 34px;
    margin: -20px 0 0;
    outline: 0 none;
    text-align: center;
    text-indent: -9999px;
    width: 34px;
}
div.anythingSlider .back a {
	margin-left: 10px;
    background-position: 0 0;
}
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover {
    background-position: 0 -34px;
}
div.anythingSlider .forward a {
	margin-right: 10px;
    background-position: -34px 0;
}
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover {
    background-position: -34px -34px;
}

#slide_home div.anythingSlider{
	padding: 0;
}
#slide_home div.anythingWindow{
	border: 0;
	border-color: none;
}
#slide_home div.anythingSlider .anythingWindow{
	border: none;
}
#slide_home ul.anythingBase{
	padding: 0;
}
#slide_home .anythingControls .start-stop{
	display: none;
}

/*--- FOOTER ---*/
#sponsors{
	margin: 20px 0 10px 0;
	padding: 10px 0;
	border-top: dotted #CCC 1px;
	border-bottom: dotted #CCC 1px;
	text-align: center;
}

#sponsors #premio_planeta{
	width: 150px;
	height: 28px;
	padding: 7px 0 0 35px;
	margin-top: 5px;
	float: left;
	background: url(imagenes/premio.png) left 50% no-repeat;
	text-align: left;
	border-right: solid #CCC 1px;
}
#sponsors #logos{
	float: right;
}
#sponsors #logos img{
	margin-left: 20px;
}

#footer{
	text-align: center;	
}

#kreas{	
	margin-bottom: 15px;
}
#kreas #kreas_text{
	color: #FFF;
	width: 880px;
	float: left;
	padding-top: 10px;
	text-align: right;
}
#kreas #kreas_logo{
	width: 80px;
	float: left;
}
