@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 'cuadernos_viajes_extra.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: Trebuchet MS, Verdana, arial, sans-serif;
	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: #FFF url(../images/bg.jpg) top left repeat-x;
    color: #222;
    line-height: 1.5;
    margin: 0;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: Trebuchet MS, Verdana, arial, sans-serif;
}

img { margin: auto; }

a { color: #006; }

a.positive { color: #006; }
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: black;
  font-weight: normal;
  margin: 0;
}

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

div#cabecera {
  background: transparent url(../images/header.jpg) no-repeat 0 top;
  height: 115px;
  padding-top: 10px;
}

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

#logotipo {
  float: left;
  padding-left: 20px;
  height: 110px;
}

/****** FIN LOGO Y PUBLI SUPERIOR ********/

/******* CONTENEDOR SECUNDARIO ***********/
#content_wrapper {
  background: transparent;
  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#cabecera div.account_bar {
    float: right;
    font-size: 12px;
    margin: -5px 10px 0 0;
    text-align: right;
}

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

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

div#cabecera div.account_bar #access_link, div.account_bar #perfil_link {
    color: black;
    display: inline;
    border-right: 1px solid black;
    padding-right: 4px;
    margin-right: 4px;
}

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

div#cabecera div.account_bar #foto_en_barra {
  float: right;
  margin: 0 0 0 6px;
}

div#cabecera div.account_bar #foto_en_barra a {
  display: block;
  line-height: 2px;
}

div#cabecera div.account_bar #registration_link {
    display: inline;
    border-right: 1px solid black;
    padding-right: 4px;
    margin-right: 4px;
}

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

div#cabecera div.account_bar #registration_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: 959px;
}
#table_wrapper td {
  vertical-align: top;
}

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

#td_izquierda {
  width: 120px;
}

#td_izquierda div.lista_enlaces_wrapper {
  margin-bottom: 7px;
}

#td_izquierda div.lista_enlaces_wrapper b.artop {
  width: 120px;
}

#td_izquierda ul.lista_enlaces {
  list-style: none;
  width: 110px;
  padding: 1px 0 5px 10px;
  margin: 0;
}

#td_izquierda ul.lista_enlaces li {
  border-bottom: 1px solid white;
  padding: 4px 0;
  line-height: 1.2em;
}

#td_izquierda ul.lista_enlaces li.last {
  border-bottom: none;
}

#td_izquierda ul.lista_enlaces li a {
  color: white;
  text-decoration: none;
}

#td_izquierda div.logos img {
  margin-top: 1.5em;
}
/******** FIN BARRA IZQUIERDA ********/

/********* COLUMNA CENTRAL **********/
#columna_central, #td_central {
  width: 553px;
  padding-right: 6px;
  overflow: hidden;
  background: white;
  border-left: 1px solid #020267;
}

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

#td_central #padding-central {
  padding: 0 30px 30px;
}
/******* FIN COLUMNA CENTRAL ********/

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

#td_derecha {
  width: 280px;
  background: white;
}

#barra_derecha .banner, #td_derecha .banner {
  background-color: transparent;
  padding: 0;
}

#barra_izquierda {
  margin-bottom: 1.5em;
}

/******* 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;
}
/************************************/
td.pagefoot {
    text-align: left;
    background: #006;
    color: white;
    font-size: 11px;
    padding: 4px;
}

td.pagefoot div.enlaces_footer {
  float: right;
}

td.pagefoot a {
    color: white;
    text-decoration: none;
    margin: 0 0.3em;
}

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

tr#logotipos td {
  text-align: right;
  padding-top: 4px;
}

tr#logotipos td img {
  margin-left: 4px;
}

div.listacontactos {
  padding-bottom: .5em;
  margin-top: 1.5em;
  background-color: #EBEBEB;
}
div.listacontactos .titulo {
    margin: 0 2px 4px 6px;
    padding: 4px 0 0;
    color: black;
    font-size: 130%;
    border-bottom: 1px dotted gray;
}

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

div.listacontactos img {
    border: 2px solid #666;
}


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-bottom: 1.5em;
    background-color: #DDFEDA;
}

div.caja_listado_extra div.post {
    padding: 7px 0 7px 6px;
    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: #376637;
    font-weight: bold;
}

div.caja_listado_extra div.leer_mas a {
    color: #376637;
}

div.tagcloud div.titulo, div.caja_listado_extra div.titulo {
    font-size: 100%;
    font-weight: bold;
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted gray;
    padding: 4px 0 0;
    margin: 0 2px 0 6px;
}

div.caja_listado_extra div.titulo a {
    color: #030;
    text-decoration: none;
    background: transparent url(../images/star.png) no-repeat left 2px;
    padding-left: 20px;
}

div.tagcloud {
    text-align: left;
    overflow: hidden;
    background-color: #EBEBEB;
    margin-bottom: 1.5em;
}

div.tagcloud div.cloud-content {
    padding: 0 20px;
}

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

div.tagcloud a:hover {
  color: gray;
  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; }

.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;
    font-size: 80%;
    margin: 0;
    line-height: 22px
    float: right;
    margin-top: 59px;
}

div.search input.textfield {
    background: transparent url(../images/cuadro_busqueda.png) left 1px no-repeat; 
    font-size: 90%;
    border: none;
    margin-left: 1em;
    margin-bottom: 2px;
    height: 13px;
    width: 160px;
    padding: 5px 3px;
    color: #666;
}

div.search input.submitfield {
    /*font-size: 90%;*/
    color: white;
    font-weight: bold;
    background: transparent url(../images/boton_buscar.png) left top no-repeat; 
    border: none;
    font-style: italic;
    font-size: 0.9em;
    margin-right: 4px;
    padding-top: 1px;
    vertical-align: middle;
    height: 22px;
    width: 52px;
    margin-top: 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 {
    margin: -23px 0 0 195px;
    color: #999;
    font-style: italic;
    font-size: 80%;
    width: 530px;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

div#contadores b {
  font-style: normal;
  color: black;
}

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

div.recuadro_palma {
  display: block;
  background: white url(../images/fondo_shadow.png) bottom repeat-x;
  padding: 10px;
}

div.mensaje div.foto a img {
  border: 2px solid #999;
}


.shadow {
    border:1px solid silver;
}


div#locale-selector {
    text-align: right;
    padding-right: 10px;
}

div#locale-selector a {
    color: #8590CC;
    font-weight: bold;
    text-decoration: none;
    margin-left: 6px;
}

div#locale-selector a:hover {
    color: white;
}

div.forgot-password {
    padding: 1em 0 0 1em;
}

div.login-endless {
    padding: 1em 0 0 1em;
}

div#sp-content {
    padding: 1em;
}


/* concursos */
html body div.concurso div.body div.cnt {
    width: 350px;
}

html body div.concursos div.list-item div.body div.descripcion {
    width: 420px;
}

/* invitaciones */
html body div.invitacion div.column {
    width: 300px;
}


/* forms */
form div #post_titulo {
    width: 80%;
}


