/*Estilos header*/
/*#logo{
	background-color:#EAE3D8;
	margin:0px;
	padding:0px;
	position:relative;
	width:auto;
	margin:auto;
}

#escudo{
	float: left;
	margin-left: 110px;
    margin-right: 2px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 0px;
    width: 100px;
    height: 90px;
	background-size:contain;
	background-repeat:no-repeat;
}

.encabezado_uaeh{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	text-align:center;
	font-family:"Cinzel", serif;
	font-size:30px;
	color:#282828;    
}

@media (max-width: 768px) { 
	.encabezado_uaeh{
		font-size: 1.5em;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.encabezado_uaeh{
		font-size: 2em;
	}
}*/
section.container a, section div.container a, article h4, article a {color: #800101 !important;}

/*Estilos nav*/
#nav {
	background: #706A5C; 
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.btn-header {
	/*border: 1px solid #0B3B2E;*/
	height: 60px;
	padding: 0;
}

.boton {
	color: #FFF;
	display: block;
	font-size: 17px;
	font-weight: bold;
	height: 100%;
	padding: 20px 0;
	text-align: center;
	/*text-shadow: 2px 2px 3px #000;*/
	width: 100%;
	transition: all .7s;
}

.boton:hover {
	background-color: #DBF2F2;
	color: #0B3B2E;
	/*text-shadow: 2px 2px 3px #AAA;*/
	text-decoration: none;
}

.boton .icono {
	font-size: 20px;	
}

.btn-inicio{
	background-color: #706A5C;
}

.btn-convocatorias {
	background-color: #706A5C;
}

.btn-indicadores {
	background-color: #706A5C;
}
.btn-documentos {
	background-color: #706A5C;
}

.btn-tramites {
	background-color: #706A5C;
}

.btn-sistemas {
	background-color: #706A5C;
}

/*Estilo de slider y seccion 1*/
.panel-overlay{
	background-color: #000000;
	bottom: 0px;
	color: white; 
	height: 30%;
	left: 0px;
	opacity: 0.7;
	padding:0 2.5em;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.panel-overlay h4 {
	font-weight: bold;
	margin-bottom: 0.2em;
}
.text-enlace{
	margin-left:0.9em;
}
.imagen-slider{
	height: 100%;
	width: 100%;
}


/*Estilo de seccion 2*/
.color-tit {
	background-color: #EFEFEF;
	margin: 0 auto;
	width: 99%;
	margin-bottom: 8px;
}

.margen-der {
	margin-right: 0;
	background: red;
}

.tamanio{
	font-size: 14px;
}
/*Estilo de footer*/
footer {
	background: #800101;
	border-top: 5px solid #A94442;
	margin-top: 2.2em;
	min-height: 150px;
	padding: 20px 0px;
}

.margen-abajo {
	margin-bottom: 1em;
}

/*Estilos de los indicadores*/
.iframe {
	border-radius: 7px;
	border: 1px solid rgba(38, 98, 153, 0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	padding: 0 1em;
}
.titulo-indicador{
	color: #266299;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.titulo-noticia {
	color: #266299;
}

.convocatoria {
	border-radius: 7px;
	border: 0;
	min-height: 500px;
	width: 100%;
}
#promep {
	background-color: #800101;
	margin-bottom: 0.7em;
	margin-top: 0.2em;
	color: #FFF;
	text-shadow: 1px 1px 4px #000;
}