.titulo_inicial{
	color: #FC7C00;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1.2em;
	margin-top: 0;	
}

.ruta_de_navegacion {
	text-align: left;
	color: #FC7C00;
	text-transform: uppercase;
	font-size: .7em;
	margin-bottom: 1em;
}

.ruta_de_navegacion a {
	color: #929292;
	text-decoration: none;
}

.ruta_de_navegacion a:hover {
	color: #FC7C00;
	text-decoration: underline;
}

.texto_general {
	font-size: 1em;
}

.formularios{
	font-size: .9em;
}

.cuadro_tabla{
	border: 1px solid #b7b8b9;
	background-color: #f4f5f9;
}

