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

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	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_C {
	width: 188px;
	height: 38px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: url( ../../images/theme/boton_C.gif ) no-repeat;
	cursor: pointer;
	border: none;
	text-align: center;
}

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

.botonestilo1_E {
	width: 300px;
	height: 40px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background: url( ../../images/theme/boton_E.gif ) no-repeat;
	cursor: pointer;
	border: none;
	text-align: center;
}

.botonestilo1_F {
	background: url( ../../images/theme/boton_F.gif ) no-repeat;
	cursor: pointer;
	border: none;
	text-align: center;
	padding:10px 0 14px 0;










	*height:40px;/*para IE6*/
	float: left;
	width: 100%;
}

.botonestilo1_F a {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin: 0 0 16px 0;
}

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

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

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

.estilo118n {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   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: 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: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #999;
   font-weight:normal! important;
}

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

.estilo114b {
   font-family: 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: #84C526;
	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:#666666;
	font-size:11px;
	font-weight:bold;
}

.estilo412b {
	color:#666666;
	font-size:12px;
	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: 990px;
	margin: 0 auto;
}

#bodyPageContent {
	float: left;
	width: 990px;
	margin: 0;
	text-align: center;
}

#cabecera {
	width: 990px;
	text-align: left;
	height: 144px;
	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 {
	width: 990px;
	height: 34px;
	background: url(../../images/theme/menusup_bg.gif) no-repeat bottom left;
	position: absolute;
	top: 80px;
	left: 0px;
	margin-top: 30px;
}

#menu_sup ul {
	list-style-type: none;
	margin: 0;
}

#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:10px;
	padding-right:5px;
}

#menu_idioma span{
	font-size:11px;
	color: #999999;
}

.select_idioma {
	color: #000;
	font-size: 11px;
	border: 1px solid #ccc;
	/*width:95px;*/
}

.callcenter{
	position:absolute;
	top:35px;
	right:-5px;
	color:#B0B0B0;
	font-size:18px;
	width: 198px;
}

.callcenter .phone{
	color:#84C527;
	font-size:25px;
	font-weight:bold;
	background: url(../../images/theme/phone.gif) no-repeat scroll 0 2px;
	padding-left:38px;
}

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

#agencia{
	position:absolute;
	right:0px;
	text-align:left;
	top:0px;
	width:249px;
	;
	z-index:5;
}

#agencia_loged{
	width: 448px;
	text-align: left;
	position: absolute;
	top: 0px;
	z-index: 5;
	left: 320px;
}

#campos_agencia {
	float:left;
	font-size:10px;
	line-height:18px;
	margin:0;
	padding:2px 0 10px 10px;
	width:200px;
}

#campos_agencia fieldset{
	margin-top:0px;
}

#campos_loged {
	float: left;
	margin: 0;
	width: 410px;
	/**width:100%;*/
	font-size: 10px;
	line-height: 18px;
	background: url(../../images/theme/bg_boxagency.gif) no-repeat top left;
	padding: 10px 30px 17px 30px;
}

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

#campos_loged span {
   color: #000;
   font-size: 11px;
   padding-right:19px;
}

#campos_agencia form p {
	margin-bottom:8px;
	float: left;
}

#campos_loged form p {
	margin-bottom:3px;
	float: left;
}

#campos_agencia form label,#campos_loged form label {
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	width:69px;
	color:#FFF;
	font-weight: normal;
}

#campos_agencia form input, #campos_loged form input {
	border:1px solid #ccc;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	width:115px;
	padding: 1px;
	margin-right:10px;
}

.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;
}

.registro{
	float:right! important;
	color:#000;
	font-size:10px;
	text-align:right;
	margin:0 10px 0 0;
}

.registro a{
	color:#FFF;
	text-decoration:underline;
}

#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: 990px;
	text-align: left;
	margin: 0 auto;
}

#cuerpo_contenedor {
	width: 990px;
}

#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: 990px;
	margin: 0 auto;
	text-align: center;
}

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

#piemenu {
	text-align: center;
	padding-top: 15px;
	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 6px;
	padding: 0 10px 0 5px;
	height: 15px;
}

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

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

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

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

#copy {
	float: left;
	width: 990px;
	text-align: center;
	height: 25px;
	background: #666666;
	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;

}

/**********************************************************************************************
 MENU SUPERIOR
 **********************************************************************************************/
#menu {list-style-type:none; margin:50px 0 0 0; padding:0;}
#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:100px; height:3em; z-index:100;}
#menu li dl {position:absolute; top:0; left:0;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:20px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 100px; margin: 0; padding: 0; background: #B0B0B0 url(../../images/theme/bottom.gif) no-repeat bottom left; text-align:center; cursor:pointer;}
#menu dt {margin:0; padding: 5px; font-size: 1.1em; color: #666; }
#menu dt:hover {background: #0094DE url(../../images/theme/top.gif) no-repeat top left;}
#menu .active {background: #0094DE url(../../images/theme/top.gif) no-repeat top left;}
#menu .inactive {background: #B0B0B0 url(../../images/theme/top.gif) no-repeat top left;}
#menu .ofertas {background: #84C529 url(../../images/theme/top.gif) no-repeat top left;}
#menu .contacto {background: #2FBBFF url(../../images/theme/top.gif) no-repeat top left;}
#menu dd {margin:0; padding:0; color: #666; font-size: 1em; background: #FFF; text-align:left;}
#menu dd  a{color: #666;}
#menu dd.last {}
.items dt a, .items dt a:visited {display:block; color:#666;}
.items dd a, .items dd a:visited {color:#666; text-decoration:none; display:block; padding:4px 5px 4px 20px;background: #B0B0B0 url(../../images/theme/arrow.gif) no-repeat 10px 10px; width:75px;
}
.items dd a:hover {background: #0094DE url(../../images/theme/arrow.gif) no-repeat 11px 10px; color:#9cf;}


/**********************************************************************************************
 * @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;
}

#banner_principal{
	width:990px;
	background: #0094DE;
}

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

#panelA_subpanelA {
	float: left;
	text-align: left;
	margin-top: 10px;
	width: 482px;
	background:url(../../images/theme/bg_promociones.gif) no-repeat;
	margin-left: 13px;
	height:273px;
}

#panelA_subpanelA_buscador {
	float: left;
	text-align: left;
	/*margin-bottom: 5px;*/
	width: 243px;
}

#panelA_subpanelB {
	float: left;
	width: 250px;
}

#panelA_subpanelC {
	float: left;
	margin-top: 10px;
	background:url(../../images/theme/bg_slideshow.gif) no-repeat;
}

#callcenter{
	float:right;
}

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

#promociones {
	padding: 10px 22px 11px 9px;
	margin-left: 10px;
}

#promociones  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84C528;
	font-weight: normal;
	margin: 0 0 15px 8px;
	border-bottom: 1px solid #37B4F2;
}

#promociones .img_promo {
	float:left;
	margin:0 0 16px 8px;
}

#promociones .img_promo2 {
	float:left;
	margin:0 0 16px 26px;
}

#bannerAA {
	margin: 0;
	padding: 10px 28px 11px 9px;
}

#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: 990px;
}

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

#panelB_subpanelA_hotel {
	float: left;
	width: 495px;
	margin-left: 13px;
}

#panelB_subpanelA h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84C528;
	font-weight: normal;
	margin: 10px 8px 20px 8px;
	border-bottom: 1px solid #37B4F2;
}

#panelB_subpanelA_hotel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84C528;
	font-weight: normal;
	margin: 10px 8px 20px 8px;
	border-bottom: 1px solid #37B4F2;
}

#panelB_subpanelA .contenedor_promo {
	float:left;
	width:328px;
    margin-bottom: 10px
}

#panelB_subpanelA .img_promo {
	float:left;
	margin:0 15px 0 8px;
	padding-top:0;
}

#panelB_subpanelA .img_promoA {
	float:left;
	margin:10px 0 0 8px;
}

#panelB_subpanelA .img_promoB {
	float:left;
	margin:10px 0 0 8px;
}

#panelB_subpanelA_hotel .contenedor_promo {
	float:left;
	width:491px;
}

#panelB_subpanelA_hotel .img_promo {
	float:left;
	margin:0 20px 40px 8px;
}

#panelB_subpanelA h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding:0;
}

#panelB_subpanelA p {
	margin:5px 0 15px 0;
	padding-left:40px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#panelB_subpanelA p .precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #38B3F2;
}

#panelB_subpanelA_hotel p {
	margin:5px 0 15px 0;
	padding-left:40px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#panelB_subpanelA_hotel p .precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #38B3F2;
}

#panelB_subpanelA_hotel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding:0;
}

#panelB_subpanelB {
	float: left;
	width: 440px;
	*width: 435px;/*Para IE6*/
	margin-left:35px;
}

#panelB_subpanelB h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84C528;
	font-weight: normal;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #37B4F2;
}

#panelB_subpanelB_hotel {
	float: left;
	width: 436px;
	*width: 431px;/*Para IE6*/
	margin-left:25px;
}

#panelB_subpanelB_hotel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84C528;
	font-weight: normal;
	margin: 10px 8px 20px 0;
	border-bottom: 1px solid #37B4F2;
}

#panelB_subpanelB_hotel .contenedor_promo {
	float:left;
	width:425px;
}

#panelB_subpanelB_hotel .img_promo {
	float:left;
	margin:0 13px 9px 0;
}

#panelB_subpanelB_hotel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0093DE;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top:0px! important;
	padding:0;
}

#panelB_subpanelB_hotel ul {
	list-style-type:none;
	width:255px;
	background:#CCC;
	display:inline-block;
	padding:5px 10px;
}

#panelB_subpanelB_hotel li {
	border-bottom:1px dotted #FFF;
	margin-bottom:5px;
	padding:3px;
}

#panelB_subpanelB_hotel li a {
	color:#000;
	font-size:0.75em;
	text-decoration:none;
}

#panelB_subpanelB_hotel li a:hover {
	background:#DDD;
}

#panelB_subpanelB_hotel li p.nmhotel {
	text-align:left;
	width:165px;
	display:inline-block;
}

#panelB_subpanelB_hotel li p.ddprecio {
	text-align:right;
	display:inline-block;
}

#panelB_subpanelB p {
	float: left;
	width: 152px;
	text-align:center;
	margin: 0 52px 15px 0;
	*margin: 0 45px 15px 0;
}

#panelB_subpanelB .contFolleto {
	padding-left:30px;
	*padding-left:10px;/*Para IE6*/
}

#panelB_subpanelB p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}

#busca {
	float: right;
	margin: 0 40px 0 0;
	*margin: 0 15px 0 0;/*Para IE6*/
	text-align: right;
}

#buscador {
	float: left;
}

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

#reserva_content {
	float: left;
	padding-left: 18px;
}

#grupo_destino{
	float:left;
	text-align:left;
}

.grupo_destino_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

#grupo_fecha_ini,#grupo_fecha_fin {
	float:left;
	text-align:left;
}

#grupo_fecha_ini input,#grupo_fecha_fin input {
	padding:2px;
}

#grupo_fecha_ini_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	float:left;
}

#grupo_fecha_fin_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	float:left;
}

#Distri_hotelDistri_divNumHab{
	text-align:left;
	margin-top: 5px;
	font-size: 11px;
	color: #FFF;
}

#Distri_hotelDistri_divNumHab_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	float:left;
}

#divNumnocHT{
	float:left;
	text-align:left;
	margin-top: 5px;
   font-size: 11px;
   color: #FFF;
}

#divNumnocHT_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	float:left;
	border-bottom: 1px solid #FFF;
}

#divNumnocHT select{
	width: 40px;
}

.Distri_hotelDistri_divDistris{
	float:left;
	text-align:left;
	/*margin-top: 9px;*/
	font-size: 11px;
	color: #FFF;
}

#Distri_hotelDistri_divDistris_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	float:left;
	border-bottom: 1px solid #FFF;
}

#Distri_hotelDistri_divDistris select{
	padding:2px;
}

#grupo_categoria{
	float:left;
	text-align:left;
}

#grupo_categoria_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

#grupo_nmHot{
	float:left;
	text-align:left;
}

#grupo_nmHot_label{
	margin-top:5px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}


.selectNoches{
    color:#666666;
    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 0 0 48px;
	padding: 0;
	width: 887px;
}

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

.buscadorbody{
	height: 101px;
}

.buscadorcontent{
	width: 887px;
	margin: 0;
	padding: 0;
	border: none;
	background: #E4E4E4;
}

.buscadorcontent span{
	margin: 0;
	padding: 5px 50px 5px 10px;
	text-align:left;
	background:#0094DE;
	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: 29px;
	text-align: left;
   width: 357px;
}

.buscadorbody .group_destino a{
	color:#666;
	text-decoration:none;
	font-size:16px;
}

.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;
}

.div_fecini_offer{
    float:left;
    padding-top: 22px;
}

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

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

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

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

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

.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:#E2F3FC none repeat scroll 0 0;
}

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

.table_resultados td.nm_hotel_2 {
	background: #E2F3FC url(../../images/theme/list_nmhot.gif) no-repeat 7px 10px !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;
}

#ofertas_destacadas{
	float:left;
	margin:10px 0 0 35px;
	width: 903px;
	*margin:10px 0 0 18px;/* Para IE6*/
}

#ofertas_destacadas h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #84C528;
	font-weight: normal;
	margin: 0 0 20px 17px;
	border-bottom: 1px solid #37B4F2;	
}

#ofertas_destacadas .bloqueOfer {
	float:left;
	width:448px;
}

#ofertas_destacadas .img_promo {
	float:left;
	margin:0 20px 0 17px;
	padding-top:0;
}

#ofertas_destacadas h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding:0;
}

#ofertas_destacadas p {
	margin:5px 0 15px 0;
	padding-left:40px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#ofertas_destacadas p .precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #38B3F2;
}

/**********************************************************************************************
 * @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;
	padding: 2px;
}

/**********************************************************************************************
 * @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;
	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;
}

/* Estilos del layout del mapa del sitio web */

#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;
}

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

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

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

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

/**** Interface XML ***/

#interfxml_content{
	width:899px;
	margin:33px 0 21px 37px;
	padding:40px 0 0 0;
	background:url(../../images/theme/img-interfaceXML.jpg) no-repeat top right;
}

#interfxml_content p{
	width:320px;
	margin-left:20px;
	color:#999;
	font-size:12px;
}

#interfxml_content p span.azul{
	color:#0093DE;
	font-weight:bold;
}

#interfxml_content_box{
	width:420px;
	border:15px solid #ccc;
	background:#fff;
	padding:15px 15px 0;
	margin-top: 15px;
}

#interfxml_content_box ul{
	color:#0093DE;
	font-size:12px;
	list-style-type:none;
}

#interfxml_content_box ul li{
	background:url(../../images/theme/list-xml.gif) no-repeat left 0;
	padding:8px 0 0 30px;
	height:32px;
	
}

#interfxml_content p.info{
	float:right;
	margin-top:15px;
	color:#666;
	font-size:14px;
	width:438px;
}

#interfxml_content p a{
	text-decoration:underline;
	color:#666;
	font-weight:bold;
}

#interfxml_content p a:hover{
	color:#0093DE;
}
