html {
    height: 100%;
    margin:0px;

}

body {
    height: 100%;
    margin:0px;
    font-family: "Arial","Verdana","Tahoma";
    font-size: 80%;
    color:#000000;
    background-color:#ffffff;

 
}


td,th,p,div,span{
    font-size: 1.0em;
    color:#000000;
   /* text-align: left;*/    
    
}

th{

  text-align: justify;
}

form{
    margin-bottom: 0px;
    margin-top: 5px;
    
}

.alderecha{
    text-align: right;
}                                   

.alizquierda{
    text-align: left;
}  
.alcenter{
    text-align: center;
}   
.mayusculas{
    text-transform: uppercase;
 }                                                                                                   

a, a:link, a:visited{
    text-decoration:none;
    color: #000000;                             
}
a:hover{
    text-decoration:underline;
    color: #cc6666;       
}

.salto{
    clear:both;
}

 
      
/* -------------- para formularios ----------------*/
      

    table.tableformu input{
        font-family: Arial;
        font-size: 1.0em; 
        border-width: 1px;
        border-style: solid;
        border-color: #2A669F;
        background-color: #FFFFFF;
    }
    table.tableformu select{
        font-family: Arial;
        font-size: 1.0em; 
        border-width: 1px;
        border-style: solid;
        border-color: #2A669F;
        background-color: #FFFFFF;
    }
    table.tableformu textarea{
        font-family: Arial;
        font-size: 1.0em; 
        border-width: 1px;
        border-style: solid;
        border-color: #2A669F;
        background-color: #FFFFFF;
    }
    table.tableformu th{
        text-align: right;
        font-weight: normal;
    }
     
    table.tableformu input.checkradio{
        border: 0;
        background-color: transparent;
    
    }
    
    table.tableformu input.boton{
        height : 20px;
        cursor:pointer;    
    }

/* -------------- fin para formularios ----------------*/


/* contenidos */
h1.titulo_seccion{
    
    background-color: #DADADD;
    font-size: 1.1em;
    color:#336699;
    
    margin-bottom: 8px;
    
    padding-bottom: 4px;    
    padding-top: 4px;    
    padding-left: 4px;    
    padding-right: 4px;    
}                

/* para los mensajes al usuario*/
 .mensajeusuario{
    
    font-size: 1.3em;
    color: #FF2200;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
 
 }
 
 
.text_grande{
    font-size: 1.2em;
}

/* *****************  capas ************************** */

div#general{
    width:987px;
    background-color: #FFFFFF;         
}

div#cabecera{
    width:987px;
    height: 99px; 
    background-image:url("../images/cabecera.jpg");
    background-repeat: no-repeat;
    font-family: "Tahoma";
    color: #ff0000;
    font-size: 1.8em;
    font-weight: bold;   
    text-align: center;    
}


div#menuiz{
    width: 180px;
    float: left;
    position: relative;
    margin-right: 2px;
    margin-top: 30px;
    font-size: 1.1em;                                 
}

div#menuiz a, div#menuiz a:link, div#menuiz a:visited{
    padding-left: 10px;
    color:#000000;              
} 

div#menuiz a:hover{ 
} 

div#menuiz a.activo, div#menuiz a.activo:link, div#menuiz a.activo:visited { 
    font-weight: bold;
    padding-left: 20px;
    font-style: italic;
} 

div#menuiz hr{
    color:#BAE8FF;
    height: 1px;              
} 

 
#centro{
    width: 100%;
    padding-top: 6px;
    clear:both;
} 


#contenido{ 
    float: left; 
    margin-left: 5px;
    padding-bottom: 10px;
    margin-top: 30px;
    padding-left: 15px;
    width: 750px;  
}
        

div#pie{
    background-color:#999999;   
    width:100%;
    text-align: center;
    vertical-alignment: middle; 
}
div#pie a, div#pie a:link, div#pie a:visited{
    color:#7F221D;
}
.pie{
    font-size:0.8em;
    color:#FFFFFF;    
} 



/* *****************  fin: capas ************************** */

 
 .celda_fondo_top{
     background-image:url("../images/sombraSup.png");
    background-repeat:repeat-x; 
 }
 .celda_fondo_abajo{
     background-image:url("../images/sombraInf.png");
    background-repeat:repeat-x; 
 }
 .celda_fondo_der{
     background-image:url("../images/sombraDcha.png");
    background-repeat:repeat-y; 
 }
 .celda_fondo_iz{
     background-image:url("../images/sombraIzda.png");
    background-repeat:repeat-y; 
 }
 .unpixel{
    font-size: 1px;
}

a.enlaceresaltado, a.enlaceresaltado:link, a.enlaceresaltado:visited{
    background-color: #F4DDC5;
    color: #7F221D;
    
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    
    line-height: 30px;
}

a.enlaceresaltado:hover{
    background-color: #F5C094; 
    color:#7F221D ;
    text-decoration: none;
}
