/* Tipos de vinculo para el munu principal */
a.vinculo_ppal:link{
font-family: verdana, sans-serif;
font-size: 10px;
text-decoration: none;
color: #109748;
font-weight: bold;
}

a.vinculo_ppal:visited{
font-family: verdana, sans-serif;
font-size: 10px;
text-decoration: none;
color: #109748;
font-weight: bold;
}
a.vinculo_ppal:hover{
font-family: verdana, sans-serif;
font-size: 10px;
text-decoration: none;
color: #000000;
font-weight: bold;
}
/* ************************************** */
/* ************************************** */
/* Tipos de vinculo para el munu general */
a.vinculo_gral:link{
font-family: verdana, sans-serif;
font-size: 9px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}
a.vinculo_gral:visited{
font-family: verdana, sans-serif;
font-size: 9px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
}
a.vinculo_gral:hover{
font-family: verdana, sans-serif;
font-size: 9px;
text-decoration: none;
color: #000000;
font-weight: bold;
}
/* ************************************** */
/* ************************************** */
/* Tipo de tabla para el menu  principal*/
.tablamenu{ 
    width:90%;
    background-color:#D4E3C9; 
    border-style:none; 
    border-color: #333333; 
    border-width:1px; 
} 
.celdamenu{ 
    text-align:left;  
    height:15px; 
    background-color:#E8F0E3; 
    color: #333333; 
} 

.celdatitulo{ 
    text-align:center;  
    height:15px; 
    background-color:#109748; 
    color: #333333; 
	font-family: Verdana; font-size: 12px; color: #ffffff; font-weight: bold; 
}
/* ************************************** */
/* ************************************** */
/* Tipo de tabla para pestanas de contendios*/
.celda_pestana{  
    text-align:center;
	height:20px;  
    width:115px;
    background-image:url(../img/pestana.gif);
    border-style:none; 
	font-family: Verdana; font-size: 10px; color: #109748; font-weight: bold;
    
} 
.celda_pestana_on{ 
    text-align:center;
	height:20px; 
    width:115px;
    background-image:url(../img/pestana_on.gif);
    border-style:none; 
	font-family: Verdana; font-size: 10px; color: #ffffff; font-weight: bold; 
} 
/* ************************************** */
/* ************************************** */
/* Tipos de vinculo normal  */
a.vinculo:link{ 
text-decoration:underline; 
font-family:Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #333333;
}

a.vinculo:visited{ 
text-decoration:underline; 
font-family:Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #333333;
}
a.vinculo:hover{ 
text-decoration:underline; 
font-family:Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #333333;
}
/* ************************************** */
/* ************************************** */
/* borde de tabla punteado */
.punteado{   
  border-style: dotted; 
  border-width: 1px; 
  border-color: #109748; 
  background-color:#ffffff;
 }
/* ************************************** */
/* ************************************** */
/* Tipos de Texto */
.texto_blanco{font-family: Verdana; font-size: 11px; color: #ffffff; font-weight: bold;}
.texto_gris{font-family: Verdana; font-size: 12px; color: #cccccc; font-weight: bold;}
.texto_resaltado {font-family: Arial; font-size: 12px; color: #000000; font-weight: bold;}
.texto_normal{font-family: Arial; font-size: 11px; color: #000000;}
.titulo{font-family: Verdana; font-size: 12px; color: #109748; font-weight: bold;}
.negrita{font-family: Arial; font-size: 11px; color: #000000;font-weight: bold;}
.comentario{font-family: Arial; font-size: 10px; color: #000000;}

/* ***************** */
/* ************************************** */
/* ************************************** */
