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

}

body {
    height: 100%;
    margin:0px;
    font-family: "Tahoma","Verdana","Arial";
    font-size: 75%;
    color:#666666;
    background-color:#FFFFFF;

 
}


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: #3366FF;                             
}
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;    
}
.resumencontenido{
    color:#666666;
    font-style:italic;
    font-size:1.0em;
}

.textocontenido{
    /*font-family:"arial";*/
    font-size:1.0em;
    color:#333333;
    text-align: justify;
}


/* 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;
}

.texto_verdeclaro{

    color:#A6C032;
}


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

div#general{
    width:985px;
    background-color: #ffffff;
}

div#cabecera{
    width:985px;
    height: 103px; 
    background-image:url("images/cabecera.jpg");
    background-repeat:no-repeat;
    color: #FFFFFF;
}
div#cabecera a, div#cabecera a:link, div#cabecera a:visited {
    color:#FFFFFF;
}


div#menuiz{
    width: 186px;
    float: left;
    margin-top: 30px;
    font-size: 1.1em; 
    padding-bottom:20px;     
}


div#menuiz img{
    border:none;
    margin-bottom:5px;
}
    

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

div#menude{
    width: 189px;
    float: right;
    padding-left:5px;
    margin-right:5px;
      margin-top: 30px;  
    
    
 
}

#contenido{ 
    float: left; 
    margin-left: 5px;
    padding-bottom: 10px;
    margin-top: 30px;
    padding-left: 5px;   
    width: 580px;  
}
 
div#nav{
    
    font-size:0.9em;
    color:#9CA134;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 2px solid #C7CBCC;
    
    margin-bottom: 10px; 
    
    
}

div#nav a, div#nav a:link, div#nav a:visited{
    color:#9CA134;
    font-weight: bold;
}



div#pie{
    
    background-color:#FFFFFF;
    color:#227AA7;
    font-size:0.9em;
    width:100%;
    text-align: center;
    vertical-alignment: middle; 
    
}
div#pie a, div#pie a:link, div#pie a:visited{
    color:#227AA7;
} 


div#pietandem{
    font-size:0.85em;
    color:#333333;
    text-align:right;
}
div#pietandem a{
    color:#333333;
}


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


 
 .titulo{
 
    font-size: 1.3em;
    font-weight: bold;
    
    padding-bottom: 5px;
    
    border-bottom-width: 1px;
    border-bottom-color: fuchsia;
    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;
}

.menupadre{
    text-transform: uppercase;
    padding:3px;
    padding-left:10px;
    margin-bottom:5px;  
    color:#FFFFFF;   
}

.menupadre a, .menupadre a:link, .menupadre a:visited, .menupadre a:hover{
    color:#FFFFFF;
}

.menuhijo a, .menuhijo a:link, .menuhijo a:visited, .menuhijo2 a, .menuhijo2 a:link, .menuhijo2 a:visited{
    color:#666666;
}

.menuhijo{
    font-size:1.1em;
}

.activo{
    font-style: italic;
    font-weight: bold;
}


.color1{
    background-color:#6EC5C5;
}

.color2{
    background-color:#B770B7;
}

.color3{
    background-color:#EA4C9D;
}

h1.titulo1{
    color:#993366;
    font-family:"Eras Medium ITC", "Verdana";
    font-size:1.8em;
    
}

.titulo_peque{
    font-size:0.8em;
}

.titulo_categoria{
    color:#666666;
    text-transform: uppercase;
    font-size:1.2em;
    font-family: "Arial","Tamahoma";
    border-bottom:1px solid #E7E3E3;
}

.tabla_buscador{
    border:1px solid #9D9D9D;
    color:#006699;
    font-weight:bold;
    margin-bottom:30px;
}

.titulo_anuncio{
    text-transform: uppercase;
    font-family: "Arial Black", "Arial";    
    color:#666666;
    font-size:1.1em;
    border-bottom:1px solid #E7E3E3;  
}

.titulo_anuncio a, .titulo_anuncio a:link, .titulo_anuncio a:hover, .titulo_anuncio a:visited{
    color:#666666;
}

.texto_anuncio{
    color:#666666;
    padding-left: 15px;
}

.cursiva{
    font-style: italic;
}


.titulo_modulo{
    color:#999933;
    padding-bottom:10px;
    font-size:1.8em;
}

.tituloavene{
    color:#FE7878;
    font-family:"Eras Medium ITC", "Verdana";
    font-size:1.8em;
}



