html {
    height: 100%;
    margin:0px;

}

body {
    height: 100%;
    margin:0px;
    font-family: "Tahoma";
    font-size: 70%;
    /*color:#3B5179;*/
    color:#333333;
    background-color:#FFFFFF;

 
}       
        

td,th,p,div,span{
    font-size: 1.0em;
    font-family: "Tahoma";
    /*text-align: justify;*/
    
}

th{

  text-align: justify;
}

.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: #006699;                             
}
a:hover{
    text-decoration:underline;
}

.salto{
    clear:both;
}


div#centrar{
    /*text-align: center; */
}
div#ancho800{
    /*width:770px;*/
    width:998px;
    /*border-style: solid;
    border-color: #eaeaea;
    border-width: 1px;*/
    margin-top: 5px;
    margin-left: 2px;
    background-color: #FFFFFF;
}


div#cabecera{
    width:100%;

}
           
div#menutop{
  
   background-image: url("images/fondomenutop.jpg");
   background-repeat: no-repeat;
   
    float:left;
    height:35px;   
    width:965px;
    
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    
    text-align: left;          
}

div#menutop a, div#menutop a:link, div#menutop a:visited{
   background-image: url("images/icono_menutop.png");
   background-repeat: no-repeat;
 
   padding-left: 15px; 
   padding-right: 40px;   
   color: #4B7FAF;
}

div#menude{
 width: 205px;
 float: left;
 position: relative;
 margin-left: 2px; 
                       
 }

 div#menude div{
    text-align: left; 
 } 


#centro{

width: 998px;
padding-top: 6px;
clear:both;
/*text-align: justify;*/

} 

#contenido{ 
 float: left;
 margin-left: 0px; 
 width: 775px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 2px;
}
         
div#pie{
    background-color:#FFFFFF;
    color:#999999;
    font-size:1.0em;
    width:100%;
 }

  
div#pie a,div#pie a:link, div#pie a:visited{     
    color:#999999;  
 }

 
a.menutop{
   font-weight: normal;
} 

 
           

/* login */


    .login_titulo{
        font-family:arial;
        font-size:0.9em;
        color:#0362A7;
    }
    .login_texto{
        font-family:arial;
        font-size:1.0em;
        font-weight: bold;
        color:#0061AA;
    }
    .login_textbox{
        width:55px;
        height:12px;
        font-size:0.9em;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .login_button{
        font-family:arial;
        font-size:0.9em;
        color:#0061AA;
        border-width:0px;
        height:14px;
        cursor:pointer;
        background-color: #D0E3FA;        
    }
    
    a.login_salir, a.login_salir:link, a.login_salir:visited{
        font-family:arial;
        font-size:0.9em;
        color:#0061AA;
        /*color:#ff0000;*/
        font-weight: bold;
        line-height: 20px;
    }
    
    

  
/* -------------- para formularios ----------------*/

    table.tableformu input{  
        font-size: 1.0em;
        height: 14px;
        border-width: 1px;
        border-style: solid;
        border-color: #CDA94F;
        background-color: #F7F2E8;
    }
    table.tableformu select{    
        font-size: 1.0em;
        height: 18px;
        border-width: 1px;
        border-style: solid;
        border-color: #CDA94F;
        background-color: #F7F2E8;
    }
    table.tableformu textarea{  
        font-size: 1.0em; 
        border-width: 1px;
        border-style: solid;
        border-color: #CDA94F;
        background-color: #F7F2E8;
    }
    table.tableformu tr.valores, table.tableformu td.valores{
      
        font-weight: bold;
        font-style: italic;
    }
     
    table.tableformu th{
        text-align: right;
        font-weight: normal;
    }
     
    table.tableformu input.checkradio{
        border: 0;
    
    }
    
    table.tableformu input.boton{
        height : 20px;
        cursor:pointer;    
    }
    
    form{
        margin-bottom: 0px;
    }

/* -------------- fin para formularios ----------------*/

/* para los mensajes al usuario*/
 .mensajeusuario{
    
    font-size: 1.2em;
    color: #FF2200;  
    font-weight: bold;
    text-align: center;
 
 }

 
.texto_verde{
    color: #5CB61A;    
}
.texto_azul{
    color: #336699;
}
.texto_naranja{
    color: #FF6E00;
}

.texto_grande{
    font-size: 1.2em;
    font-weight: bold; 

}
.texto_masgrande{
    font-size: 1.4em;
    font-weight: bold; 

}
.tachar{
    background-image:url("images/tachar.gif");
    background-repeat: repeat-x;
    background-position: 10% 55%;
    color:#666666 ; 

}   
