/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}
/* FIN DEL RESET */
.clearfix {
    display:block;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.hidden{
    display:none;
}


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    /*background: #FFFFFF url(../graficos/layout/img01.gif) repeat-x;*/
    background-color:#ECEDEF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
}

div#contenedor_principal{
    background-color:#FFFFFF;
    width:1000px;
    margin:0 auto;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea {
    font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333333;
}

h1, h2, h3 {
    margin: 0 0 1em 0;
    font-weight: normal;
    color: #626665;
}

h1.logo{
    background:transparent url('../graficos/layout/logo.jpg') no-repeat scroll 0 0;
    cursor:pointer;
    text-indent: -9999px;
    display:block;
    /*padding: 100px 190px 0 0;*/
    z-index:1000;
    width:250px; height:178px;
    /*float: left;*/
}
h1{
    font-size:2em;
    font-weight:bold;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1em;
    font-weight: bold;
}

p, ul, ol {
    margin-bottom: 1.6em;
    line-height: 180%;
}

p {
    line-height: 1.4em;
    text-align:justify;
    margin:0 0 1em 0;
}

blockquote {
    font-style: italic;
}

ul {
}

ol {
}

a {
    border-bottom: 1px dotted #EFEFEF;
    text-decoration: none;
    color: #626665;
}

a:hover {
    text-decoration: none;
    color: #CC0000;
}

small {
}

hr {
    display: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
}

img.right {
    float: left;
    margin: 0 0 0 15px;
}

/* Header */

#header {
    width: 980px;
    margin: 0 auto;
    position:relative;
    border-bottom:1px solid #EFEFEF;
}

#header h2 {
    float: left;
    margin: 0 0 0 -190px;
    padding: 160px 0 0 0;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
}

#header h2 a {
    color: #333333;
}

ul#menu{
    position:absolute;
    top:130px;
    left:280px;
    border-top:1px solid #EFEFEF;
    border-bottom:1px solid #EFEFEF;
    background-color:#FEFEFE;
}
ul#menu li{
    float:left;
    padding:0 15px 0 15px;
    border-right:1px solid #EFEFEF;
    height:29px;
    background:transparent url('../graficos/layout/fondo_menu.png') repeat-x scroll 0 0;
}
ul#menu li.ultimo{
    border-right-style:none;
}
ul#menu li a{
    border:0px none #000000;
    font-weight:bold;
}
ul#submenu{
    position:absolute;
    top:180px;
    left:280px;
    border-top:1px solid #EFEFEF;
    border-bottom:1px solid #EFEFEF;
    background-color:#FEFEFE;
}
ul#submenu li{
    float:left;
    padding:0 15px 0 15px;
    border-right:1px solid #EFEFEF;
    height:29px;
    /*background:transparent url('../graficos/layout/fondo_menu.png') repeat-x scroll 0 0;*/
}
ul#submenu li:first-child{
    border-left:1px solid #EFEFEF;
}
ul#submenu li.ultimo{
    border-right-style:none;
}
ul#submenu li a{
    border:0px none #000000;
    font-weight:bold;
}
img#imagenCabecera{
    position:absolute;
    right:0px;
    top:0px;
}
/* Page */

#page {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Content */

#content {
    float: left;
    width: 620px;
    padding:15px;
}

.fondo {
    padding: 12px 50px;
    background: url(../graficos/layout/img04.jpg) no-repeat;
}

.fondo_flecha{
    padding: 12px 50px;
    background: url(../graficos/layout/img03.jpg) no-repeat;
}
ul.posts ul{
    font-size:0.9em;
    /*list-style-type:disc;*/
    /*list-style-position:inside;*/
}
div.noticiasExternas ul{
    font-size:0.9em;
}
/*.post .title {*/
    /*letter-spacing: -1px;*/
    /*font-size: 2.4em;*/
    /*color: #356AA0;*/
/*}*/

div.post{
    margin:0 0 1em 0;
}

p.leer_mas{
    text-align:right;
}

.post .meta {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #EFEFEF;
    line-height: normal;
    color: #666666;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 300px;
}

#sidebar div.bloque{
    margin:0 0 1em 0;
}
#sidebar ul li {
    /*line-height: 2em;*/
    border-bottom: 1px solid #EFEFEF;
}

#sidebar h2 {
    margin-bottom: 10px;
    color: #F9821C;
}

#sidebar a {
    border: none;
}

div.tagcloud p{
    float:left;
    margin:5px;
}

p.sindicar{
    background: transparent url(../graficos/iconos/ico-rss.png) no-repeat scroll 0 3px;
    padding:0 0 0 20px;
    font-weight:bold;
}
/* Footer */

#footer {
    clear: both;
    padding: 30px 0;
    border-top: 10px solid #DDDDDD;
    background: #EFEFEF;
}

#footer p {
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    line-height: normal;
}
ul#legal{
    float:left;
    clear:both;
    width:100%;
    margin:1em 0 1em 0;
}
ul#legal li{
    float:left;
    margin:0 1em 0 0;
}
ul#legal li.primero{
    margin-left:370px;
}
ul.iconos{
    float:left;
    clear:left;
    margin:1em 0 0 0;
}
ul.iconos li{
    float:left;
    margin:0 1em 0 0;
}
ul.iconos li.primero{
    margin-left:290px;
}
/*****************/
/*  FORMULARIOS  */
/*****************/
form.horizontal{
    margin:1em 0 1em 0;
    padding:5px;
}

form.horizontal dl{
    float:left;
    margin:0 1em 0 0;
    height:3.8em;
}

form.horizontal dt{
    font-weight:bold;
}

form.horizontal p.enviar{
    margin:7px 0 0 0;    
}

form.vertical{
    margin:1em 0;
    background-color:#F8F8F8;
    padding:10px;
    border:1px dotted #BFBFBF;
    position:relative;
}

form.vertical dl{
    margin:0em 0 1.2em 0;
}

form.vertical dl dt{
    font-weight:bold;
    margin:0 0 2px 0;
    font-size:1em;
}

form.vertical dd{
    margin:0em 0 1.2em 0;
}

form.vertical dl dd input{
     font-size:1em;   
}
form.vertical ul.errorlist li{
    color:#FF0000;
    font-size:0.9em;
    font-style:italic;
}
form.vertical div.formset{
    /*border:1px solid red;*/
}
form.vertical div.formset dl{
    float:left;
    margin:0 10px 0 0;
}

/******************/
/**  PAGINADOR  **/
/*****************/

ul.paginador{
    margin:1em 0 1em 0;
    font-size:1em;
    padding:5px;
    background-color:#F8F8F8;
    border:1px dotted #D7D7FF;
}

ul.paginador li{
    float:left;
}

ul.paginador li.enlaces{
    float:right;
}
#paginator .total{
    float:left;
    margin:0 0 0 1em;
}
#paginator .pages{
    float:left;
}
div#paginator ul li{
    float:left;
    margin:0 0 0 1em;
}

/*****************/
/*    TABLAS     */
/*****************/
table.formateada{
    width:100%;
    margin:1em 0;
    border: 1px solid #CBC7B8;
}

table.formateada tr.impar{
}

table.formateada tr.par{
    background-color:#edf5ff;
}

table.formateada tbody tr.hover{
    background-color:#2d68b3;
    color:#FFFFFF;
}

/*table.formateada tbody tr.hover td a{*/
    /*color:#FFFFFF;*/
    /*text-decoration:underline;*/
/*}*/

table.formateada tr th{
    padding:4px;
    /*background-image:url('../../graficos/layout/bg_cabecera_tabla.png');*/
    border-bottom:1px solid #CBC7B8;
    border-left: 1px solid #CBC7B8;
}

table.formateada td{
    padding:4px;
    border-bottom:1px solid #CBC7B8;
    border-right:1px solid #CBC7B8;
}

table.formateada.vertical th{
    border-right: 1px solid #CBC7B8;
}
/******************/
/**  Listados  **/
/*****************/
ul.listado{
    margin:1em 0;
    list-style:disc;
    list-style-position:outside;
}
ul.listado li{
    margin:0 0 1em 1em;
}
/* MENSAJES */
ul.messages{
    padding:8px;
    background-color:#fff5ed;
    margin:0 0 1em 0;
    border:1px dotted #AA0000;
}

ul.messages li{
    font-weight:bold;
}

/* Imágenes */
img.inline{
    vertical-align:bottom;
}

ul.redes_sociales{
}

ul.redes_sociales li{
    float:left;
    border-bottom:none 1px #000000!important;
    margin:0 10px 0 0;
}
ul.redes_sociales li.primero{
    margin-left:70px;
}

/**********************/
/*    GENERAL */
/**********************/
p.centrado{
    text-align:center;
}

p.derecha{
    text-align:right;
}

p.volver{
    width:100%;
    clear:both;
    text-align:center;
    font-weight:bold;
    padding:5px;
    border-top:1px dotted #888888;
    border-bottom:1px dotted #888888;
    background-color:#F0F0F0;
}

p.direccion{
    font-weight:bold;
}

/*TAGS*/
.tag_size_2{
    font-size:1.0em;
}
.tag_size_3{
    font-size:1.2em;
}
.tag_size_4{
    font-size:1.4em;
}

div#footer_principal{
    float:left;
    width:100%;
}
ul.patrocinadores{
    margin:1em 0;
}
ul.patrocinadores li{
    float:left;
}
ul.patrocinadores li.margen{
    float:left;
    margin:0 50px 0 0;
}

/* ASOCIATE */
form#asociate dl.otro_medio{
    display:none;
}
form#asociate dl.otro_medio.errores{
    display:block;
}

/*  CMS  */
#cmsContent ul{
    list-style-type: disc;
    list-style-position: inside;
}

