<!--

/*Estilos de las fuentes*/

.texto_Ingre_Clasi { font-family: Times New Roman; font-size: 14px; font-weight: bold; font-style: italic;}/*Estilo de Ante Titulo*/

a.link_Ingre_Clasi:visited {font-family: Times New Roman; font-size: 14px; text-decoration: none; color: #D62828; font-weight: bold;}
a.link_Ingre_Clasi:link {font-family: Times New Roman; font-size: 14px; text-decoration: none; color: #D62828; font-weight: bold;}
a.link_Ingre_Clasi:active {font-family: Times New Roman; font-size: 14px; text-decoration: none; color: #D62828; font-weight: bold;}
a.link_Ingre_Clasi:hover {font-family: Times New Roman; font-size: 15px; text-decoration: none; color: #FFB3B3; font-weight: bold;}

.txt_Clasi_STAN_NEG {
	font-size: 14px;
	font-family: Times New Roman;
	font-weight: bold;
}

.txt_Clasi_PEQUENO {
	font-size: 11px;
	font-family: Times New Roman;
}

.boton_Clasi {
     padding: 0;
     margin: 0;
     border: 1;
     width: 90px;
     height: 25px;
     color: #000;
     font-size: 14px;
     font-weight: bolder;
     font-family: Times New Roman;
     text-shadow: #333 1px 1px 3px;
     text-align: center;
     cursor: pointer;
}
-->