@import 'botones.css';
@import 'tabs.css';
@import 'blogs.css';
@import 'forms.css';
@import 'perfiles.css';
@import 'grupos.css';
@import 'fotos.css';
@import 'eventos.css';
@import 'podcasts.css';
@import 'cms_pages.css';
@import 'front.css';

/***************** RESET *****************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, /* dl, dt, dd, ol, ul, li, */
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
/********************** FIN RESET ********************/

body {
    background: white;
    color: #222;
    line-height: 1.5;
    margin: 0;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: Trebuchet MS, sans-serif!important;
}

img { margin: auto; }

a { color: #A10D59; }

a.positive { color: #5F4234; }
a.positive:hover { color: black; }

a.negative { color: red; }
a.negative:hover { color: black; }

h1 {
  font-size: 20px;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  color: #664E41;
  font-weight: normal;
  margin: 0;
}

div#main_container {
    margin: 0 auto;
    width: 962px;
    padding: 13px;
    vertical-align: baseline;
}

ul.action_list li {
    list-style-type: none;
}

ul.action_list li a:before {
    content: "\21e8  ";
}

ul.action_list li a {
    font-size: 110%;
    text-decoration: none;
}

ul.action_list li a:hover {
    background: #eef;
}

/******* LOGO Y PUBLI SUPERIOR ***********/
#banner_superior {
  text-align: right;
}

#logo_san_blas {
  display: inline;
}
#logo_san_blas img {
  vertical-align: bottom;
}
/****** FIN LOGO Y PUBLI SUPERIOR ********/

/******* CONTENEDOR SECUNDARIO ***********/
#content_wrapper {
  background: white url(../images/fondo.png) repeat-y 0 center;
  display: table;
  padding: 0 28px;
  width: 100%;
  margin-top: 1px;
}
/****** FIN CONTENEDOR SECUNDARIO ********/

.borde_inferior {
  margin: 0;
  padding: 0;
  background: transparent url(../images/bg_bottom.gif) top center no-repeat;
}

div#second_line {
    margin-bottom: 3px;
    font-size: 11px;
}

div.account_bar {
    float: right;
    text-align: left;
    padding-bottom: 0.5ex;
    padding-right: 4em;
    padding: 0.5em 8px;
    font-size: 100%;
    background: #888;
    border-left: 3px solid white;
}

div.account_bar a {
    text-decoration: underline;
    /* border-bottom: 1px dotted blue; */
}

div.account_bar #access_link {
  display: inline;
}

div.account_bar #access_link img {
  vertical-align: text-bottom;
}

div.account_bar #registration_link {
  display: inline;
  color: white;
}

div.account_bar #registration_link a {
  color: white;
}

div#gmap {
  margin-bottom: 10px;
}

span#rss_link img {
  vertical-align: text-bottom;
}

div.filter_links {
    margin-bottom: 1em;
}

div.filter_links a {
    text-decoration: none;
    border-bottom: 1px dotted #009;
    font-weight: bold;
    font-size: 110%;
    margin: auto 1em;
}

#table_wrapper {
  table-layout: fixed;
  clear: left;
  width: 910px;
}
#table_wrapper td {
  vertical-align: top;
}

#table_central {
   table-layout: fixed;
   width: 100%;
}
/********* BARRA IZQUIERDA ***********/
td#enlaces_izq {
  width: 130px;
  padding-right: 5px;
}

td#enlaces_izq div.menu-head {
  height: 3em;
  vertical-align: text-top;
  color: white;
  letter-spacing: -1px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 6px 6px 10px;
  margin-top: 1px;
}

td#enlaces_izq div.menu-head a {
    text-decoration: none;
    color: white;
}

td#enlaces_izq ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

td#enlaces_izq ul li {
  padding: 0;
  color: white;
  font-size: 80%;
}

td#enlaces_izq ul li a {
  display: block;
  color: white;
  text-decoration: none;
  margin-left: 5px;
  padding: 6px 2px 6px 6px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  height: auto!important;height: 100%;
  min-height: 3em;
  background: #555;
}

td#enlaces_izq div.reserva div.menu-head, td#enlaces_izq div.reserva ul li {
  background-color: #3F521E;
}

td#enlaces_izq div.reserva ul li a:hover, td#enlaces_izq div.reserva ul li.active a {
  background-color: #73794C;
}

td#enlaces_izq div.hotel div.menu-head, td#enlaces_izq div.hotel ul li { 
  background-color: #7F5851;
}

td#enlaces_izq div.hotel ul li a:hover, td#enlaces_izq div.hotel ul li.active a {
  background-color: #A1837C;
}

td#enlaces_izq div.golf div.menu-head, td#enlaces_izq div.golf ul li {
  background-color: #879219;
}

td#enlaces_izq div.golf ul li a:hover, td#enlaces_izq div.golf ul li.active a {
  background-color: #7B8804;
}

/**** COLORES ENLACES STATIC PAGES ****/
td#enlaces_izq div.reserva ul li.recorridos-guiados-por-la-reserva.active a, td#enlaces_izq div.reserva ul li.recorridos-guiados-por-la-reserva a:hover {
  background-color: #DCB;
  color: #654;
}

td#enlaces_izq div.reserva ul li.sala-de-interpretacin-multimedia.active a, td#enlaces_izq div.reserva ul li.sala-de-interpretacin-multimedia a:hover {
  background-color: #E70;
}

td#enlaces_izq div.reserva ul li.tnel-experiencia-histrica.active a, td#enlaces_izq div.reserva ul li.tnel-experiencia-histrica a:hover {
  background-color: #D41;
}

td#enlaces_izq div.reserva ul li.documentales-en-alta-definicin.active a, td#enlaces_izq div.reserva ul li.documentales-en-alta-definicin a:hover {
  background-color: #09D;
}

td#enlaces_izq div.reserva ul li.exposicin-making-of.active a, td#enlaces_izq div.reserva ul li.exposicin-making-of a:hover {
  background-color: #C96;
}

td#enlaces_izq div.hotel ul li.lago-navegable.active a, td#enlaces_izq div.hotel ul li.lago-navegable a:hover {
  background-color: #07B;
}

td#enlaces_izq div.hotel ul li.piscinas.active a, td#enlaces_izq div.hotel ul li.piscinas a:hover {
  background-color: #079;
}

td#enlaces_izq div.hotel ul li.restaurantes-frente-al-mar.active a, td#enlaces_izq div.hotel ul li.restaurantes-frente-al-mar a:hover {
  background-color: #520;
}

td#enlaces_izq div.hotel ul li.habitaciones-y-suites.active a, td#enlaces_izq div.hotel ul li.habitaciones-y-suites a:hover {
  background-color: #D76;
}

td#enlaces_izq div.hotel ul li.deportes-y-wellness.active a, td#enlaces_izq div.hotel ul li.deportes-y-wellness a:hover {
  background-color: #DCB;
  color: gray;
}

td#enlaces_izq div.hotel ul li.bares.active a, td#enlaces_izq div.hotel ul li.bares a:hover {
  background-color: #FCC;
  color: gray;
}

td#enlaces_izq div.hotel ul li.animacin-y-espectculo.active a, td#enlaces_izq div.hotel ul li.animacin-y-espectculo a:hover {
  background-color: #F49;
}

td#enlaces_izq div.hotel ul li.servicios-estrellas.active a, td#enlaces_izq div.hotel ul li.servicios-estrellas a:hover {
  background-color: #DDD;
  color: gray;
}

/** FIN COLORES ENLACES STATIC PAGES **/
/******** FIN BARRA IZQUIERDA ********/

/********* COLUMNA CENTRAL **********/
#td_derecha {
    padding: 0;
}

#td_derecha div#gmap {
    border: none!important;
    margin-bottom: .5em;
}

#td_central div#internal-content-wrapper {
  width: 552px;
  overflow: hidden;
  padding: 6px 4px 4px 4px;
  border: 1px solid #664E41;
  border-width: 0 1px 1px 1px;
  table-layout: fixed;
}

table #td_central #internal-content-wrapper.without-border {
  border-width: 0 0 0 0;
  padding: 6px 0 4px 0;
  width: 561px;
}

#td_central h1 {
  margin: 2px 4px 4px 4px;
}
/******* FIN COLUMNA CENTRAL ********/

/********* BARRA DERECHA ************/
#barra_derecha{
  float: right;
  width: 140px;
  padding-right: 6px;
  overflow: hidden;
  position: relative;
}

#td_derecha {
  width: 210px;
  padding: 6px 0 4px 6px;
}

#barra_derecha .banner, #td_derecha .banner {
  background-color: transparent;
  padding: 0;
}
/******* FIN BARRA DERECHA **********/

/******** PUBLICIDAD FINAL **********/
#bottom_adver {
  background-color: #ccc;
  color: white;
  margin-top: 10px;
  margin-left: 4px!important;margin-left: 2px;
  margin-right: 4px;
  width: 956px;
}
/************************************/
div.pagefoot {
    text-align: left;
    background: white url(../images/fondo.png) repeat-y 0 center;
    color: #D9DADB;
    padding: 0 28px;
}

div.pagefoot a {
    color: #664E41;
    font-size: 80%;
    text-decoration: none;
    margin: 0 0.3em;
}

div.pagefoot a:hover {
  text-decoration: underline;
}

div#border_inferior {
  margin: 8px 0;
  width: 910px;
  border-top: 1px solid #664E41;
  line-height: 1px;
}

div#bottom {
  background: white url(../images/bottom.png) no-repeat center;
  line-height: 38px;
}

div.listacontactos {
  margin: 0 4px 0.5em 0;
  background-color: #888;
  font-size: 80%;
}

div.listacontactos .titulo {
    padding: 6px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background: gray url(../images/fondo_titulo.png);
    border-bottom: 1px solid #CCC;
    margin-bottom: 2px;
}

div.listacontactos a {
  padding-left: 0.3em;
}

div.listacontactos img {
    border: 1px solid white;
}


div.pagination {
    text-align: right;
    font-size: 11px;
}

div.pagination span.current {
    color: black;
}

div.pagination span.disabled {
    display: none;
}

div.pagination a {
    color: #5F4234;
    text-decoration: none;
}


/* Nubes de etiquetas y cajas de listados extras */

div.caja_listado_extra {
    text-align: left;
    overflow: hidden;
    background-color: #EAD4C9;
    margin: 0 4px 0.5em 0;
}

div.caja_listado_extra div.post {
    padding: 7px 0 7px 22px;
    background: url(../images/icono_doc.png) no-repeat 4px 8px;
    margin: 0;
}

div.caja_listado_extra div.post span.meta {
    color: #999;
    font-size: 80%;
    display: block;
    margin: 0;
    padding: 0;
}

div.caja_listado_extra div.post a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 100%;
    color: #664E41;
}

div.tagcloud div.titulo, div.caja_listado_extra div.titulo a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div.tagcloud div.titulo {
    border-top: 2px solid #664E41;
}

div.tagcloud div.titulo, div.caja_listado_extra div.titulo {
    color: white;
    padding: 6px;
    display: block;
    font-weight: bold;
    background: #664E41;
    text-transform: uppercase;
    border-bottom: 1px solid white;

}

div.tagcloud {
    text-align: left;
    overflow: hidden;
    background-color: #EAD4C9;
    margin: 0 4px 0.5em 0;
}

div.tagcloud a {
    color: #5F4234;
    text-decoration: none;
}

div.tagcloud a:hover {
  text-decoration: underline;
}

div.tagcloud div.cloud-content {
  padding: 0 0 2px 2px;
  font-size: 80%;
}

div.tagcloud div.leer_mas {
  margin-bottom: 2px;
}
div.tagcloud .tag1 { font-size: 90%; }
div.tagcloud .tag2 { font-size: 110%; }
div.tagcloud .tag3 { font-size: 130%; }
div.tagcloud .tag4 { font-size: 160%; }
div.tagcloud .tag5 { font-size: 175%; }
div.tagcloud .tag6 { font-size: 190%; }

div.tagcloud .selected { background: #eee; border: 1px solid #fc6a05; }

.error ul {
  margin: .8em .5em 0 1em;
  list-style: none!important;list-style: disc inside;
}

.error ul li {
  color: red;
}
.error ul li:before {
  content: "- ";
}

/*.button_wrapper {
  display: -moz-groupbox!important;display: inline-block;
  margin: auto!important;
}*/

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.clearleft {
  clear: left;
}

.last {
 margin-right: 0;
}

.column {
  float: left;
  margin-right: 10px;
}


div.search {
    text-align: right;
    color: white;
    background: #EDEDEE;
    font-size: 11px;
    padding: 2px 0;
}

div.search input.textfield {
    font-size: 90%;
    width: 10em;
    border: 0;
    margin-left: 1em;
    margin-bottom: 2px;
    height: 15px;
    vertical-align: bottom!important;
    margin-top: 1px;
}


div.search input {
  vertical-align: middle;
}

div.search input.submitfield {
    color: #9C9E9F;
    background: transparent url(../images/fondo_buscar.png) no-repeat;
    background-position: left 2px!important;background-position: left center;
    padding: 1px 0 0 25px;
    height: 21px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 100%;
    width: 3.5em;
    margin-right: 8px;
}


div.search label {
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #9C9E9F;
    vertical-align: middle;
}

div#socialbookmarking { }
div#socialbookmarking img {
    cursor: pointer;
    margin: 5px;
}


div.bar_stats_info {
    margin: 1ex;
    padding: 1ex;
    background: white;
    border: #5F4234 2px solid;
}


div.info_filter_box {
    margin: 1ex;
    padding: 1ex;
    color: #999;
}

div#contadores {
    color: gray; 
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: right;
    background: #D9DADB;
    font-size: 100%;
    padding: 0.5em 8px 0.5em 0;
    white-space: nowrap;
    overflow: hidden;
}

div#contadores b {
    margin-left: 1em;
}

div.login_info {
    padding: 2px;
    display: inline;
}

div.login_info * {
    color: white;
}

#label_search_ideas, #search_ideas, #label-search-any, #search-any {
    display: none;
}



div#language-selector {
    text-align: right;
    padding-right: 20px;
    font-size: 80%;
}

div#language-selector a {
    padding-left: 1em;
}

td#enlaces_izq div.left-footer a {
    background: #898989;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    color: white;
    display: block;
    padding: 10px;
    font-size: 10px;
    text-decoration: none;
}

/************* MOTOR RESERVAS **************/
div#reservas {
  font-size: 11px;
  background-color: #888;
  color: white;
  margin-bottom: 4px;
}

div#reservas div.menu-head {
  background-color: #555;
  font-size: 14px;
  padding: 2px 0 0 6px;
  margin: 0;
  height: auto;
}

div#reservas form {
  padding: 4px;
  text-align: right;
}

div#reservas label {
  margin-right: 6px;
}

div#reservas div#other-fields {
  margin: 4px 0;
}

div#reservas input.date-field {
  width: 60px;
}

div#reservas form div#submit {
  text-align: center;
}

div#reservas form div#submit input {
  border: 1px solid #AAA;
  background: #7A7A7A url(../images/arrow-reservas.png) 96px center no-repeat;
  color: white;
  width: 115px;
  text-align: left;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 15px;
  padding: 0 6px;
  cursor: pointer;
}


div.breadcrumb {
    margin-bottom: 20px;
    font-size: 8pt;
}

div.breadcrumb a {
    text-decoration: none;
    color: #664E41;
}

div.breadcrumb a:hover {
    text-decoration: underline;
}

/* */
html body textarea#evento_descripcion {
    width: 500px
}

html body textarea#grupo_descripcion {
    width: 260px;
}

div.forgot-password {
    padding-left: 14em;
}

div.login-endless {
    padding-left: 14em;
}

iframe#widget-reserva-externo {
    width: 210px;
    overflow: hidden;
}
