@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

h1,
h2,
h3 {
	margin: 0.25em auto;
	text-align: center;
	text-shadow: 5px 5px 10px rgba(40, 40, 40, 0.8);
	font-weight: bold;
	line-height: 1em;
}

header{
	padding: 20px 0;
}

.cab {
	width: 100%;
	height: auto;
	margin-top: 0.2em;
	padding: 0.25em;
	color: #FFF;
	line-height: 1em;
	background-image: linear-gradient(rgba(0, 0, 0, .70)10%, rgba(255,255,255,.30)50%), url(../img/cabecera1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: round;
	grid-area: cab;
}

header .logo{
	max-width: 20em;
	max-height: 10em;
	grid-area: logo;
}

header .slogan{
	min-height: 6em;
	font-style: italic;
	grid-area: slogan;
}

.top_menu{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	grid-area: top_menu;
}

header nav a {
	color: #FFFFFF;
	text-decoration: none;
}
header nav a:link{
	color:white;
	font-size: 1.5em;
	padding: 0.2em 0.5em;
	margin-right: 1rem;
	margin-bottom: 0.3em;
	background: black;
	border-radius: 4%;
	border-top: gold 1px solid;
	border-bottom:goldenrod 1px groove;
}

header nav a:hover {
	font-size: 1.8em;
	font-weight: bold;
	color: black;
	text-decoration: inherit;
	background-color: goldenrod;
	padding-bottom: 0.2em;
	border-bottom: black 5px groove;
}
header nav a:active{
	font-size: 1.2em;
	text-decoration: goldenrod;
}

header nav a:visited{
	font-size: 1.2em;
	background:black;
	color: blanchedalmond;
}

#post_head {
	width: 100%;
	height: auto;
	border-top: black dotted thin;
	background-color: rgba(0, 0, 0, 0.25);
	color: black;
	font-style: italic;
	font-weight: bolder;
	margin-bottom: 1em;
	border-bottom: black dotted thin;
	grid-area: post_head;
}
	.bread{
		background: lightgray;
		line-height: 2em;
		border-top: yellow dotted thin;
		border-bottom: darkgray solid 5px;
		margin-bottom: 0.2em;
	}

.mn_prim {
	width: 100%;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	grid-area: mn_prim;
}

.mn_prim a: {
	text-decoration: none;
	background: yellow;
}

.mn_prim a:link {
	text-decoration: none;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0.3em;
	border-left: 2px solid yellow;
	color: goldenrod;
	background: black;
}

.mn_prim a:hover {
	text-decoration: none;
	font-size: 1.5em;
	border left: 5px solid yellow;
	background: black;
}

.mn_prim a:visited {
	text-decoration: none;
	font-size: 1.5em;
	border left: 5px solid yellow;
	color: black;
	background: gray;
	padding: 10px;
}

#principal {
	width: 100%;
	height: auto;
	background-image: url(../img/bgpx_rayas.png);
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	grid-area: central;
}

#presenta {
	width: auto;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	text-align: justify;
	color: #000;
	padding: 5px 25px 10px 25px;
	grid-area: presenta;
}

.p_sec{
	font-size: 0.8em;
	color:darkgray;
}

#tarjetas {
	width: 100%;
	height: auto;
	background-image: url(../img/bgpx_rayas.png);
	align-items: stretch;	
	flex-wrap: wrap;
	justify-content: center;
	grid-area: tarjetas;
}

.card {
	width: 95%;
	height: auto;
	margin-bottom: 30px;
	justify-content: center;
	border-top: solid 5px black;
	border-bottom: dotted 2px gold;
	background-color: rgba(0, 0, 0, 0.10);
	box-shadow: gray 5px 10px 10px 0px;
}

.card .caption {
	height: 50%;
	background-color: black;
	color: white;
	margin-top: 1em;
	text-align: center;
	text-justify: center;
	padding: 2px 2px;
	font-size: 0.8em;
}

.card h2 {
	color: black;
	text-shadow: 2px 2px 1px rgb(206, 137, 0);
}

.card a:link {
	text-decoration: none;
	text-shadow: 5px 1px 3px darkred;
	color: black;
}

.card p {
	width: auto;
	height: 30%;
	color: rgba(0, 0, 0, 0.60);
	margin-top: 10px;
	align-content: flex-end;
	text-align: justify;
	padding: 20px;
	font-size: 1.1em;
}

#banner_hr1 {
	justify-content: center;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
	grid-area: banner_hr1;

}

#col_der {
	width: 100%;
	margin: auto;
	min-width: 30%;
	padding: 10px;
	justify-content: center;
	grid-area: col_der;
}

.promo {
	width: 95%;
	height: auto;
	justify-content: center;
	text-align: center;
	padding: 10px;
	padding-top: 15px;
	margin-bottom: 20px;
	border-top: thin black solid;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

#pre_ft {
	width: 100%;
	margin: auto;
	padding: 20px;
	font-size: 1.3em;
	background-color: black;
	color: blanchedalmond;
	border-bottom: burlywood groove;
	grid-area: pre_foot;

}

.contacto {
	width: 100%;
	min-width: 250px;
	height: auto;
	justify-content: center;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../img/bg_grisgrad.jpg);
}

footer {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background-image: linear-gradient(rgba(255, 255, 100, .30)10%, rgba(0, 0,0, .50)50%), url(../img/bg_doradas.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: round;
	border-top-color: #000;
	border-top-style: double;
	grid-area: pie_pag;
}

footer .red_mne {
	width: 100%;
	height: auto;
	text-align: center;
	color: white;
	border-right: olive thin dotted;
	grid-area: red_mne;
}

footer .redes_soc {
	width: 100%;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	flex-direction: row;
	align-content: center;
	text-align: center;
	border-right: olive thin dotted;
	color: white;
	grid-area: redes_soc;
}

footer .menu_inf {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 50%;
	justify-self: center;
	grid-area: menu_inf;
	z-index: 11;
}

.bottom_menu a{
	width: 100%;
	list-style: none;
	padding: 2%;
	line-height: 1.5em;
	margin-right: 1px;
	margin-bottom: 5px;
	color:goldenrod;
	display: inline-flex;
	flex-wrap: wrap;
	border-radius: 2%;
	background: black;
	border-top: black solid 1px;
	border-bottom: black solid 2px;
}

.bottom_menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	justify-content: center;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.bottom_menu a:hover {
	font-size: 1.1em;
	font-weight: bolder;
	color:white;
	background: rgba(0, 0, 0, 0.20);
}

.blancas_grande_gor {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.negras_pk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: black;
	font-style: normal;
}

.blancas_pk {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFF;
}

.tit_secc {
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
}
