input, textarea {
   border: 1px solid #B3B3B3;
   border-radius: 5px;
   padding: 3px;
   background-color: #fff;
}

/* Contacto --------------------------*/
#secc_contact { background-color: #ebebeb; width: 100%; }
#secc_contact td { padding:5px; }
#secc_contact input {
 width:200px;
}
#reserva_ahora input[type="button"],
#secc_contact input[type="button"] {
   width: 150px;
   box-shadow: 1px 1px;
   -moz-box-shadow: 1px 1px;
   -webkit-box-shadow: 1px 1px;
   margin-right: 6px;
}
#reserva_ahora input:hover[type="button"],
#secc_contact input:hover[type="button"] {
   box-shadow: 0 0;
   -moz-box-shadow: 0 0;
   -webkit-box-shadow: 0 0;
}

#imgCaptcha_comentarios .code { border:1px solid #BFDAF2; background:#EDF4FB; color:#555; }
#imgCaptcha_2 .code { border:1px solid #BFDAF2; background:#EDF4FB; color:#555; }

#secc_contact .outAjax { height:70px; font-family:Verdana; font-size:12px; font-weight:bold; text-align:center; }
.textOutAjax { text-align:center; font-weight:bold; color:#008000; padding:20px; }

#formContact table
, #form_comment table {
   width: 100%
}

/*** FORM DE CONTACTO (PAGINA DE CONTACTO) */
.formContacto_entradilla {
 margin-bottom:10px; font-size:12px; text-align:left;
}
#formContacto {
 background-color:#ebebeb; border:0;
}
#formContacto td.top { height:12px; }
#formContacto td.bottom { padding-bottom:17px; padding-right:17px; text-align:right; }
#formContacto td { padding-top: 4px; padding-bottom:4px; }
#formContacto td.label { text-align:right; padding-left:17px; font-weight:bold; }
#formContacto td.input { padding-right:17px; }
#formContacto td.legal { padding-left:17px; }
#formContacto input[type="text"], textarea {
   width: 330px;
   margin: 0;
}

#formContacto .observaciones textarea {
   width: 330px;
}

#formContacto input[type="submit"] {
   width: 100px;
   cursor: pointer;
   box-shadow: 1px 1px;
}
#formContacto input:hover[type="submit"] {
   bottom: -1px;
   right: 0px;
   box-shadow: 0 0;
}

/*** FORM DE CONTACTO (FICHA DE CLIENTES) */
#formContact #observaciones {
   height: 93px;
}

/**********************/

/* Buscador ---*/
#buscadorUH .titleComunidad { text-align:center; }
#buscadorUH {
   padding: 12px 4px;
   background-color: #ebebeb;
}

#portada #buscadorUH {
   margin: 10px 10px 0 10px;
}

#buscadorUH span {
   color: #000;
   font-weight: bold;
}
#buscadorUH form {
   margin: 0px 10px;
   position: relative;
}
#buscadorUH form #query,
#buscadorUH form #tag_provincia,
#buscadorUH form #select_tag {
   border: 1px solid #B3B3B3;
   border-radius: 5px;
   padding: 3px;
   background-color: #fff;
}

#buscadorUH form #select_tag_label {
   position: absolute;
   left: 0;
   bottom: 7px;
}
#buscadorUH form #select_tag {
   position: absolute;
   left: 84px;
   bottom: 0;
   width: 190px;
}

#buscadorUH form #tag_provincia {
   position: relative;
   top: 0;
   left: 286px;
   width: 170px;
}

#buscadorUH #query {
   width: 460px;
   margin-bottom: 10px;
   left: 40px;
   position: relative;
}
#portada #buscadorUH #query {

   width: 480px;
}

#buscadorUH form input[type=submit] {
   background-color: #fff;
   position: absolute;
   bottom: 0;
   right: 1px;
   padding: 4px 13px;
   font-weight: bold;
   border-radius: 5px;
   -moz-border-radius: 5px;
   cursor: pointer;
   box-shadow: 1px 1px;
}
#buscadorUH form input[type="submit"]:hover {
   bottom: -1px;
   right: 0px;
   box-shadow: 0 0;
}

/*** SEPARADORES ***/
div.separadorHoriz { border-bottom:1px solid #ccc; }
td.separadorVert_left   { padding:3px; }
td.separadorVert_center { border-right:1px solid #ccc; }
td.separadorVert_right  { padding:3px; }

#noticias_list { }
#noticias_list .column_left { width:50%; }
#noticias_list .column_right { width:50%; }

/*** ----------- ***/
.objNoticia {
 margin-top: 20px;
 margin-bottom: 30px;
}

.objNoticia_cabecera { position: relative }
.objNoticia_cabecera .seccion { font-weight:bold; color:#666; }
.objNoticia_cabecera .row1 { margin-bottom:0px; }

.objNoticia span.seccionName { color:#555; font-weight:bold; }


#noticias_list { }

.fichaCliente {
   position: relative;
   height: 120px; padding: 10px 0;
   margin-bottom: 20px;
   margin-top: 0;
}

.fichaCliente .imagen img {
   height: 120px;
   width: 142px;
}


.fichaCliente .objNoticia_sociales {
   float: right;
   margin-right: 10px;
}

.fichaCliente .opcionesFicha {
   margin-top: 5px;
   border-top: 1px dashed #b3b3b3;
   padding-top: 4px;
}

.fichaCliente .cuerpo .localidad {
   font-size: 11px;
   margin-bottom: 2px;
}

.fichaCliente .cuerpo {
   background: #f5f5f5;
   position: relative;
   width: 420px;
   height: 110px;
   padding: 5px;
}

.fichaCliente  .bottom {
   position: absolute;
   bottom: 7px;
   right: 10px;
}

.fichaCliente  .bottom .precioTitulo {
   display: inline-block;
   margin: 2px 0 0 10px;
}

.fichaCliente .bottom .precio {
   display: inline-block;
   margin: 2px 20px 0 10px;
   color: #435e8d;
   font-weight: bold;
}

#objNoticia_sociales {
   margin: 0 !important;
}


.fichaCliente .social {
   display: none;

   height: 22px;
   width: 423px;
   background: #ebebeb;
   padding: 2px 2px 0px 4px;
   margin-top: 5px;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
}

/* Listado ---*/
.objNoticia_title                 { font-size:17px; font-weight:bold; text-decoration:none; color: #fff; }
.objNoticia_cabecera .title_BIG   { font-size:26px; font-weight:normal; }

.objNoticia_title a               { font-size:17px; font-weight:bold; text-decoration:none; }
.objNoticia_title a:hover         { text-decoration:underline; }
.objNoticia_cabecera .title_BIG a { font-size:28px; font-weight:bold; }
.objNoticia_cabecera .title_BIG a:hover { text-decoration:underline; }

.titleCliente   { font-size:15px; color: #000; margin: 0; font-weight: normal; }
.titleCliente a { font-size:15px; color: #000; text-decoration:none;  }
.titleCliente a:hover { text-decoration:underline;  }

.objNoticia_fichas_cliente .seccion {
  font-weight:bold
}
.objNoticia_fichas_cliente .categorias a {
  color:#888; font-style:italic; text-decoration:none;
}
.objNoticia_fichas_cliente .categorias a:hover {
  text-decoration:underline;
}

.objNoticia_title_separador { border-top:1px dotted #999; margin-top:10px; margin-bottom:10px; }

/* Ficha -----*/
.objNoticia_cabecera .objNoticia_titleG  {
   font-size:18px;
   font-weight:normal;
   margin: 16px 0 2px 0;
}

.objNoticia .categorias { margin-bottom:6px; color:#888; }
.objNoticia .categorias a { text-decoration:none; }
.objNoticia .categorias a:hover { text-decoration:underline; }
/*** ----------- ***/

/*** ----------- ***/
.objNoticia #tools {
   position: relative;
   bottom: 0;
   left: 0;
   margin-bottom: 20px;
}
.objNoticia_fecha {
  font-size:11px; color:#777; padding-right:15px;
}
.objNoticia .vecesVisto {
  color:#888; padding-left:20px;
  background-image:url('../images/ojo.png'); background-position:left; background-repeat:no-repeat;
}
.objNoticia .numVotos {
  color:#888; padding-left:18px; margin-bottom:5px;
  background-image:url('../../../_images/bg_votos.png'); background-position:left; background-repeat:no-repeat;
}
#stars {
   position: relative;
   bottom: 41px;
   right: -306px;
}

.objNoticia_stars td {
   color: #888 !important;
}

#objNoticia_sociales { margin-top:2px; }
/*** ----------- ***/

.objNoticia_precio .c1 {  }
.objNoticia_precio .c2 { font-family:verdana; font-size:19px; color:#F22; margin-bottom:5px; }

.objNoticia_precio {
   position: absolute;
   bottom: -3px;
   left: 8px;
}

img.objNoticia_foto     { border:0px solid #ddd; float:left; margin-right:10px; margin-bottom:10px; }
canvas.objNoticia_foto  { border:1px solid #777; float:left; margin-right:10px; }
img.objNoticia_fotoG    { border:1px solid #777; margin-bottom:7px; }

.objNoticia div.texto { text-align:justify; }
.objnoticia .row_bottom { padding-top:6px; }

a.linkMas {
  background-image:url('../../../_images/bg34.gif'); background-position:left; background-repeat:no-repeat; padding-left:18px;
  font-size:11px; text-decoration:none;
}
a.linkMas:hover { text-decoration:underline; }

a.linkReproducir {
  background-image:url('../../../_images/reproducir.png'); background-position:left; background-repeat:no-repeat; padding-left:19px;
  font-size:13px; text-decoration:none;
}
a.linkReproducir:hover { text-decoration:underline; }

a.objNoticia_comenta {
  background-image:url('../../../_images/bg34.gif'); background-position:left; background-repeat:no-repeat; padding-left:18px;
  text-decoration:none; font-size: 12px; color: #888; }
a.objNoticia_comenta:hover { text-decoration: underline; }

/*------------------------------------*/
.tx_ofertas { color:red; font-weight:bold; font-size:16px; }
.tx_ofertas a { font-size:16px; color:red; }
div.ofertaPrecio {
  width:170px;
  padding:4px;
  border:1px solid #fbb; background:#eee;
  text-align:center;
  font-family:Verdana; font-size:20px; font-weight:bold;
  color:red
}

/* Secciones -------------------------*/
.objNoticia_seccionTitulo { height:18px; border-bottom:1px solid #bbb; font-weight:bold; color:#333; margin-bottom:7px; }
.objNoticia_seccionContent { margin-bottom:15px; }
.objNoticia_seccionContent .texto { line-height: 1.5em; }
.objNoticia_seccionContent img.objNoticia_foto_cliente { float: left; margin-right:20px; width:244px; }

/* Contacto --------------*/
#secc_datosContacto {
   text-transform: capitalize; margin-top: 15px;
   border: 1px solid #ddd;
   padding: 7px;
   background: #eee;
   line-height: 20px;
}

#form_comment input[type='text'].campo_null {
width: 175px!important;
}

#secc_datosContacto .parts { display: inline-block; vertical-align: top; width: 45% }
#secc_datosContacto .part_1 { width: 300px; }
#secc_datosContacto td { font-size:14px; }
#secc_datosContacto .dat_grey { font-weight:bold; color:#888; }
#secc_datosContacto .part_2 a { text-transform: none }
#secc_datosContacto .dat_tlf { font-size:14px; }
#secc_datosContacto .sepVertical { border-right:1px solid #CCC; width:13px; }

/*------------------------*/
#noticiaMapa td { background:#FFF; color:#333; }
#noticiaMapa div { color:#353; }
#noticiaMapa span { }

/* Galería ---------------------------*/
#galeria a.titulo { font-weight:bold; text-decoration:none; }
#galeria a.titulo:hover { text-decoration:underline; }

#galeria td.thumb_c1 { padding-top:2px; }
#galeria td.text_c1  { padding-top:0px; padding-left:10px; }

#galeria td.cabecera_c2 { padding-left:4px; }
#galeria td.thumb_c2 {}

/* Galería (noticia) ----------------*/
#secc_galeria {
 border:0px solid;
}
#secc_galeria img {
 width:90px; height:55px; border:0px solid;
}
#secc_galeria a {
 margin-right:3px; display:inline-block;
}
#secc_galeria a:last-child {
 margin-right:0px;
 margin-left:2px;
}
#ImageSlider_box {
 margin-top:10px;
 text-align:center;
 border:1px solid #ddd;
 background:#eee;
 padding:8px;
}
#ImageSlider_box img {
 max-width: 560px;
}

#map_canvas{
   width: 576px;
   height: 300px;
   border: 1px solid rgb(170, 170, 170);
   position: relative;
   background-color: rgb(229, 227, 223);
   overflow: hidden;
   -webkit-transform: translateZ(0);
}

/*------------------------*/
.lateral_X_noticias {
  width:208px; background:#EEF6FD;
  border:1px solid #ddF;
  margin-right:10px; margin-bottom:15px;
}
.lateral_X_noticias .list_noticias { padding:0px 9px; }
.lateral_X_noticias .noticia { margin-top:9px; margin-bottom:10px; }

.lateral_X_noticias .seccionName { background:#FFF; padding:4px 0 5px 7px; border-bottom:1px solid #eee; }
.lateral_X_noticias .seccionName a { font-size:15px; text-transform:uppercase; font-weight:bold; text-decoration:none; }
.lateral_X_noticias .seccionName a:hover { text-decoration:underline; }

.lateral_X_noticias .fecha { color:#666; font-size:10px; }

.lateral_X_noticias .titulo { margin-bottom:3px; }
.lateral_X_noticias .titulo a { font-weight:bold; color:#35478C; text-decoration:none; }
.lateral_X_noticias .titulo a:hover { text-decoration:underline; }

.lateral_X_noticias .texto { font-weight:normal; }
.lateral_X_noticias .foto { text-align:center; }
.lateral_X_noticias .foto img { border:1px solid #aaa; }

.lateral_X_noticias .separadorHoriz { margin:0px; border-bottom:1px dotted #6ea6F7; }

/*------------------------*/
.lateral_X_masLeido #modMasLeidos { width:198px; margin:0px; border:1px solid #ddF; }
.lateral_X_masLeido #modMasLeidos .title { padding:3px; text-transform:uppercase; }

.lateral_X_masLeido #modMasLeidos .noticia td { font-weight:normal; color:#777; font-size:11px; padding-top:4px; padding-bottom:4px; }
.lateral_X_masLeido #modMasLeidos .noticia a { font-size:12px; color:#000; font-family:Arial; }

#noticias_paginacion { padding: 5px 0 40px 0 !important; }

#objNoticia_sociales {
   position: relative;
   bottom: -5px;
   left: 0;
   height: 26px;
   width: 100%;
   background: #ebebeb;
   padding-top: 2px;
   margin-top: 5px;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#objNoticia_sociales .gplus_uh {
   margin-left: 300px;
}

#objNoticia_sociales div.elemento {
 display:inline-block;
}
#objNoticia_sociales div.addthis_uh {
 width:80px;
}
#objNoticia_sociales div.fb_uh {
 width:80px;
}


#reservaSMS {
   border: 0;
   background: #eee;
}

#reserva_ahora {
   display: show;
   border: none;
   background-color: #ebebeb;
   width: 100%;
}

#reserva_ahora textarea {
   width: 78%;
}

#reserva_ahora input[type="text"] {
   width: 78%;
}

#reserva_ahora input[type="text"].num_noches {
   width: 41%;
}

#reserva_ahora span {
   width: 90px;
   display: inline-block;
   vertical-align: top;
   padding-top: 5px;
}