@charset "utf-8";

#titulo_pagina {
	position: relative;
	left:3px;
	top:2px;
	width:95%;
	font-size:  1.0rem;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}

#cajaAyuda {
	text-align:justify;
	padding:10px;
	margin-bottom:5px;
	margin-top:5px;
	background: rgba(226, 234, 239,0.8);
}

#txtcuerpoScroll {
	position:absolute;
	left:3px;
	top:38px;
	width: 95%;
	height:620px;
	text-align: justify;
	overflow: auto;
	padding: 10px;
	font-size: 1.2rem;
}

#txtcuerpo {
	position:relative;
	left:3px;
	width: 95%;
	height:auto;
	min-height: 400px;
	text-align: justify;
	overflow: auto;
	padding: 10px;
	font-size: 1.2rem;
}

#Mpueblos_wrapper {
	float: right; 
	padding-left:5%
}

#banner_wrapper {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
}
#col1, #col2, #col3 {
	width: 31%;
	float: left;
	margin: 5px;
border: none;
display: block;
	padding:2px;
	padding-right: 5px;
}
.col123_head {
	color: #5aa127;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px;
}

#de_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
}

#itemf {
	padding-left: 5%;
	padding-bottom: 10px;
}



/*----------------------------------*/


.texto_caja {
	text-align: justify;
	font-size:  1.0rem; /*12px;*/
	padding: 2px;
	margin-left: 3px;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size:  1.0rem; /*12px;*/
}
.textoError {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}
.textofecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 10px;
	color: #999999;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  2.0rem; /*24px;*/
	font-weight: bold;
	color: #666;
}
.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1.5rem; /*18px;*/
	font-weight: bold;
	color: #666;
}
.titulo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  1.2rem; /*14px;*/
	font-weight: bold;
	color: #0000A3;
}

/* --------- ESTILOS EFECTOS GENERALES ----------*/

#cajaAyuda {
	/* borde solido */
	border:1px solid #0C87C0;  /*#960B04;*/
}

#cajaAyuda, #col1, #col2, #col3 {
	/* borde redondeado */
	border-radius:10px;
	/*Chrome, Safari*/ -webkit-border-radius: 10px;
}
	
#col1, #col2, #col3 {
	/* Resplandor exterior */
	box-shadow: 0px 0px 10px #886E7E;
	/*Firefox*/ -moz-box-shadow: 0px 0px 10px #000099;
	/*Chrome, Safari*/ -webkit-box-shadow: 0px 0px 10px #886E7E;
}

#cajaAyuda {
	/* Resplandor exterior */
	box-shadow: 0px 0px 10px rgba(184, 223, 238,0.5);
	/*Firefox*/ -moz-box-shadow: 0px 0px 10px rgba(184, 223, 238,0.5);
	/*Chrome, Safari*/  -webkit-box-shadow: 0px 0px 10px rgba(184, 223, 238,0.5);
}
