/* -*- coding: iso-8859-1; -*-
 *
 * Estilos genéricos
 */

a:link    { text-decoration: underline; color: #6351AD; }
a:visited { text-decoration: underline; color: #6351AD; }
a:active  { text-decoration: underline; color: #6351AD; }
a:hover   { text-decoration: underline; color: #6351AD; }

body {
    color: #000000;
    background-color: #FFFFFF;
    margin: 10px 0px 0px 0px;
    font-family: Times New Roman, Verdana;
    font-size: 8pt;
    text-align: center;
}

td {
    color: #000000;
    font-size: 10pt;
}

input {
    color: #000000;
    font-size: 10pt;
    text-align: left;
}

textarea {
    color: #000000;
    font-size: 10pt;
    text-align: left;
}

li {
    list-style-image: url("imatges/topo.gif");
}

h1 {
    color: #6351AD;
    font-family: Futura XBlk BT, Arial Black;
    font-size: 14pt;
    font-weight: normal;
    text-align: left;
}

h2 {
    color: #6351AD;
    font-family: Futura XBlk BT, Arial Black;
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
}

h3 {
    color: #000000;
    font-family: Futura XBlk BT, Arial Black;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}

.tit1 {
    color: #800000;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

.contenedor {
    left: 0px;
    top: 0px;
    width: 780px;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: 0px solid #800000;
    font-size: 10pt;
    text-align: justify;
}

.menulateral {
    position: absolute;
    width: 132px;
    color: #6351AD;
    background-color: #FFFFFF;
    margin: 21px 0px 10px 0px;
    padding: 0px 1px 0px 1px;
    border: 0px solid #000000;
    line-height: 25px;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}

.principal {
    position: relative;
    left: 140px;
    top: 0px;
    width: 620px;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 21px 11px 0px 0px;
    border: 0px solid #800000;
    font-size: 10pt;
    text-align: justify;
}

.recuadros {
    color: #22CC44;
    background-color: #FFFFCC;
    border: 1px solid #666666;
    visibility: hidden;
}

.textocajitas {
    color: #FFFFFF;
    font-size: 8pt;
    text-align: center;
}
