@charset "utf-8";
/* CCS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
	font: arial, helvetica, sans-serif;
	font-size: 1.2em; 
	}
 
/*	Aqu? se establecen las propiedades de los componentes de la cabecera de la p?gina	*/
.plantilla{
	grid-template: plantilla;
}

header {
	width: 100%;
	height: 100%;
	min-height: 200px;
}

.cab{
	background-image: url(../img/bgcb_corp.jpg);
	background-size: cover;
	border-bottom: 5px groove black;
	grid-area: cab;
}

.id_site {
	width:100%;
	height:100%;
	padding-top: 10px;
	grid-area: id_site;	
	}

	.logo {
		width: 100%;
		height: 100%;
		margin-left: 5px;
		margin-right: 20px;
		background-color: antiquewhite;
		box-shadow: 1px 1px 10px 5px darkgoldenrod;
		grid-area: logo;
	}

	.slogan{
		width: 100%;
		height: auto;
		margin-left: 5px;
		align-content: center;
		font-size: 1.5rem;
		color: gold;
		font-weight: bolder;
		text-shadow: red 5px 2px 1px;
		grid-area: slogan;
	} 

	.mn_sup {
		width: 100%;
		height: 2rem;
		line-height: 10px;
		font-size: 1.2em;
		display: inline-block;
		text-align: center;
		flex-direction: row;
		flex-wrap: nowrap;
		grid-area: mn_sp;
	}
	
	.btnmn {
		width: 100%;
		height: auto;
		margin-right: 20px;
		text-align: center;
		font-size: 1.1em;
		color: gold;
		text-decoration: none;
		line-height: 1rem;
		background-image: url(../img/bgmn_barras.jpg);
		background-color: rgb(250, 203, 133);
		padding-left: 10px;
		padding-right: 10px;
		border-top: 1px solid yellow;
		border-bottom: 1px solid #fff;
		}
	
		.btnmn:hover {
		font-size: 1.3em;
		font-weight: bold;
		text-decoration:underline;
		color:white;	
		}
	
		.btnmn a:visited{
			color:#fff";
		}
		.btnmn a:active{
		color:#fff;
		}
/* Propiedades del cuerpo central de la p?gina, donde aparecen los contenidos principales	*/

#post_head{
	padding: 10px 20px;
	background-color: floralwhite;
	border-top: #000 3px solid;
	border-bottom: #000 1px solid;
	font-style: italic;
	font-weight: 600;
	grid-area: post_head;
}

.principal {
	width: auto;
	height:auto;
	padding-left: 10px;
	color: brown;
	margin-left: 20px;
	margin-bottom: 5px;
	background-image: url(../img/bgpx_rayas.png);
	grid-area: principal;
	}

.centro {
	width: 95%;
	height:auto;
	margin: auto;
	padding-right: 5px;
    padding-left: 5px;
	grid-area: centro;	
}

.titulo{
	background-color:rgba(0,0,0, 6.5%);
	margin-bottom: 20px;
}

#historia{
	margin-bottom:40px;
}
	
.col_der {
	width: 90%;
	height: auto;
	padding: 10px 1%;
	margin-left: 25px;
	grid-area: col_der;
}

	#top_col {
	width:100%;
	height:auto;
	color: #000;
	font-size: 1.2em;
	font-style: italic;
	text-align: justify;
	margin-bottom: 50px;
	border-top: 3px groove gray;
    border-bottom: 1px dotted gray;
	}

		.tit_col {
		width:100%;
		height:auto;
		color: #000;
		font-size: 1.3rem;
		font-style: italic;
		font-weight: 600;
		margin-bottom: 10px;
		background-color:rgba(0,0,0, 6.5%);
		border-top: 1px solid black;
		border-bottom: 1px  solid black;
		border-radius: 2px;
		}

	#med_col {
		width:100%;
		height:auto;
		margin-bottom: 30px;
		border-top: 3px groove gray;
		border-bottom: 1px dotted gray;
		}
		
		.mn_lat{
		text-decoration: none;
		list-style-type: none;
		}

	#inf_col {
		width:100%;
		height:auto;
		font-size: 1.12rem;
		margin-top: 20px;
		margin-bottom: 10px;
		border-top: 10px solid gray;
		border-bottom: 1px dotted gray;
	}

#pre_ft{
	margin-top: 80px;
	margin-bottom: 20px;
}

/*	A continuaci?n, se colocan los elementos componentes del pie de p?gina	*/
footer {
	width: 100%;
	height: auto;
	bottom: 5px;
    font-size: 0.9em;
    padding: 10px;
	color: blanchedalmond;
    background-image: url(../img/bgcb_corp.jpg);
	background-size: cover;
    border-top: 3px groove #ffa007;
}

.pie_pag{
	grid-area: pie_pag;
}

    #col1_ft{
	width: 90%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
    #col2_ft{
	width: 90%;
    padding: 5px;
}
    #col3_ft{
	width: 90%;
    padding-left: 10px;
}

    #col4_ft{
	width: 90%;
    height: auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

	.mn_inf{
		width: 80%;
		color:#fff;
		font-size: 1.2em;
		list-style: none;
		list-style-type: none;
	}

	.mn_inf li{
		list-style-type: none;
	}

	.mn_inf a{
		margin: auto;
		padding: 0px 10px 2px 10px;
		border-color: #fff;
		color: blanchedalmond;
		text-decoration: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-image: url(../img/bgcb_corp.jpg);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.mn_inf a:link{
		text-align: center;
		margin: auto;
		padding: 10px 5px;
		margin-bottom: 1rem;
		color: #fff;
	}

	.mn_inf a:hover{
		background-color:#FFF;
		font-size: 1.2em;
		margin: auto;
		color:#000;
	}

h1 {
	font: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
h2 {
	font: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	margin-top: 20px;
}

.titulos {
	width:100%;
	height:auto;
	font-size: 1.7rem;
	margin-bottom: 0.5rem;
}

.tit_secc {
	width:100%;
	height:auto;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.subtit_secc{
	width:100%;
	height:auto;
	font-size: 1.2rem;
}

.tit_pf{
    color: #000;
	font-size: 1.1em;
	font-style: italic;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.txt_prin{
	padding: 5px;
	width: 100%;
	font-size: 1.2rem;
	text-align: justify;
}

.blangor {
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}

.blanmed {
	font-size: .8em;
	color: #FFF;
}
.blanpk {
	font-size: .6em;
	color: #FFF;
}

.ng {
	color: black;
	font-size: 1em;
}

.ng_gd {
	color: black;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: bold;
}

.item_redmne{
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: rgba(0,0,0, 4.5%);
}