@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 'mensajes.css';
@import 'invitaciones.css';

body {
    background: #1668B1;
    color: #222;
    line-height: 1.5;
    margin: 0;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: Lucida Sans!important;
}

img {
    margin: auto;
    border: 0;
}

table {
    border-collapse:separate;
    border-spacing:0;
}

table, tr, th, td { border: 0; margin: 0; }

a { color: #1668B1; }

a.positive { color: #1668B1; }
a.positive:hover { color: black; }

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

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

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

div#main_container {
    margin: 0 auto;
    width: 968px;
    background: #1668B1;
    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;
  margin-bottom: 6px;
}

#logo_hosteltur {
  float: left;
  padding-top: 17px
}
/****** FIN LOGO Y PUBLI SUPERIOR ********/

/******* CONTENEDOR SECUNDARIO ***********/
#content_wrapper {
  background: white url(../images/bg_mid.gif) center repeat-y;
  display: table;
  width: 100%;
}
/****** FIN CONTENEDOR SECUNDARIO ********/

.borde_inferior {
  margin: 0;
  padding: 0;
  background: transparent url(../images/bg_bottom.gif) top center no-repeat;
}
div.account_bar {
    background: white url(../images/bg_top_completo.gif) top center no-repeat;
    text-align: left;
    padding-bottom: 0.5ex;
    padding-right: 4em;
    padding: 1ex 1ex 0.5ex;
    font-size: 12px;
}

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

div.account_bar a:hover {
    color: black;
}

div.account_bar #access_link {
  float: left;
  padding-top: 6px;
  width: 776px;
}

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

div.account_bar #registration_link {
  margin-left: 785px;
}

div.account_bar #registration_link a {
  padding-left: 0.5em;
  vertical-align: top;
}

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;
}
#table_wrapper td {
  vertical-align: top;
}

/********* BARRA IZQUIERDA ***********/

#superior_barra_izquierda {
  margin: 0 0 0 5px;
  padding: 0;
  height: 1px;
  font-size: 1px;
  background-color: #DFEBFF;
  width: 200px;
}

#barra_izquierda {
  background-color: #DFEBFF;
  padding: 10px 0;
  margin-left: 4px;
  border-left: 1px solid #8AB3D8;
  border-right: 1px solid #8AB3D8;
  width: 200px;
  overflow: hidden;
}

#td_izquierda {
  padding-right: 10px;
}

#barra_izquierda .banner {
  background-color: transparent;
  margin: 0 10px;
}

#inferior_barra_izquierda {
  height: 1px;
  font-size: 1px;
  margin: 0 0 10px 4px;
  border-left: 1px solid #8AB3D8;
  border-right: 1px solid #8AB3D8;
  width: 200px;
}
/******** FIN BARRA IZQUIERDA ********/

/********* COLUMNA CENTRAL **********/
#columna_central, #td_central {
  width: 525px;
  border-right: 1px solid #CFE1ED;
  padding-right: 10px;
  overflow: hidden;
}

#columna_central_ancha {
  width: 727px;
  margin-left: 4px!important;margin-left: 2px;
  border-right: 1px solid #CFE1ED;
  padding-right: 10px;
}

#td_central_ancho {
  width: 727px;
  padding-left: 4px!important;padding-left: 2px;
  border-right: 1px solid #CFE1ED;
  padding-right: 10px;
}
/******* FIN COLUMNA CENTRAL ********/

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

#td_derecha {
  width: 200px;
  padding-right: 6px;
  padding-left: 10px;
}

#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: transparent;
    color: white;
    width: 968px;
    padding-left: 8px;
}

div.pagefoot a {
    color: white;
    font-size: 12px;
    text-decoration: none;
    margin: 0 0.3em;
}

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

div.listacontactos {
  margin: 4px;
  padding-bottom: .5em;
  background-color: #CFE1ED;
}
div.listacontactos .titulo {
    padding: 0 0 .5em .2em;
    color: #F60;
    font-size: 20px;
    font-weight: bold;
}

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: #1668B1;
    text-decoration: none;
}


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

div.caja_listado_extra {
    margin-top: 2em;
}

div.caja_listado_extra div.post {
    padding: 7px 0 7px 20px;
    background: url(../images/icono_doc.png) no-repeat left;
    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%;
}

div.tagcloud div.titulo, div.caja_listado_extra div.titulo a {
    font-size: 20px;
    color: #F60;
    font-weight: bold;
    text-decoration: none;
}

div.tagcloud {
    text-align: left;
    overflow: hidden;
    width: 200px;
}

div.tagcloud a {
    color: #1668B1;
    text-decoration: none;
}

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

div.tagcloud .tag1 { font-size: 75%; }
div.tagcloud .tag2 { font-size: 90%; }
div.tagcloud .tag3 { font-size: 100%; }
div.tagcloud .tag4 { font-size: 125%; }
div.tagcloud .tag5 { font-size: 135%; }
div.tagcloud .tag6 { font-size: 145%; }

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

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

div.error ul li {
  color: red;
}
div.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;
    /* right: 0; */
    color: white;
    background: inherit;
    /* position: absolute; */
    font-size: 80%;
    margin-right: 1em;
    margin-bottom: 5px;
}

div.search input.textfield {
    font-size: 90%;
    width: 10em;
    background: #e6eff8;
    border: 0;
    margin-left: 1em;
    margin-bottom: 2px;
}

div.search input.submitfield {
    /*font-size: 90%;*/
    color: white;
    font-weight: bold;
    background: transparent url(../images/fondo_buscar.png) right no-repeat;
    padding-right: 12px;
    border: 0;
}


div.search label {
    font-weight: normal;
}

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


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


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

div#contadores {
    position: absolute;
    margin-top: 2px;
}

div.login_info {
    float: left;
    padding: 2px;
}

div.login_info * {
    color: white;
}

div.login-endless {
    padding-left: 14em;
    margin-top: 1ex;
}

div.login-endless input {
    margin-left: 0;
}

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

div#badget input {
    margin-right: 5px;
}

div#badget label img {
    vertical-align: middle;
}

div#region-filter-filler {
    height: 2em;
}


html td .video-list .video-item {
    overflow: hidden;
    width: 140px;
}

/* Bookmarks */
form.bookmark {
    float: right;
}

div.bookmark-added {
    text-align: right;
    color: green;
    font-size: 85%;
}

#add_bookmark_button {
    background: transparent url(../images/bookmark_add.png) left top no-repeat;
    border: none;
    padding-left: 16px;
    color: #147c00;
}

#add_bookmark_button:hover {
    text-decoration: underline;
    cursor: pointer;
}

a#bookmark_perfil_link {
    background-image: url(../images/bookmark_add.png);
}

