/**********************************************************************************************
 * @file: base.css
 **********************************************************************************************/
/* Estilos comunes a todas las paginas. */
.clear {
   clear: both;
   margin: 0;
}

body {  
	text-align: center;
	font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	margin: 0;
	padding: 0;
}

fieldset {
   border: 0;
   margin: 0;
   padding: 0;
}

/* Estilos comunes a todos los layout */
#cab_resultados {
   float: left;
   width: 579px;
   height: 43px;
}

#titul_resultados {
   float: left;
   width: 349px;
   margin: 0;
   text-align: left;
}

#navegac_page {
   float: right;
   width: 176px;
   margin: 18px 8px 0 0;
   text-align: right;
}

#paginacion {
   float: right;
   width: 545px;
   height: 26px;
   margin: 10px 10px 0 5px;
}

#box_noresul {
   float: left;
   width: 538px;
   height: 91px;
   font-size: 11px;
   color: #FFF;
   border-top:5px solid #02662C;
   border-bottom:1px solid #ccc;
   padding: 10px;
   margin:5px 0 0 7px;
}

#text1_noresul {
   text-align: left;
   font-size: 16px;
   color: #000;
   font-weight: bold;
}

#text2_noresul {
   text-align: left;
   font-size: 11px;
   color: #666;
   margin:5px 0 0 42px;
}

/******** Arbol ******/
#arbolframe{
   float:left;
   display:none;
   position: absolute;
   z-index: 50;
}

#arbol{
   float:left;
   border: 1px solid black;
   width: 184px;
   font-size: 11px;
   display:none;
   background: #ADC8B7;
   color:#02662C;
   font-weight:bold;
   position: absolute;
   z-index: 100;
   overflow: auto;
}

#arbol ul{
   list-style-type: none;
   margin:2px;
   padding:2px;
}

#arbol ul li ul{
   color: #000000;
   font-weight:normal;
   background: #CCC;
   padding-left:5px;
}

#arbol ul li ul li{
   padding-bottom:1px;
}

#arbol ul li ul li:hover{
   cursor: pointer;
   color:#FFF;
   background: #02662C;
}

#arbol ul li ul li ul{
   color: #666666;
   font-weight:normal;
   background: #E4E4E4;
   padding-left:5px;
}

#arbol ul li ul li ul li{
   cursor: pointer;
}

#arbol ul li ul li ul li:hover{
   cursor: pointer;
   background: #999;
}

/**********************************************************************************************
 * @file: validation.css
 **********************************************************************************************/

.validation_elem{
    float: left;
    padding-right: 5px;
    color: #02662C;
    font-size: 14px;
    font-weight: bold;
}

.validation_pass{
    float: left;
    padding-right: 5px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

.validation_button{
    float: left;
    font-size: 11px;
    padding-top: 12px;
}

/**********************************************************************************************
 * @file: botones.css
 **********************************************************************************************/

.botonestilo1_A {
   width: 55px;
   height: 23px;
   font-size: 11px;
   color: #ffffff;
   font-weight: bold;
   background: url("../../images/theme/dw/boton_grisA.gif") no-repeat  ;
   cursor: pointer;
   border: none;
   text-align: center;
}

.botonestilo1_D {
	width: 83px;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: url( ../../images/theme/boton_D.gif ) no-repeat;
	cursor: pointer;
	border: none;
	text-align: center;
}

/**********************************************************************************************
 * @file: tipos.css
 **********************************************************************************************/

h1 {
	font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #02662C;
	font-weight: bold;
	margin: 10px 0;
	padding-left: 20px;
}

h2 {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFF;
   font-weight: bold;
   margin: 12px 0 0 15px;
}

.estilo110n {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #999;
   font-weight:normal! important;
}

.estilo111b {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #999;
}

.enlaceestilo111b a {
   font-size: 11px;
   color: #666;
   text-decoration: none;
   font-weight: bold;
}

.enlaceestilo111b a:hover {
   color: #666;
   text-decoration: underline;
   font-weight: bold;
}

.estilo111n {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #999;
   font-weight:normal! important;
}

.enlaceestilo111n a {
   font-size: 11px;
   color: #666;
   text-decoration: none;
}

.enlaceestilo111n a:hover {
   color: #666;
   text-decoration: underline;
}

.estilo112n {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #999;
   font-weight:normal! important;
}

.estilo112b {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #999;
   font-weight: bold;
}

.estilo114b {
   font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #999;
}

.enlaceestilo210n {
	font-size: 10px;
	font-weight: normal;
	color: #02662C;
	text-decoration: none;
}

.enlaceestilo210n a{
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.enlaceeestilo210n a:hover{
	color: #02662C;
	text-decoration: underline;
}

.enlaceestilo210b {
   font-size: 10px;
   font-weight: bold;
   color: #02662C;
   text-decoration: none;
}

.enlaceestilo210b a {
   font-size: 10px;
   font-weight: bold;
   color: #666;
   text-decoration: none;
}

.enlaceeestilo210b a:hover {
   color: #02662C;
   text-decoration: underline;
}

.enlaceestilo211n a {
   font-size: 11px;
   color: #02662C;
   text-decoration: none;
}

.enlaceestilo211n a:hover {
   color: #666;
   text-decoration: underline;
}

.enlaceestilo211b a {
   font-size: 11px;
   font-weight: bold;
   color: #02662C;
   text-decoration: none;
}

.enlaceestilo211b a:hover {
   color: #666;
   text-decoration: underline;
   cursor: pointer;
}

.estilo211n {
   font-size: 11px;
   color: #FFF;
   font-weight: normal;
}

.estilo211b {
   font-size: 11px;
   color: #FFF;
   font-weight: bold;
}

.estilo212n {
   font-size: 12px;
   color: #FFF;
}

.estilo212b {
   font-size: 12px;
   color: #02662C;
   font-weight: bold;
}

.estilo214n {
	font-size: 14px;
	color: #FFF;
}

.estilo214b {
   font-size: 14px;
   color: #02662C;
   font-weight: bold;
}

.estilo215b {
   font-size: 15px;
   color: #FFF;
   font-weight: bold;
}

.estilo216b {
   font-size: 16px;
   color: #FFF;
   font-weight: bold;
}

.estilo218n {
	font-size: 18px;
	color: #FFF;
}

.enlaceestilo3l0n {
   font-size: 10px;
   color: #FFF;
   text-decoration: none;
}

.enlaceestilo310n a {
   font-size: 10px;
   color: #FFF;
   text-decoration: none;
}

.enlaceestilo310n a:hover {
   color: #0B4E25;
}

.estilo311b {
   font-size: 11px;
   color: #ADC8B7;
   font-weight: bold;
}

.enlaceestilo3l1b {
   font-size: 11px;
   font-weight: bold;
   color: #FFF;
   text-decoration: none;
}

.enlaceestilo311b a {
   font-size: 11px;
   font-weight: bold;
   color: #FFF;
   text-decoration: none;
}

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

.estilo312n {
   font-size: 12px;
   color: #ADC8B7;
}

.estilo312b {
   font-size: 12px;
   color: #ADC8B7;
   font-weight: bold;
}

.estilo314b {
   font-size: 14px;
   color: #ADC8B7;
   font-weight: bold;
}

.estilo315n {
   font-size: 15px;
   color: #ADC8B7;
}

.estilo316b {
   font-size: 16px;
   color: #ADC8B7;
   font-weight: bold;
}

.estilo411n {
   font-size: 11px;
   color: #000;
}

.estilo411b {
   color:#02662C;
   font-size:11px;
   font-weight:bold;
}

.estilo414b  {
   font-size: 14px;
   font-weight: bold;
   color: #000;
}

.enlaceestilo411b a {
   font-size: 11px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
}

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

.estilo511b {
   font-size: 11px;
   color: #970000;
   font-weight: bold;
}

.enlaceestilo511b a {
   font-size: 11px;
   font-weight: bold;
   color: #970000;
   text-decoration: none;
}

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

.estilo514b {
   font-size: 14px;
   color: #970000;
   font-weight: bold;
}

.enlaceestilo516b {
   font-size: 16px;
   font-weight: bold;
   color: #970000;
   text-decoration: none;
}

.estilo611n {
   font-size: 11px;
   color: #FF6600;
}

.estilo611b {
   font-size: 11px;
   color: #FF6600;
   font-weight: bold;
}

.estilo714b {
   font-size: 14px;
   color: #02662C;
   font-weight: bold;
}

/**********************************************************************************************
 * @file: struct.css
 **********************************************************************************************/

#bodyPage {
	width: 852px;
	margin: 0 auto;
}

#bodyPageContent {
	float: left;
	width: 852px;
	background-image: url(../../images/theme/bg_body.jpg);
	margin: 0;
	text-align: center;
}

#cabecera {
	width: 804px;
	text-align: left;
	background: url( ../../images/theme/bg_cab.jpg ) no-repeat;
	height: 268px;
	margin: 0 auto;
}

#cabecera2 {
	width: 804px;
	text-align: left;
	background: url( ../../images/theme/bg_cab2.jpg ) no-repeat;
	height: 191px;
	margin: 0 auto;
}

#menu_sup {
	margin: 0 auto;
	width: 804px;
	height: 28px;
	background: url(../../images/theme/bg_menusup.jpg) no-repeat;
}

#menu_sup ul {
   list-style-type: none;
   margin: 0;
   padding-left:20px;
}

#menu_sup ul li {
	padding-left: 5px;
	float: left;
	height: 13px;
}

#menu_sup ul li.line {
	border-right:1px solid #FFF;
	padding-right:5px;
}

#menu_sup ul li a {
   display: block;
   text-align: left;
   color: #FFF;
   font-size: 11px;
   text-decoration: none;
}

#menu_sup ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu_idioma{
	float:right;
	margin-top:3px;
	padding-right:20px;
}

#menu_idioma a{
	font-size:11px;
	color: #C8D8DA;
	text-decoration:none;
}

#menu_idioma a:hover{
	color: #FFF;
}

.select_idioma {
	color: #006A30;
	font-size: 9px;
	border: 1px solid #ccc;
	font-family: Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
}

#logo{
	float:left;
	padding-left:25px;
	margin-top: 15px;
}

#agencia{
	float: right;
	width: 455px;
	margin-right: 10px;
	text-align: left;
}

#campos_agencia {
	float: left;
	margin: 15px 12px 0 0;
	padding-left: 3px;
	width: 450px;
	font-size: 10px;
	line-height: 18px;
	height: 51px;
	background: url(../../images/theme/bg_boxagency.gif) no-repeat;
	filter: alpha(opacity=85);
	opacity: .85
}

#campos_agencia span {
   color: #999;
   background-color: #FFF;
   font-size: 10px;
   border: 1px solid #E0E0E0;
   padding: 1px 3px 1px 3px;
}

.nomagencia {
	color: #999;
	background-color: #FFF;
	font-size: 10px;
	border: 1px solid #FFF;
	width: 195px;
}

.usuagencia {
   color: #999;
   background-color: #FFF;
   font-size: 10px;
   border: 1px solid #FFF;
   width: 105px;
}

.diragencia {
	color: #999;
	background-color: #FFF;
	font-size: 10px;
	border: 1px solid #FFF;
	width: 228px;
}

.telagencia {
	color: #999;
	background-color: #FFF;
	font-size: 10px;
	border: 1px solid #FFF;
	width: 100px;
}

.datagencia_group{
	float:left;
	padding: 5px 0 0 5px;
}

#menucampanya_contenedor {
	float: left;
	width: 756px;
	height:65px;
	margin-top: 43px;
	padding: 0 0 0 26px;
}

#menucampanya {
	float: left;
	width: 756px;
	height: 65px;
	background: url(../../images/theme/bg_menucampanya.jpg) no-repeat;
	text-align: center;
}

#menuBar_campanya {
	float: left;
}

#menuBar_campanya a, #menuBar_campanya span {
	font-size: 11px;
	color: #00461B;
	text-decoration: none;
	cursor: pointer;
	display: block;
    padding-top: 5px;
}

#menuBar_campanya a:hover {
	text-decoration: underline;
}

#menuBar_campanya ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	z-index: 100;
}

#menuBar_campanya ul li {
    margin: 0 25px 0 0;
    list-style-type: none;
	position: relative;
	width: auto;
	padding-right: 10px;
    float: left;
	z-index: 100;
	padding-top: 4px;
	text-align:center;
}

#titul_campanya{
	float:right;
	width:550px;
	margin-top:30px;
	text-align:right;
}

.titul_campanya_txt{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

#cuerpo{
	width: 804px;
	text-align: left;
	margin: 0 auto;
}

#cuerpo_contenedor {
	float: left;
	width: 804px;
}

#cuerpo_contenedor_extend {
   float: left;
   width: 778px;
   text-align: center;
   background: url( ../../images/theme/bg_contenedor.gif );
}

#panel_central_extend {
   float: left;
   width: 776px;
   margin-left:1px;
   text-align: center;
}

#pie_contenedor {
	width: 804px;
	margin: 0 auto;
	text-align: center;
}

#pie_contenedor div#pie {
	margin: 0 auto;
	width: 778px;
}

#piemenu {
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#menuproducto {
	margin: 0;
	padding: 0;

}

#menuproducto li.enlaces1 {
	display: inline;
    background: url(../../images/theme/line_menu.gif) no-repeat right;
    padding: 0 10px 0 5px;
	height: 15px;
}

#menuproducto li.enlaces1_fin {
   display: inline;
   padding: 0 10px 0 10px;
}

#menuproducto a {
   color: #02662C;
   font-size: 11px;
   text-decoration: none;
}

#menuproducto a:hover, #menuproducto a.sel {
   color: #02662C;
   text-decoration: underline;
}

#piesubmenu {
	color: #FFF;
	font-size: 11px;
	width: 804px;
	margin: 0 auto;
}

#copy {
	float: left;
	width: 804px;
	text-align: center;
	height: 25px;
	background: #00471B;
	padding-top: 5px;
	margin-bottom: 30px;
}

#infoerror {
   float: left;
   margin: 0 0 1px;
   background-color: #F00;
   padding: 1px;
   width: 414px;
}

#infoerror_content {
   background: #FFF url(../../images/theme/bg_info.gif) no-repeat 8px 2px;
   padding: 6px 8px 6px 56px;
   width: 350px;
}

#infoerror_txt {
   color: #000;
   font-size: 11px;
}

#espera  {
   position: absolute; /*Posicionamiento absoluto*/
   background-color : #000000;
   display : block;
   z-index:150;
}
#espera_container  {
   position: relative;
   top: 150px;
   display : block;
   z-index:155;

}

/**********************************************************************************************
 * @file: menu_bar.css
 **********************************************************************************************/

#menuBar {
	float: left;
	margin-top: 10px;
	padding-left: 20px;
}

#menuBar a, #menuBar span {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#menuBar a:hover {
	text-decoration: underline;
}

#menuBar ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	z-index: 100;
}

#menuBar ul li {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
	list-style-type: none;
	text-align: left;
	position: relative;
	line-height:15px;
	width: auto;
	float: left;
	z-index: 100;
}

#menuBar ul li.itemSubmenu {
    z-index: 100;
	padding-right: 5px;
	border-right: 1px solid #FFF;
}

#menuBar ul li ul {
	padding: 5px 5px 3px 5px;
	margin: 0;
	display: none;
	position: absolute;
	left: -5px;
	top: 15px;
	background-color: #6B947B;
	z-index: 100;
	width:100px;
}

#menuBar ul li:hover ul, #menuBar ul li.over ul  {
	display: block;
   	z-index: 100;
	color: #005621;
}
#menuBar ul li ul li {
	line-height:20px;
	height:20px;
	float: none;
	z-index: 100;
}

#menuBar li ul li a, #menuBar li ul li span {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	display: inline;
	z-index: 100;
}

#menuBar li ul li:hover {
	background:#476352;
	width: 95%;
	color: #FFF;

}

#menuBar li ul li a:hover {
	color: #FFF;
	text-decoration:none;
	width: 95%;
}

/**********************************************************************************************
 * @file: home_layout.css
 **********************************************************************************************/

#cesta_home{
    float: left;
    margin: 45px 0 0 20px;
}

#cesta_home a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    background: transparent url( "../../images/theme/dw/icono-carro-peq.gif" ) no-repeat center left;
}

#cesta_home a:hover {
    color: #000;
    text-decoration: underline;
}

#panelA {
	float: left;
	width: 804px;
	background: url( ../../images/theme/bg_panelA.gif ) repeat-x;
	padding-top: 4px;
}

#panelA_subpanelA {
	float: left;
	width: 358px;
	text-align: left;
	border-right: 1px solid #38714E;
	margin-bottom: 5px;
}

#panelA_subpanelB {
	float: right;
	text-align: right;
	padding-right: 10px;
	width: 423px;
}

#callcenter{
	float:right;
}

#bannerA {
	float: right;
	margin: 10px 0;
	/*border:1px solid #FFF;*/
}

#bannerB {
	float: right;
	width: 359px;
}

#bannerB_01 {
	float: right;
	width:357px;
	height: 113px;
}

#bannerC {
	float: right;
	width: 359px;
	padding-top: 15px;
}

#bannerC_01 {
	float: left;
	width: 172px;
	height: 113px;
	padding-left: 2px;
}

#bannerC_02 {
	float: right;
	width: 172px;
	height: 113px;
}

#panelB {
	float: left;
	width: 804px;
}

#panelB_subpanelA {
	float: left;
	width: 377px;
}

#panelB_subpanelB {
	float: left;
	width: 425px;
}

#busca {
	float: right;
	margin: 10px 0;
	text-align: right;
}

#buscador {
	float: left;
	width: 100%;
    background: url( ../../images/theme/bg_panelA.gif ) repeat-x;
}

#titulo_buscador {
	float: left;
	text-align: left;
	margin-top: 3px;
	padding-left: 20px;
}

#reserva_content {
	width: 330px;
	float: left;
	margin-top: 25px;
	padding-left: 20px;
}

#grupo_destino{
	float:left;
	height:62px;
	background:url(../../images/theme/bg_grupodestino.gif) no-repeat;
	text-align:left;
	padding-left: 63px;
}

.grupo_destino_label{
	margin-top:8px;
    font-size: 12px;
}

#grupo_fechas{
	float:left;
	height:62px;
	background:url(../../images/theme/bg_grupofechas.gif) no-repeat;
	text-align:left;
	padding-left: 63px;
	padding-top: 15px;
}

#grupo_fecha_ini{
	float:left;
	width:110px;
	margin-top: 8px;
}

#grupo_fecha_fin{
	float:left;
	width:110px;
	margin-top: 8px;
}

#divNumnocHT{
    margin-top: 9px;
    width: 40px;
    font-size: 11px;
    color: #FFF;
}

.selectNoches{
    color:#666666;
    font-size:11px;
    vertical-align:middle;
}

#grupo_acomod{
	float:left;
	background:url(../../images/theme/bg_grupoacomod.gif) no-repeat;
	text-align:left;
	padding-top: 15px;
	padding-left:63px;
}

.grupo_acomod_hab{
	margin-top:8px
}

.grupo_acomod_numhab{
	margin-top:3px;
	float: left;
	width: 260px;
}

.grupo_acomod_numhab_label{
	float:left
}

.grupo_acomod_numhab_pax{
	float:left;
	margin-left:3px;
	font-size:11px;
}

.grupo_acomod_numhab_edad{
	float:left;
	margin-left:10px;
	font-size:11px;
	width: 85px;
}

.input_destino {
   width: 181px;
   font-size: 11px;
   color: #666;
   margin-right: 3px;
}

.input_fecha {
	width: 70px;
	font-size: 11px;
	color: #666;
}

.habitac_select,
.habitac_pax,
.edad_child {
	width: 40px;
	font-size: 11px;
	color: #666;
}

#panelpromo_content {
	float:left;
	padding-left: 15px;
}

#panelpromo {
	font:12px tahoma,arial,sans-serif;
	width:394px;
	float:left;
	margin-left: 5px;
}

#panelpromo div.off {
	color:#FFFFFF;
	font-weight:normal;
	width:79px;
	height:25px;
	margin-right:1px;
	line-height:23px;
	float:left;
	background:url(../../images/theme/tabs_off.gif) repeat-x left bottom;
	border-bottom-color:#E86808;
	cursor:pointer;
	position:relative;
	z-index:20;
	text-align: center;
}

#panelpromo div.on {
	color:#044720;
	font-weight:bold;
	margin-right:1px;
	float:left;
	background:url(../../images/theme/tabs_on.gif) repeat-x left bottom;
	cursor:pointer;
	border-bottom:0;
	width:79px;
	height:25px;
	line-height:23px;
	position:relative;
	z-index:60;
	text-align: center;
}

#panelpromo div.on span{
    font-size: 10px; 
}

div.hide {
	display:none;
	width:0;
	overflow:hidden;
}

div.show {
	float:left;
	clear:left;
	background:#FFF;
	width:399px;
	height:217px;
	margin-top:0;
	border:1px solid #CCC;
	position:relative;
	z-index:50;
	text-align:left;
	top: -1px;
    overflow-y:auto;   
}

#panelpromo div.escapadas {
	color:#E86808;
	font-weight:bold;
	margin-right:1px;
	float:left;
	cursor:pointer;
	border-bottom:0;
	width:431px;
	height:23px;
	position:relative;
	z-index:60;
	text-align:left;
	padding-left:20px;
}

#panelpromo div.hoteles {
	color:#E86808;
	font-weight:bold;
	margin-right:1px;
	float:left;
	cursor:pointer;
	border-bottom:0;
	width:431px;
	height:23px;
	position:relative;
	z-index:60;
	text-align:left;
	padding-left:20px;
}

#panelpromo div.viajes {
	color:#E86808;
	font-weight:bold;
	margin-right:1px;
	float:left;
	cursor:pointer;
	border-bottom:0;
	width:431px;
	height:23px;
	position:relative;
	z-index:60;
	text-align:left;
	padding-left:20px;
}

#ofertaslista {
	width:370px;
	float:left;
	padding:15px 0 0 10px;
}

#ofertaslista ul{
	list-style:none;
	margin: 0;
	padding:0;
	float:left;
	width:100%;
}

#ofertaslista .impar{
	background:#EBEBEB;
}

#ofertaslista li{
	margin:0;
	padding:0;
	float:left;
	height: 24px;
}

#ofertaslista .oferta_descrip{
	width:75%;
	text-align:left;
	font-family: "tahoma";
	font-size:12px;
	padding: 1px 0 0 3px;
}

#ofertaslista .oferta_descrip a {
	color: #666;
	text-decoration: none;
}

#ofertaslista .oferta_descrip a:hover{
	color: #FFF;
	background:#8A4D76;
	height: 24px;
}

#ofertaslista .oferta_precio{
	width:23%;
	text-align:right;
	font-family: "tahoma";
	font-size:16px;
	color:#8A4D76;
	font-weight:bold;
}

#panelC {
	float: left;
	width: 784px;
	padding: 10px 0 0 20px;
}

#bannerD {
	float: left;
	width: 771px;
	height:108px;
	border:1px solid #ccc;
	padding-top: 7px;
}

#bannerD_01 {
	float: left;
	width:250px;
	height: 100px;
	padding-left: 5px;
}

#bannerD_02 {
	float: left;
	width:250px;
	height: 100px;
	padding-left:5px;
}

#bannerD_03 {
	float: left;
	width:250px;
	height: 100px;
	padding-left:5px;
}

/**********************************************************************************************
 * @file: ofertas_layout.css
 **********************************************************************************************/

.info{
    border: none;
    margin: 0;
    padding: 0;
}

.buscador{
    border: none;
    margin: 0;
    padding: 0;
    width: 619px;
}

.buscadortop{
    background: url("../../images/theme/dw/box3_cabecera.gif") no-repeat;
    height: 18px;
}

.buscadorbody{
    background: url("../../images/theme/dw/box3_cuerpo.gif");
    height: 101px;
}

.buscadorcontent{
    width: 573px;
    margin: 0;
    padding: 0;
    border: none;
}

.buscadorcontent span{
	margin: 0;
	padding: 5px 50px 5px 10px;
	text-align:left;
	background:#015521;
	text-transform:uppercase;
}

.buscadorcontent_body{
    border: none;
    margin: 0;
    padding: 0;
}
.buscadorbody .group_destino{
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 10px 0 10px;
	color: #015521;
	margin-bottom: 10px;
	text-align: left;
   width: 167px;
}

.buscadorbody .group_destino a{
	color:#015521;
	text-decoration:none;
}

.buscadorbody .group_destino a:hover{
	color:#666;
	text-decoration:underline;
}
.buscadorbottom{
    background: url("../../images/theme/dw/box3_pie.gif") no-repeat;
    height: 29px;
}
.info_ofertas{
	color:#999999;
	text-align:center;
	padding: 10px 0;
}
.subunder{
    height: 1px;
    padding: 0;
    margin: 0;
}

.div_fecini{
    float:left;
    padding-top: 2px;
}

.campo_ofer{
	color: #000;
	font-size: 11px;
	border: 1px solid #ccc;
	font-family:Tahoma, "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
}
.table_resultados {
	width:610px;
	padding: 0;
  margin-top: 10px;
  border-collapse: collapse;
  border: 1px solid #333;
  color: #000;
  background:#E1E1E1;
}

.table_resultados th, .table_resultados td {
	border: 1px dotted #fff;
	padding: 0.5em;
	text-align: left;
	color: #333333;
}

.table_resultados th.tdZona {
	background:#015521;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1.3em;
	padding-left: 17px;
}

.table_resultados th.tdSubzona {
	background:#4D8563;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1em;
	padding-left: 17px;
}

.table_resultados th.tdLabel {
	background:#999999;
	color:#333333;
	font-weight:bold;
	font-size: 1em;
}

.table_resultados tr.odd td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin: padding;
	background:#E1E1E1 none repeat scroll 0 0;
}

.table_resultados tr.odd2 td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin: padding;
	background:#EFF8DE none repeat scroll 0 0;
}

.table_resultados td.nm_hotel {
	background: #E1E1E1 url(../../images/theme/list_nmhot.gif) no-repeat 7px 15px !important;
	padding-left:22px;
}

.table_resultados td.nm_hotel_2 {
	background: #EFF8DE url(../../images/theme/list_nmhot.gif) no-repeat 7px 15px !important;
	padding-left:22px;
}

.resultados{
    width: 619px;
    margin: 0;
    padding: 0;
    border: none;
}

.resultadostop{
    background: url("../../images/theme/dw/box3_cabecera.gif");
    height: 18px;
    padding: 0;
    margin: 0;
}

.resultadosbody{
    height: 101px;
    background: url("../../images/theme/dw/box3_cuerpo.gif");
}

.resultadosbody_content{
    width: 569px;
    border: none;
    padding: 0;
    margin: 0;
}

.resultadosbottom{
    background: url("../../images/theme/dw/box3_pie.gif");
    height:27px;
}

/**********************************************************************************************
 * @file: folletos_layout.css
 **********************************************************************************************/

.texto{
   border:none;
}

#indice{
   padding: 20px;
}

.cab_indice{
   background: url(../../images/theme/dw/boxfolletos.gif);
   width: 241px;
   border: none;
   margin: 0;
   padding: 0;
}

.content_indice{
   border:1px solid #CCC;
   width: 300px;
}

#indicelista{
   height:507px;
   overflow:scroll;
   overflow-x:hidden;
}

/**********************************************************************************************
 * @file: folletos_layout.css
 **********************************************************************************************/

.bodylogin{ 
	background-color: #EBEBEB;
	margin: 0 auto;
}

.centrar {
	height: 396px; /*altura*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-left: -343px; /*Restamos la mitad de ancho de la ventana para centrarlo horizontalmente*/
	margin-top: -198px; /*Restamos la mitad de alto de la ventana para centrarlo verticalmente*/
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	width: 687px; /*altura*/
}

#box_login{
	background: url(../../images/theme/bg_login.jpg) no-repeat;
	width: 687px;
	height: 396px;
	margin: 9px 0 0 9px;
}

#titul_login{
	width: 449px;
	float:left;
	margin: 120px 0 0 60px;
}

.limpia{
	clear:both;
}

.blanco11{
	font-size: 11px;
	color: #FFF;
	font-family: "Trebuchet MS";
}

.blanco11b{
	font-size: 11px;
	color: #FFF;
	font-family: "Trebuchet MS";
	font-weight: bolder;
}

.blanco24b{
	font-size: 24px;
	color: #FFF;
	font-family: "Trebuchet MS";
	font-weight: bolder;
}

#box_inputs{
	width: 482px;
	height: 115px;
	float:left;
	margin: 20px 0 0 30px;
}

.input1{
	width: 174px;
	height:23px;
	font-size: 11px;
	color: #666;
	font-family: "Trebuchet MS";
	background: url(../../images/theme/inputestil1.gif) no-repeat;
	padding: 2px 4px 2px 4px;
	border:none;
}

.input2{
	width: 144px;
	height:23px;
	font-size: 11px;
	color: #666;
	font-family: "Trebuchet MS";
	background: url(../../images/theme/inputestil2.gif) no-repeat;
	padding: 2px 4px 2px 4px;
	border:none;
}

#boton_login{
	float:left;
	width:325px;
	text-align:right;
}

.botlog {
	width:94px;
	height:29px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../../images/theme/boton_log.gif) no-repeat;
	text-align: center;
	cursor:default;
	border:none;
	padding-bottom:5px;
}

/**********************************************************************************************
 * @file: inicializesearch_layout.css
 **********************************************************************************************/

.box_hotel {
	width: 566px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #EEEEEE;
}

.box_buscadestino {
	border: 1px solid #ccc;
}

.cab_boxhotel {
	height: 37px;
	background: url( ../../images/theme/cab_boxdestino.jpg );
	text-align: left;
}

.cab_buscadestino {
	height: 37px;
	background: url( ../../images/theme/cab_buscadestino.jpg );
	text-align: left;
}

.nombre_hotel,.nombre_buscadestino {
	padding: 1px;
}

.content_boxhotel,.content_buscadestino {
	width: 566px;
}

.form_buscadestino{
	width: 520px;
	margin-left: 10px;
}

.infohotel {
	width: 520px;
	text-align: left;
    padding-top: 10px;
	padding-left: 10px;
}

.info_hot {
   font-size: 11px;
   color: #07275C;
   font-weight: bold;
   margin-top: 5px;
}

.fotohotel{
	float:left;
	width:138px;
	height:138px;
	border: 1px solid #ccc;
	padding:7px;
	margin-top:10px;
}

#descripbrev_hot {
	font-size: 11px;
	color: #666;
	margin: 10px 0 5px 0;
	float: right;
	padding-left: 10px;
	width: 350px;
}

.container_selechotel{
   margin-top: 3px;
}

.content_selechotel{
   height: 18px;
}

.selec_hotel {
	font-size: 11px;
	color: #000;
	border: 1px solid #CCC;
	width: 180px;
	height: 15px;
	text-align: left;
	padding-left: 3px;
	background: #FFF;
}

.detalles_hot {
   text-align: right;
   padding: 10px;
}

#buscadordestinos {
   text-align: left;
}

.input_destino {
   width: 181px;
   font-size: 11px;
   color: #666;
   margin-right: 3px;
}

/**********************************************************************************************
 * @file: nosotros_layout.css
 **********************************************************************************************/

#cab_nosotros{
	float:left;
	width: 804px;
	height: 43px;
	background: url(../../images/theme/cab_nosotros.jpg) no-repeat;
}

#titul_nosotros{
	float:left;
	width: 349px;
	padding: 15px 0 0 50px;
	text-align: left;
}

#navegac_page{
	float:right;
	width: 176px;
	margin: 18px 8px 0 0;
	text-align: right;
}

#nosotros{
	float:left;
	width:684px;
	padding-left:50px;
	padding-bottom: 10px;
}

.nosotros_group{
	float:left;
	width:674px;
	background: url(../../images/theme/cab_nosotrosgroup.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	padding:5px 0 10px 10px;
	margin:10px 10px 10px 0;
}

.titulnosotrosgroup{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;

}

#contennosotrosgroup{
	float:right;
	margin: 5px 15px 0 0;
	width: 270px;
	padding-top:30px;

}

#contennosotrosgroup ul{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#contennosotrosgroup ul li{
	padding-left:15px;
	text-align:left;
	background: url(../../images/theme/list_visto.gif) 0 5px no-repeat;
	margin-top: 5px;
}

#contennosotrosgroup2{
	float:left;
	margin: 5px 0 0 20px;
	width: 600px;
	padding-top: 80px;

}

/**********************************************************************************************
 * @file: contacto_layout.css
 **********************************************************************************************/

#cab_contact{
	float:left;
	width: 804px;
	height: 43px;
	background: url(../../images/theme/cab_contacto.jpg) no-repeat;
}

#titul_contact{
	float:left;
	width: 349px;
	padding: 15px 0 0 50px;
	text-align: left;
}

#contact{
	float:left;
	width:684px;
	padding-left:50px;
	padding-bottom: 10px;
}

.contact_group{
	float:left;
	width:674px;
	background: url(../../images/theme/cab_contactgroup.jpg) no-repeat;
	padding:5px 0 10px 10px;
	margin:10px 10px 10px 0;
	height: 243px;
}

.titulcontactgroup{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;

}

.contencontactgroup{
	float:right;
	margin: 50px 15px 0 0;
	width: 250px;
	line-height: 1.5;

}

/**********************************************************************************************
 * @file: interfacexml_layout.css
 **********************************************************************************************/

#cab_interfacexml{
	float:left;
	width: 804px;
	height: 43px;
	background: url(../../images/theme/cab_interfacexml.jpg) no-repeat;
}

#titul_interfacexml{
	float:left;
	width: 349px;
	padding: 15px 0 0 50px;
	text-align: left;
}

#interfacexml{
	float:left;
	width:684px;
	padding-left:50px;
	padding-bottom: 10px;
}

.interfacexml_group{
	float:left;
	width:674px;
	background: url(../../images/theme/cab_interfacexmlgroup.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
	padding:5px 0 10px 10px;
	margin:10px 10px 10px 0;
}

.titulinterfacexmlgroup{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;

}

#conteninterfacexmlgroup{
	float:right;
	margin: 5px 15px 0 0;
	width: 270px;
	padding-top:30px;

}

#conteninterfacexmlgroup ul{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#conteninterfacexmlgroup ul li{
	padding-left:15px;
	text-align:left;
	background: url(../../images/theme/list_visto.gif) 0 5px no-repeat;
	margin-top: 5px;
}

#conteninterfacexmlgroup2{
	float:left;
	margin: 5px 0 0 20px;
	width: 600px;
	padding-top: 80px;

}

.enlacemail a {
	color:#02662C;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

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

/**********************************************************************************************
 * @file: sitemap_layout.css
 **********************************************************************************************/

#cab_sitemap{
	float:left;
	width: 804px;
	height: 43px;
	background: url(../../images/theme/cab_sitemap.jpg) no-repeat;
}

#titul_sitemap{
	float:left;
	width: 349px;
	padding: 15px 0 0 80px;
	text-align: left;
}

#sitemap{
	float:left;
	width:650px;
	padding-left:80px;
}

.sitemap_group{
	float:left;
	width:275px;
	background: url(../../images/theme/cab_sitemapgroup.gif) no-repeat;
	border-bottom: 1px solid #ccc;
	padding:3px 0 20px 10px;
	margin:10px 10px 10px 0;
}

.titulsitegroup{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;

}

/**********************************************************************************************
 * @file: avisolegal_layout.css
 **********************************************************************************************/

#cab_avisolegal{
	float:left;
	width: 804px;
	height: 43px;
	background: url(../../images/theme/cab_avisolegal.jpg) no-repeat;
}

#titul_avisolegal{
	float:left;
	width: 349px;
	padding: 15px 0 0 80px;
	text-align: left;
}

#avisolegal{
	float:left;
	width:650px;
	padding-left:80px;
}

.avisolegal_group{
	float:left;
	width:550px;
	background: url(../../images/theme/cab_avisolegalgroup.gif) no-repeat;
	border-bottom: 1px solid #ccc;
	padding:3px 0 20px 10px;
	margin:10px 10px 10px 0;
}

.titulavisolegalgroup{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;

}

.gris{
	color:#999;
}