/*
amarillo: #e7a800
*/

html {
    height: 100%;
    margin:0px;

}

body {
    height: 100%;
    margin:0px;
    font-family: "Trebuchet MS","Arial","Verdana","Tahoma";
    font-size: 80%;
    color:#FFFFFF;
    background-color:#E2E1E1;

 
}


td,th,p,div,span{
    font-size: 1.0em;
   /* 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: #e7a800;                             
}
a:hover{
    text-decoration:underline;
}

.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;
    
    }
    
    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;
 
 }
 

/* *****************  capas ************************** */

div#general{
    width:995px;
    background-color: #000000;
}

div#cabecera{
    width:995px;
    height: 119px; 
   /* background-image:url("images/fondocabecera.jpg"); */   
}


div#menuiz{
    width: 190px;
    background-color: #000000;
    float: left;
    position: relative; 
    font-size: 1.1em;
    min-height: 649px; 
    
    text-align: right;
    padding-right: 14px; 
                                              
}

div#menuiz a, div#menuiz a:link, div#menuiz a:visited{
    color:#ffffff;  
} 

div#menuiz a:hover{
    color:#fcc954;  
} 

div.submenu{
    padding-left:20px;
    margin-top:5px;
    margin-bottom:10px;
    margin-right: 2px;
    
    padding-right: 5px;
    
    border-right-width:1px; 
    border-right-color:#e7a800; 
    border-right-style:solid;
                           
}

 
#centro{
    width: 100%;       
    clear:both;
    background-color: #000000;  
} 

#menutop{             
    font-size:0.9em;color:#f0cf2c;background-color:#000000;text-align:right;
} 

#menutop a, #menutop a:link, #menutop a:visited {             
    color:#f0cf2c;
    margin-right: 10px;
} 


#contenidohome{
    padding-top: 20px;    
    float: right;      
    width: 775px;
    min-height: 649px; 
    background-image: url('images/fondohome.jpg');
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-color: #000000;  
}
 
#contenido{ 
    float: right;         
    width: 775px;
    min-height: 649px;
    background-image: url('images/fondocontenido.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #000000;  
}
 
div#nav{
    
    font-size:0.9em;
    color:#e7a800;
    
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
    
    margin-bottom: 10px; 
    margin-right : 10px; 
    
}

div#nav a, div#nav a:link, div#nav a:visited{
    color:#e7a800;
    font-weight: bold;
}



div#pie{
    height: 20px;
    background-color:#E2E1E1;
    color:#495C08;
    font-size:1.0em;
    width:100%;
    text-align: center;
    vertical-align: middle; 
}
div#pie a, div#pie a:link, div#pie a:visited{
    color:#495C08;
} 


div.destacado{
   /* border-color: #666666;
    border-style: solid;
    border-width: 1px;
   */ 
    margin-bottom: 20px;
   /* padding: 10px 10px 10px 10px; */
    
    width: 90%;
}

/* *****************  fin: capas ************************** */


 
 .titulo{
 
    font-size: 1.3em;
    font-weight: bold;
    
    padding-bottom: 5px;
    
    border-bottom-width: 1px;
    border-bottom-color: #e7a800;
    border-bottom-style: dashed;
 }
 
 
 .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;
}


/* ********************************* */
/* ****** FORMULARIOS AJAX ********* */
/* ********************************* */
div.etiqueta{

    width: 200px;
    margin-right: 5px;           
    text-align: right;
    float: left;    
           
} 
div.campo{
    width: 300px;              
    text-align: left;
    float: left;
    clear: right;    
}
 
input{
    border: 1px solid #000000;
}        

textarea{
    border: 1px solid #000000;
}

.campo_error{
   /* border: 1px solid #FF0000;  */
   background-color: #f99a9a;
}        

.campo_defecto{
   /* border: 1px solid #2A669F;  */
   background-color: #ffffff;
}        

/* ********************************* */
/* ***** FIN FORMULARIOS AJAX ******* */
/* ********************************* */
