BODY
{
    /*background-image : url(fondo.jpg)*/;
    background-color: #8cb5f9;
    font-family: verdana;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 12px;
    text-align: center;
}
H1
{
    text-align: center;
}

PRE
{
    font-size: 11px;
    margin: 4px 1px 4px 1px;
}
DIV.titulo
{
    text-align: center;
    font-weight: bold;
}
DIV.resalta
{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
}
SPAN.resalta
{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
}
SPAN.mini
{
    font-size: 9px;
}
P
{
    line-height: 18px;
}
P.titulo
{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
P.mini
{
    font-size: 9px;
}
P:first-letter
{
    font-size: 120%;
    font-weight: bold;
}
IMG
{
    border: 0;
}
UL
{
    text-align: left;
}
LI
{
    padding: 1px 1px 3px 1px;
}
LI.enlaces
{
    padding: 1px 1px 10px 1px;
}
DD
{
    padding: 1px 1px 1px 1px;
}
#tablaprincipal
{
    /*border: 1px solid #1E679A;*/
    width: 100%;
}
#captablaprincipal
{
    background-color: #1E679A;
    font-weight: bold;
    height: 15px;
    color: #ffffff;
    padding: 1px 2px 4px 2px;
    text-align: center;
    font-size: 14px;
}
#cuerpotablaprincipal
{
    /* arriba derecha abajo izquierda */
    padding: 4px 10px 4px 15px;
    background-color: #b0ccf9;
}

#cuerpotablaprincipal p
{
    /*margin:10px 10px 10px 10px;*/
}

#cuerpotablaprincipal a:link, #cuerpotablaprincipal a:visited
{
    color: blue;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

#cuerpotablaprincipal a:hover
{
    text-decoration: underline;
}

#tablamenu
{
    /*border: 1px solid #1E679A;*/
    width: 100%;
}

#captablamenu
{
    background-color: #1E679A;
    font-weight: bold;
    height: 15px;
    color: #FFFFFF;
    padding: 1px 2px 4px 2px;
    text-align: center;
    font-size: 14px;
}
#cuerpotablamenu
{
    padding: 4px 4px 4px 4px;
    background-color: #b0ccf9;
    text-align: center;
    border-width: 1px 1px 0px 1px;
}
#cuerpotablamenu p
{
    margin: 5px 5px 9px 5px;
}

#cuerpotablamenu a:link, #cuerpotablamenu a:visited
{
    color: #0066FF;
    font-weight: bold;
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    display: block;
    width: 100%;
}

#cuerpotablamenu a:hover
{
    font-weight: bold;
    text-decoration: none;
    background-color: #8cb5f9;
}

/* Capa para 'current link' */
#cuerpotablamenu #current
{
    font-weight: bold;
    text-decoration: none;
    background-color: #1E679A;
    color: white;
}

#contenedor
{
    width: 980px;
    padding: 0px 0px 0px 0px;
    margin: auto;
    text-align: left;
    /*position: absolute;*/
}

#cabecera
{
    height: 40px;
    text-align: center;
    font-weight: bold;
    /*clear: left;*/
}

#navegador
{
    width: 960px;
    background: #EF9200;
    padding: 3px 10px 5px 10px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

#navegador a:link, #navegador a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
}

#navegador a:hover
{
    border-bottom: 2px solid #FFFFFF;
}

#lateral
{
    width: 160px;
    max-width: 160px;
    min-width: 160px;
    float: left;
    /*clear: left;*/
}

#cuerpo
{
    width: 810px;
    float: right;
    /*clear: both;*/
}

#pie
{
    width: 980px;
    padding: 10px 10px 10px 10px;
    float: right;
    /*clear: left;*/
    text-align: center;
}

#pie a:link, #pie a:visited, #pie a:active, #pie a:hover
{
    color: blue;
    text-decoration: underline;
}
