/* CSS Document */
.EstiloTextoChico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
}

.EstiloTextoArchivos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-weight: bold;	
}

.EstiloTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	font-weight: bold;
}

.EstiloTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
}

.EstiloNormal {
	font-size: 12px; 
	color: #000033; 
	font-family: Arial, Helvetica, sans-serif;
}

.EstiloMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;	
}

.bodyGris {
	background-color: #EEEEEE;
}

