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

}

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


td,th,p,div,span{
    font-size: 1.0em;       
}

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: #333333;                             
}
a:hover{
    text-decoration:underline;
}

.salto{
    clear:both;
}
                                 
/* *****************  capas ************************** */

div#general{
    width:850px;
    margin-top:10px;
    background-color: #ffffff;
    text-align: left;
    min-height:400px;            
}

div#cabecera{
    width:500px;
    height: 70px;                               
    font-family: "Arial";
    color: #777777;
    float:left;      
}

div#cabecera span.titulocabecera{
    font-size:1.6em;  
    line-height: 40px;
    color: #333333;
}

div#idiomas{
    width:300px;
    height: 50px;
    margin-top: 20px;                               
    font-family: "Arial";
    color: #000000;
    float:right; 
    text-align: right;
    padding-right: 20px;     
}
div#idiomas a, div#idiomas a:link, div#idiomas a:visited{
    text-decoration:none;   
    color:#777777;  
    font-size: 0.85em;               
} 


div#menutop{
    width: 850px; 
    margin-top: 10px;
    margin-bottom: 30px;
}
div#menutop a, div#menutop a:link, div#menutop a:visited{
    text-decoration:none;
    color:#777777;  
} 

div#menutop a:hover{
    color:#777777;  
} 
        
#contenido{ 
    float: left;          
    margin-top: 5px;   
    width: 850px;
    min-height:400px;  
}

a.active, a.active:visited , a.active:visited {
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
}

div#pietandem{
    width:850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size:0.85em;
    color:#333333;
    text-align:right;
}
div#pietandem a{
    color:#333333;
}
