/* Estructura */
body {
  background-color: #B1B8BC;
  margin: 0;
  padding: 0;
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

/* Contenedores principales */
DIV.total{
  width: 100%;
  text-align: center;
  float: none;
}
DIV.interno{
  position: relative;
  width: 960px;
  margin: 0 auto 0 auto;
  text-align:center;
}
DIV.bg{
  position: relative;
  float: left;
  width: 960px;
  background: #06334B url(/img/bg.gif) repeat-y right top;
}
/* Contenedor medio */
DIV.medio{
  position: relative;
  width: 100%;
  text-align:left;
  color: #052739;
}
DIV.medio DIV.derecha{
  position: relative;
  float: right;
  width: 790px;
}
DIV.medio DIV.derecha DIV.contenidos{
  position: relative;
  float: left;
  width: 600px;
  margin: 10px 0 10px 10px;
  overflow:hidden;
}
* html DIV.medio DIV.derecha DIV.contenidos{
  margin: 10px 0 10px 0;
  left:10px;
}
DIV.medio DIV.derecha DIV.barra_derecha{
  position: relative;
  float: right;
  width: 150px;
  margin: 10px 0 0 10px;
  right:10px;
}

DIV.medio DIV.derecha DIV.barra_derecha_sumensaje{
  position: relative;
  float: right;
  width: 170px;
  margin: 0px 0 0 0px;
}

DIV.medio DIV.derecha DIV.barra_derecha_sumensaje_in{
  position: relative;
  float: right;
  width: 160px;
  margin: 10px 0 0 0px;
}

DIV.medio DIV.izquierda{
  position: relative;
  float: left;
  width: 170px;
  color: #FFF;
}
DIV.medio DIV.izquierda DIV.margenes{
  position: relative;
  float: left;
  width: 150px;
  padding: 0 0 0 10px;
}

/* Firma WA */
DIV.firma{
  position: relative;
  float: right;
  clear: both;
  width:100%;
  height: 25px;
  background-color: #052739;
  text-align: right;
}

/* Header */
DIV.header{
  position: relative;
  float: left;
  width: 100%;
  background-color: #0D3A4F;
}
DIV.header DIV.logo{
  position: relative;
  float: left;
}
DIV.header DIV.banner{
  position: absolute;
  z-index:2;
  width: 468px;
  height: 60px;
  padding: 9px 9px 0 0;
  text-align: left;
  left:483px;
}
DIV.header DIV.barra{
	position:relative;
	float:left;
	clear:left;
	line-height:24px;
	width:100%;
	text-align:left;
}
DIV.header DIV.barra DIV.leyenda{
	position:relative;
	float:left;
	padding:0 0 0 100px;
	font-family:Helvetica, Tahoma, Arial;
	font-size:14px;
	width:400px;
}
DIV.header DIV.barra DIV.leyenda strong{
	color:#66CC00;
	font-weight:normal;
}

/* Fecha - Idioma */
DIV.fecha_idioma{
  position:relative;
  float:right;
  padding-right:10px;
  text-align:right;
  color:#66CC00;
  width:400px;
}
DIV.fecha_idioma a.i,
DIV.fecha_idioma a{
  color:#FFF;
  text-decoration:none;
  background:url(/img/idiomas_uk.gif) no-repeat left 2px;
  padding-left:24px;
}
DIV.fecha_idioma a:hover{
  color:#66CC00;
}
DIV.fecha_idioma a.i{
	background:url(/img/idiomas_esp.gif) no-repeat left 2px;
}

/* Barra Izquierda */
DIV.medio DIV.izquierda DIV.banner{
  position: relative;
  float: left;
  width: 150px;
  padding: 0 0 10px 0;
}

/* Contenedor Columna Izquierda (menues) */
.menu_opcion{
position:relative;
float:left;
background-color:#ccc;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
overflow: visible;
margin-bottom:10px;
padding-top:0px;
width:100%
}

.menu_vertical,
.menu_vertical li,
.menu_vertical ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
}

.menu_vertical li{
  display: block; /*Para buenos browsers*/
  position: relative;
  width: 100%;
  line-height:20px;
}
.menu_vertical li.activo{
  color:#33CCFF;
  background: url(/img/btn_menu_opcion.jpg) no-repeat left bottom;
  padding-left:10px;
  font-weight:bold;
}
.menu_vertical a,
.menu_vertical a:visited,
.menu_vertical a:link{
  display:block;
  width:100%;
  text-decoration:none;
  color:#FFF;
  background: url(/img/btn_menu_opcion.jpg) no-repeat left top;
  padding-left:10px;
}
.menu_vertical a:hover{
  color:#FFF;
  background-position: left bottom;
}
.menu_vertical ul a{
  width:100%;
}
.menu_vertical ul{
  position: absolute;
  float:left;
  left:160px;
  padding-left:11px;
  padding-right:10px;
  width:160px;
  top:-5px;
  background: url(/img/flecha_blanca.gif) no-repeat 2px 12px;
}
.menu_vertical ul li{
  width:100%;
}
.menu_vertical li.conSubMenu{
  cursor: e-resize;
  background: url(/img/btn_menu_opcion.jpg) no-repeat left top;
  padding-left:10px;
}
.menu_vertical li.conSubMenu_activo{
  color: #33CCFF;
  font-weight:bold;
  background: url(/img/btn_menu_opcion.jpg) no-repeat left bottom;
  padding-left:10px;
  cursor: e-resize;
}
.menu_vertical li.conSubMenu ul,
.menu_vertical li.conSubMenu_activo ul{
  display:none;
  padding-top:5px;
  font-weight:normal;
}
.menu_vertical li.conSubMenu ul li,
.menu_vertical li.conSubMenu_activo ul li{
   left:-8px;
   width:100%;
   padding-left:8px;
   border:0;
   cursor: default;
}
.menu_vertical li.conSubMenu ul li a,
.menu_vertical li.conSubMenu_activo ul li a,
.menu_vertical li.conSubMenu_activo ul li div{
  width:100%;
}
.menu_vertical li.conSubMenu_activo ul li div{
  height:18px;
}
.menu_vertical li.conSubMenu_activo li.activo{
  font-weight:bold;
  width:100%;
  left:0px;
  height:20px;
}
.menu_vertical li.conSubMenu:hover ul,
.menu_vertical li.conSubMenu_activo:hover ul,
.menu_vertical li.iehover ul,
.menu_vertical_1 li.conSubMenu:hover ul,
.menu_vertical_1 li.iehover ul{
  display:block;
}
.menu_vertical .titulo{
  background:url(/img/btn_menu_titulo.gif) no-repeat left top;
  font-size:12px;
  line-height:19px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  font-weight:bold;
  padding-left:10px;
  border-bottom:solid 1px #043F35;
  width:160px
}
.menu_vertical li a img,
.menu_vertical li img{
  vertical-align: middle;
  border:0;
  padding-left: 4px;
  width:auto;
  float:none;
  margin:0;
  background: none
}


/* Contenidos */
DIV.contenidos a,
DIV.contenidos a:link,
DIV.contenidos a:visited{
  color:#016F00;
  text-decoration: none;
}
DIV.contenidos a:hover,
DIV.contenidos a:active{
  color:#01AF00;
}

/* Todos los idiomas */
DIV.contenidos DIV.idiomas{
  position: relative;
  float:left;
  text-align:center;
  width:100%;
  color:#777;
  font-size:10px;
}
DIV.contenidos DIV.idiomas a,
DIV.contenidos DIV.idiomas a:link,
DIV.contenidos DIV.idiomas a:visited{
  text-decoration:none;
  color:#777;
  line-height:22px;
}
DIV.contenidos DIV.idiomas a:hover,
DIV.contenidos DIV.idiomas a:active{
  color:#007700;
}

/* Copyright */
DIV.contenidos DIV.copy{
  position: relative;
  float:left;
  font-size:11px;
  color:#999;
  text-align:center;
  width:100%;
  padding-bottom:10px;
}
DIV.contenidos DIV.copy a,
DIV.contenidos DIV.copy a:link,
DIV.contenidos DIV.copy a:visited{
  text-decoration:none;
  color:#999;
}
DIV.contenidos DIV.copy a:hover,
DIV.contenidos DIV.copy a:active{
  color:#007700;
}

DIV.contenidos DIV.banner{
  position: relative;
  float: left;
  width: 600px;
  padding: 0 0 10px 0;
  text-align:center;
}

/* Barra Derecha */
DIV.medio DIV.derecha DIV.barra_derecha DIV.banner{
  position: relative;
  float: left;
  width: 150px;
  padding: 0 0 10px 0;
}

/* Interads */
#interads{
	font-size:11px;
	width:150px;
	overflow:hidden;
	float:left;
	clear:left;
}
#interads div{
	border-bottom:dashed 1px #cecda9;
	padding-bottom:6px;
	margin-bottom:14px;
}
#interads a,
#interads a:link,
#interads a:visited{
	text-decoration:none;
	display:block;
	color: #00AA00;
	margin-top: 6px;
	font-size:11px;
	font-weight:bold;
}
#interads a:active,
#interads a:hover{
	text-decoration:underline
}
#interads a.promo,
#interads a.promo:link,
#interads a.promo:visited{
	font-size:15px;
	text-decoration:none;
	display:block;
	margin-bottom:6px;
	color:#000
}
#interads a.promo:active,
#interads a.promo:hover{
	text-decoration:underline
}
#interads p{
	margin-bottom:0;
	margin-top:5px;
	color:#000;
}

/* carnavales */
DIV.encabezado{
  position:relative;
  float:left;
  width:100%;
  background-color:#06334B;
  font-size:14px;
  color:#66CC00;
  font-family: Arial, Helvetica, sans-serif;
  padding:5px 0 0 0;
  margin:0;
}
DIV.encabezado div{
  padding:0 0 0 10px;
}
DIV.encabezado DIV.creditos{
  position:absolute;
  width:98%;
  top:36px;
  text-align:right;  
  font-size:10px;
}
DIV.encabezado h1{
  color:#FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:26px;
  margin:0;
  padding:0 0 3px 10px;
}
DIV.encabezado h2{
	color:#06334B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:26px;
	background-color:#66CC00;
	padding-left:10px;
}
DIV.contenidos{
	line-height:16px;
	font-size:12px;
}
.contenidos   h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

/* datos */
h2.td_tit_prin{
  color: #042638;
  font-weight: bold;
  background-color: #E3E3E3;
  padding: 3px 0 3px 10px;
  margin: 0 0 5px 0;
  line-height:16px;
  font-size:12px;
}
.titulos_lugares{
  font-size: 20px;
  display: block;
  padding: 10px 0;
}
.datos_lugares{
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
a.email {
	padding-bottom: 4px;
	float: left;
	display: block;
	color: #016F00;
	text-decoration: none;
	background: url(img/email.gif) no-repeat left 5px;
	padding: 0 20px 0 20px;
	font-weight: bold;
}
a.web {
	padding: 0 20px 4px 20px;
	float: left;
	display: block;
	color: #016F00;
	text-decoration: none;
	background-image: url(img/web.gif) no-repeat left 5px;
	font-weight: bold;
}
.info{
  padding: 10px 0 0 0;
  display: block;
}
.paginador{
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}
.paginador .enlace_activo, .paginador .enlace_inactivo, .paginador .paginas_link{
  padding: 3px 3px;background-color: #F7F7F7;
}
.paginador .enlace_activo{
  background-color: #DDD;  
}
.nombre {
	color: #052b3f;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	padding:0 10px;
}
.mensaje {
	font-size: 10px;
	padding: 8px 10px;
	background-color: #f7f7f7;
}
.btn_enviar{
  width: 61px;
  height: 20px;
  background: url(img/btn-enviar.gif) no-repeat left top;
  border: 0;
}
.btn_enviar:hover{
  background-position: left bottom;
}


.tabla_tit1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	VERTICAL-ALIGN: middle; 
	WIDTH: 110px; 
	COLOR: #ffffff; 
	LINE-HEIGHT: 14px; 
	FONT-FAMILY: tahoma, Arial, Helvetica; 
	HEIGHT: 30px; 
	BACKGROUND-COLOR: #054b40; 
	TEXT-ALIGN: center
}
.tabla_tit2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #ffffff; 
	FONT-FAMILY: tahoma, Arial, Helvetica; 
	HEIGHT: 24px; 
	BACKGROUND-COLOR: #66cc00; 
	TEXT-ALIGN: center
}
.tabla_precios1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #06334b; 
	FONT-FAMILY: tahoma, Arial, Helvetica; 
	HEIGHT: 22px; 
	BACKGROUND-COLOR: #efefef; 
	TEXT-ALIGN: center
}
.tabla_precios2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	VERTICAL-ALIGN: middle; 
	COLOR: #06334b; 
	FONT-FAMILY: tahoma, Arial, Helvetica; 
	HEIGHT: 22px; 
	BACKGROUND-COLOR: #dfdfdf; 
	TEXT-ALIGN: center
}

/* fotos */
.foto {  
BORDER: 2px #B1B8BC solid
}
.texto_video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #06334B;
}
.links_pie {
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 30px;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.links_pie li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 145px;
}
.links_pie li a {
	float: left;
	height: 30px;
	display: block;
	background-color: #E7E7E7;
	color: #007700;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	width: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.links_pie li a:hover {
	color: #006400;
	background-color: #D7D7D7;
	text-decoration: underline;
}
.creditosvideo{
  color:#777;
  font-size:10px;
  padding:0;
  margin:0;
}

/* Redes sociales */
.tabs{
	clip:inherit;
	right:-95px;
	top:100px;
	position:fixed;
	height:59px;
	padding-top:16px;
	width:122px;
	z-index:11;
	display:block;
}
.tabs a{
	clear:both;
	float:right;
	padding-right:10px;
	padding-bottom:12px;
	width:76px;
	display:block;
}
.tabs img{
	border:0;
}
.twitter{
	background-image:url(/img/twitter_bg.png);
	background-repeat:no-repeat;
	top:80px;
}
.facebook{
	background-image:url(/img/facebook_bg.png);
	background-repeat:no-repeat;
	top:155px;
}
.youtube{
	background-image:url(/img/youtube_bg.png);
	background-repeat:no-repeat;
	top:231px;
}
.google{
	background-image:url(/img/google_bg.png);
	background-repeat:no-repeat;
	top:306px;
  padding-top: 14px;
}
.tabs .gplus{
	clear:both;
	float:right;
	padding-right:10px;
	padding-bottom:12px;
	width:76px;

  overflow:hidden;
}
.gplus img{
  padding: 4px 0 10px 0;
}
.gplus div{
  margin-left:7px;
}

.destacados {
	COLOR: #34431D;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 22px;
	TEXT-DECORATION: none;
	text-align: justify;
}

/* borde fotos*/


.foto2 IMG {
	BORDER-RIGHT: #007700 2px solid; 
	BORDER-TOP: #007700 2px solid; 
	BORDER-LEFT: #007700 2px solid; 
	BORDER-BOTTOM: #007700 2px solid
}
.foto2:hover IMG {
	BORDER-RIGHT: #339900 2px solid; 
	BORDER-TOP: #339900 2px solid; 
	BORDER-LEFT: #339900 2px solid; 
	BORDER-BOTTOM: #339900 2px solid
}
.foto2:hover {
	COLOR: red
}

.textos-links {
	COLOR: #007700;
	FONT-FAMILY: tahoma, Arial, Helvetica;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 14px;
	TEXT-DECORATION: none;
}
.breadcrumbs{
position:relative;
float:left;
width:600px;
background-color:#DFDFDF;
font-size:10px;
height:16px;
margin-bottom:2px;
padding-left:4px;
line-height:16px;
color:#007700;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;overflow: hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:url(/img/cb/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url(/img/cb/controls.png) -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url(/img/cb/controls.png) -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url(/img/cb/controls.png) -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url(/img/cb/controls.png) -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url(/img/cb/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(/img/cb/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(/img/cb/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(/img/cb/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/img/cb/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(/img/cb/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/img/cb/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(/img/cb/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(/img/cb/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/cb/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
#cboxLoadedContent{margin-bottom:55px;}
#cboxTitle{position:absolute; bottom:28px; left:0; text-align:center;width:100%; color:#666666; background-color: #ffffff; padding-top:6px;} 


/* caja hoteles */
.cajahoteles {
  font-family: tahoma, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  background-color: #F3F3F3;
}
.cajahoteles p {
  font-size: 12px;
  color: rgba(255,255,255,1);
  background: #71c229; /* Old browsers */
  background: -moz-linear-gradient(top,  #71c229 0%, #47871d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71c229), color-stop(100%,#47871d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #71c229 0%,#47871d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #71c229 0%,#47871d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #71c229 0%,#47871d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #71c229 0%,#47871d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c229', endColorstr='#47871d',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  width: 128px;
  margin: 0px;
  position: relative;
  border: 1px solid #48891D;
  line-height: 13px;
}
.cajahoteles p:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 10%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(71,135,29,1);
}
.cajahoteles p:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 10%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(71,135,29,1);
}
.cajahoteles p span {
  font-size: 16px;
  color: #063146;
}
.cajahoteles ul {
  padding: 10px;
  list-style-type: none;
  margin: 0px;
}
.cajahoteles ul li a {
  font-size: 11px;
  color: #063147;
  padding-top: 4px;
  padding-bottom: 6px;
  display: block;
  background-image: url(/img/divisor_destacados.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}
.cajahoteles a:hover {
  color: #0C5B87;
}
.cajahoteles .ver_mas {
  line-height: 26px;
  height: 26px;
  width: 130px;
  display: block;
  color: #FFFFFF;
  text-align: center;
  margin-top: 5px;
  background: #26749a; /* Old browsers */
  background: -moz-linear-gradient(top,  #26749a 0%, #12577e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26749a), color-stop(100%,#12577e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #26749a 0%,#12577e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #26749a 0%,#12577e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #26749a 0%,#12577e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #26749a 0%,#12577e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26749a', endColorstr='#12577e',GradientType=0 ); /* IE6-9 */
  padding: 0px;
  font-weight: normal;
  text-decoration: none;
}
.cajahoteles .ver_mas:hover {
  color: #FFFFFF;
  background: #12577e; /* Old browsers */
  background: -moz-linear-gradient(top,  #12577e 0%, #26749a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12577e), color-stop(100%,#26749a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #12577e 0%,#26749a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #12577e 0%,#26749a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #12577e 0%,#26749a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #12577e 0%,#26749a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12577e', endColorstr='#26749a',GradientType=0 ); /* IE6-9 */
}

