.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{
	text-align: center;
	font-size: .9em;
}

.cuadro_tabla{
	border: 1px solid #b7b8b9;
	background-color: #f4f5f9;
	width: 70%;
	padding: 5px;
}

.RecuadroError  {
	width: 70%;
	background-color: #f4f5f9;
	border-top: 1.2px solid #EE0000;
	border-left: 1.2px solid #EE0000;
	border-bottom: 1.2px solid #EE0000;
	border-right: 1.2px solid #EE0000;
	padding: 5px;
	font-size: 1em;
	text-align: left;
}
