﻿
/* FAMILIA */
.verdana { font-family:Verdana; }

.texto_menu{ font-size:8pt; color:#ffffff; font-family: Verdana; }
.texto_menu:hover{ font-size:8pt; color:#ffffff; font-family: Verdana; }
.texto_link{ font-size:9pt; color:#01382a; font-family: Arial;cursor:pointer;text-decoration:none; }
.texto_link:hover{ font-size:9pt; color:#01382a; font-family: Arial;cursor:pointer;text-decoration:none; font-weight:bold;}
.texto_separador{ font-size:10pt; color:#01382a; font-family: Arial;text-decoration:none;}
.texto_correo_NO_OK{ font-size:10pt; color:#d8251a; font-family: Arial;text-decoration:none;}
.texto_correo_OK{ font-size:11pt;color:#01382a; font-family: Arial;text-decoration:none;font-weight:bold;}
.texto_desplegable{ font-size:8pt; color:#000000; font-family: Verdana;text-decoration:none;}
.texto_desplegable:hover{ font-size:8pt; color:#000000; font-family: Verdana;text-decoration:none;font-weight:bold;}




.a_idioma
{
    color:          #006750;
    font-family:    Arial;
    font-size:      22px;
     text-transform:lowercase; 
     cursor:pointer;
    text-decoration:none;
}
.span_idioma
{
    color:          #006750;
    font-family:    Arial;
    font-size:      22px;
    cursor:pointer;
     text-transform:lowercase; 
}

.a_idioma:hover
{
    color:          #01382a;
    font-family:    Arial;
    font-size:      22px;
  
    font-weight:bold;
    cursor:pointer;
    text-transform:lowercase; 
      text-decoration:none; 
}
.span_idioma:hover
{
    color:          #01382a;
    font-family:    Arial;
    font-size:     22px;
    font-weight:bold;
    cursor:pointer;
     text-transform:lowercase; 
}


.li_idioma
{
    float:left;
    margin:         0px 3px 0px 3px;
 
  

}

/* TAMAÑO */
.gigante{ font-size:20pt;}
.muy_grande { font-size:16pt; }
.grande { font-size:12pt; }
.mediano { font-size:9pt; }
.pequeno { font-size:8pt; }
.muy_pequeno7 { font-size:7pt; }
.muy_pequeno7b { font-size:7pt; font-weight:bold; }
.muy_pequeno6 { font-size:6pt; }

/* ESTILO */
.negrita { font-weight:bold; }
.cursiva { font-style:italic; }

/* COLOR */
.blanco { color:#ffffff; }
.negro { color:#000000; }
.verde_oscuro { color:#01382a; }
.gris { color:#4b4b4b; }

