@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';


body {
    background: white url(../images/fondo.png);
    color: #222;
    line-height: 1.5;
    margin: 0;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: Lucida Sans, sans-serif!important;
}

img {
    margin: auto;
    border: 0;
}

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

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

a { color: #00225F; }

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

div#main_container {
    margin: 0 auto;
    width: 968px;
    background: white;
    padding: 10px;
    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_acosagre {
  float: left;
}

#cab_img {
    display: block;
    padding-top: 21px;
}
/****** FIN LOGO Y PUBLI SUPERIOR ********/

/******* CONTENEDOR SECUNDARIO ***********/
#content_wrapper {
  background: white;
  display: table;
  width: 964px;
  border: 2px solid #EA0014;
  border-width: 0 2px 2px;
}
/****** FIN CONTENEDOR SECUNDARIO ********/

.borde_inferior {
  margin: 0;
  padding: 0;
}

div.account_bar {
    background: white;
    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; */
}

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

div.account_bar #access_link {
    display: inline;
}

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

div.account_bar #registration_link {
    text-align: right;
}

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 ***********/

#barra_izquierda {
  background-color: white;
  margin: 1em 0 0 4px;
  border-right: 2px solid #ea0014;
  width: 200px;
  overflow: hidden;
}

#td_izquierda {
  padding-right: 10px;
}

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

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

/********* COLUMNA CENTRAL **********/
#columna_central, #td_central {
  width: 525px;
  border-right: 0px solid #CFE1ED;
  padding: 0.5em 10px 0 0;
  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 #EA0014;
  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: 1em 6px 0 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: #00225F;
    width: 968px;
    padding-left: 0px;
}

div.pagefoot div.sponsors {
    font-size: 80%;
}

#logo_cabildo {
    float: left;
    margin-right: 4em;
    }

div.pagefoot div.links a {
    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: #EBEAFA;
}
div.listacontactos .titulo {
    padding: 0 0 .5em .2em;
    color: #00225F;
    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;
    border-top: 1px dotted #ADC1DC; 
    margin-top: 1em; 
    padding-top: 1em; 
}

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

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

div.pagination a {
    color: #00225F;
    text-decoration: none;
    padding: 0 0.4em;
    background: #EBEAFA;
}

div.pagination a:hover {
    background: #ADC1DC;
}


/* 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: #00225F;
    font-weight: bold;
    text-decoration: none;
}

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

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

div.tagcloud a:hover {
  color: #EA0014;
  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; */
    /* position: absolute; */
    font-size: 80%;
    margin-right: 1em;
    margin-bottom: 5px;
}

div.search input.textfield {
    font-size: 120%;
    width: 10em;
    background: #EBEAFA;
    border: 1px solid #00225F;
    margin-left: 1em;
}

div.search input.submitfield {
    /*font-size: 90%;*/
    color: white;
    font-weight: bold;
    background: #ea0014;
    border: 1px solid red;
    cursor: pointer
}


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#contadores img {
    margin-left: 0.8em;
}

div.login_info {
    padding: 2px;
    display: inline;
    vertical-align: top;
}

div.login_info * {
    color: #00225f;
}

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