/*
** Versión: $Revision: 1.5 $
** Fecha: $Date: 2010/02/05 12:41:27 $
** Id: $Id: print.css,v 1.5 2010/02/05 12:41:27 jileon Exp $
*/

.no-print {
    display: none;
}

Body {
    color: #000000;
    background: #FFFFFF;
    font-family: Serif;
    font-size: 12pt;
    }
    
a {
    text-decoration: underline;
    color: #0000AA;
    background: white;
    }
    
.CONTENIDOS {
    border: 0;
    }
    
.NAVEGACION {
    display : none;
    }

#notas {
    display : none;
}
    
FORM.FORMULARIO {
    display : none;
    }    
        
TABLE {
    display: block;
    }
    
TABLE.TABLA {
    display: block;
    }

TH.TABLA {
    font-family:sans-serif;  
    font-size: 90%;   
    background: #FFFFFF;
    color: #000000;
    font-weight: bolder;
    border-bottom: 2px solid black;
    }
    
TD.TABLA {
    font-family:sans-serif;  
    font-size: 100%;   
    background: #FFFFFF;
    color: #000000;
    border-bottom: 1px solid #A0A0A0; 
    }
    
     

TABLE.TABLA TH {
    font-family:sans-serif;  
    font-size: 100%;   
    background: #FFFFFF;
    color: #000000;
    font-weight: bolder;
    border: 2px solid black;
    }
 
TABLE.TABLA TD {
    font-family:sans-serif;     
    font-size: 90%;
    background: #FFFFFF;
    color: #000000;
    font-weight: lighter;
    border-bottom: 1px solid #A0A0A0;
    }
        
TABLE.NOTA {
    display : none;
    }

TH.NOTA {
    display : none;
    }

TD.NOTA {
    display : none;
    }

TD.ULTIMANOTA {
    display : none;
    }
    
    
.TITULO {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 15pt;
    text-align: center;
    }
    
.SECCION {
    font-size: 85%;
    Font-Family: arial, verdana, helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bolder;
    text-decoration: none;
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 1.25em;
    margin-bottom: 0.25em;
    padding-bottom: 0em;
    border-top: 1px solid #EEEEEE;
    }

.SUBSECCION {
    font-size: 85%;
    font-family: arial, verdana, helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bolder;
    text-decoration: none;
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 1.25em;
    margin-bottom: 0.25em;
    padding-bottom: 0em;
    }

.PUNTO {
    font-size: 70%;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: bolder;
    text-decoration: none;
    margin-left: 35px;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    }
    
.SUBPUNTO {
    font-size: 70%;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: lighter;
    text-decoration: none;
    margin-left: 35px;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    text-indent: 12px;
    }
    
.EXPLICACION {
    font-size: 75%;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #333333;
    background: white;
    font-weight: lighter;
    text-decoration: none;
    margin-left: 40px;
    margin-right: 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    }

.COPYRIGHT {
    font-size: 65%;
    text-align: right;
    color: #AAAAAA;
    background: white;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: lighter;
    text-decoration: none;
    }

TR.GRUPO0 {
    font-family:sans-serif;
    font-size:125%;
    border: 1px solid blue;
    }
    
TR.GRUPO1 {
    font-family:sans-serif;
    font-size:113%;
    border: 1px solid blue;
    }

TD.ID_INICITIVA {
    border-bottom: 1px solid #AAAAAA;
    text-align: right;
    vertical-align: top;
    width:20%;
    }
    
TD.EXTRACTO {
    border-bottom: 1px solid #AAAAAA;
    text-align: left;
    vertical-align: top;
    width:80%;
    }

div.texto_acuerdo {
    text-align: left;
    border:0px solid red;
    width:310px;
    margin-left:2em;
    font-weight: lighter;
    font-size:90%;
}

/* 
 BROWSER
*/

table.browser td {
    vertical-align: top;
}

table.browser th {
    vertical-align: top;
}

table.browser td.key {
    vertical-align: top;
    height: 20px;
}

table.browser td.key:before {
    content: url(/art/checkbox-bw.png);
}

table.browser img {
    border: 1px solid black;
}


/* 
 FICHAJES
*/

table.ANOTACIONES {
    width: 750px;
    border: 1px solid black;
}

table.ANOTACIONES tr th {
    color: #FFFFFF;
    background-color: #030201;
    font-weight: bolder;
    font-size: 90%;
    font-family: helvetica, sans-serif;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.ANOTACIONES tr td {
    color: black;
    background: white;
    font-family: helvetica, sans-serif;
    border-bottom: 1px solid gray;
}

table.ANOTACIONES tr td.FESTIVO {
    color: black;
    background: #A0A0A1;
    font-family: helvetica, sans-serif;
    border: 1px solid #A0A0A0;;
}

