/* tamaņos en Calificar */
.titulo
{
	font-family:Tahoma, Geneva, sans-serif;
    font-weight: bolder;
    font-size: 18px;
    color: black;
    font-style: normal;
    font-family: verdana,helvetica,sans-serif
}
.texto
{
	font-family:Tahoma, Geneva, sans-serif;
    font-weight: lighter;
    font-size: 10px;
    color: black;
    font-style: normal;
    font-family: verdana,helvetica,sans-serif
}
.texto_pq
{
	font-family:Tahoma, Geneva, sans-serif;
    font-weight: lighter;
    font-size: 8px;
    color: black;
    font-style: normal;
    font-family: verdana,helvetica,sans-serif
}
.etiqueta
{
    font-weight: bolder
    font-size: 12px;
    color: black;
    font-style: normal;
    font-family: verdana,helvetica,sans-serif
}

.enlace
{
    font-size: 12px;
    color: #3b2400;
    font-style: normal;
    font-family: verdana,helvetica,sans-serif;
    text-decoration: none
}
.enlace:hover
{
    font-size: 14px;
    color: #3b2400;
    font-style: normal;
    font-family: verdana,helvetica,sans-serif;
    text-decoration: none
}

.boton
{
     color: #292929;
     font-size: 14px;
     font-weight: bolder;
     font-family: Georgia, "Times New Roman", Times, serif;
     text-shadow: #333 1px 1px 3px;
     text-align: center;
     cursor: pointer;
  	 background-color : #d6e3f0;
     border           : 1px solid #cccccc;
  
}

.boton_2
{
     color: #403f3f;
     font-size: 14px;
     font-weight: bolder;
     font-family: Georgia, "Times New Roman", Times, serif;
     text-shadow: #333 1px 1px 3px;
     text-align: center;
     cursor: pointer;
  	 background-color : #c2cdd7;
     border           : 1px solid #adacac;
  
}

.td_etiqueta {    
 color: #3670A7;    
 background-color: transparent;    
 border: 1px solid #D7E5F2;   
 padding-left: 4px; 
}    
   
.td_campo_texto {
 background-color: #F2F7FB;    
 color: #000000;    
 text-align: left;    
 border: 1px solid #D7E5F2;   
 padding-left: 4px; 
}