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

body {
    background:#FFFFFF url('../graficos/layout/fondo.png') repeat-x scroll 0 0;
    font-size:0.75em;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color: #3A3A3A;
}
p {
    line-height: 1.5em;
    text-align:justify;
    margin:0 0 1em 0;
}
a {
    text-decoration: none;
    color:#000000;
}
a:hover{
    /*color: #FC4E2D;*/
    border-bottom:1px dotted #000000;
}
a img{
    border: none;
}
h1{
    background:transparent url('../graficos/imagenes/logo_cabecera.gif') no-repeat scroll 0 0;
    cursor:pointer;
    text-indent: -9999px;
    display:block;
    float:left;
    margin:0 5px 5px 0;
    z-index:1000;
    width:183px; height:256px;
}

h2{
    margin:0 0 0 0;
    font-size:1.8em;
    font-weight:bold;
    background-color:#000000;
    color:#F3C019;
    padding:10px 0 14px 15px;
}

h3, h3 *{
    margin:1em 0 1em 0;
    font-size:1.2em;
    /*font-weight:bold;*/
}

/*********************/
/*      LISTADOS      */
/*********************/
ul.listado li{
    margin:1em 0 1em 2em;
    line-height:1.5em;
    /*list-style-image:url(../graficos/iconos/listado.png);*/
   list-style:circle;
    list-style-position:outside;
}

ul.centrado{
    /*float:left;
    width:100%;
    text-align:center;*/
    margin:0 0 0 7em;
}

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

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

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

form.vertical dl dd input, form.vertical dl dd textarea{
    background-color:#FFEEEE;
}
form.vertical dl dd input{
     font-size:1em;   
}
form.vertical ul.errorlist li{
    color:#FF0000;
    font-size:0.9em;
    font-style:italic;
}

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

/** Barra información **/
div.barra_navegacion{
    text-align:center;
    margin:1em 0 1em 0;
    padding:4px;
    background-color:#F8F8F8;
    border-top:1px dotted #BFBFBF;
    border-bottom:1px dotted #BFBFBF;
}

/*
PROTECCIÓN DE DATOS
*/
p.proteccion_de_datos{
    font-size:0.9em;
    font-style:italic;
    margin:2em 0 1em 0;
}


/****************/
/*    LAYOUT    */
/****************/
div#contenedorPrincipal{
    width:930px;
    /*width:883px;*/
    margin: 0 auto 1em auto;
    position:relative;
    padding:0px;
}

div#colIzda{
    width:183px;
    float:left;
}

div#colCentro{
    width:696px;
    float:left;
}

ul#idiomas{
    display:block;
    background-color:#000000;
    padding:15px 15px 15px 0;
    height:15px;
}
ul#idiomas li{
    float:left;
    padding:0 10px 0 10px;

}
ul#idiomas li a{
    color:#FFFFFF;
}
ul#idiomas li.es{
    margin-left:310px;
}
ul#idiomas li.es,ul#idiomas li.en,ul#idiomas li.pt,ul#idiomas li.fr{
    border-right:1px solid #FFFFFF;
}

ul.menu_principal{
    /*list-style-image:url(../graficos/imagenes/bullets.gif);*/
    /*list-style-position:inside;*/
    padding:0 0 0 15px;
}

ul.menu_principal li{
    font-weight:bold;
    margin:0 0 1em 0;
}

div#contenedorContenido{
    width:694px;
    min-height:150px;
    float:left;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}
div#contenedorContenido p,div#contenedorContenido h2,div#contenedorContenido h3,div#contenedorContenido dl{
    padding-left:1em;
    padding-right:1em;
}

div#piePagina{
    width:100%;
    clear:both;
}
div#logoPie{
    float:left;
}
div#textoPie{
    float:left;
    background-color:#000000;
    color:#FFFFFF;
    padding:15px 0 5px 0;
    /*width:745px;*/
   width:696px;
}
div#textoPie p{
    text-align:center;
    font-weight:bold;
}
div#textoPie p a{
    color:#FFFFFF;
    text-decoration:underline;
}
