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

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
}

h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(0, 0, 255, 0.3);
	font-weight: bold;
}

.cabecera{
	width:100%;
	height:auto;
	margin-top: 1em;
	padding:0.2em;
	font-style:italic;
	line-height: 1em;
	border-top: #000 groove 5px;
	background-image: url(../img/bg_rayas.png);
	grid-area: cabecera;
}

	.logo {
		width: 100%;	
		margin-top: 55px;
		grid-area: logo;
	}

	.id_site{
		width:100%;
		height: auto;
		text-align: center;
		grid-area: id_site;
	}

	.slogan {
		line-height: 20px;
		min-height:40px;
	}

	#img_cab {
		width:100%;
		height:auto;
		display: inline;
	}
	.img_cab{
		margin-right: 1rem;
		border: goldenrod 4px groove;
	}

	.top_menu {
		width:100%;
		height:auto;
		margin-top: 5.5rem;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:white;
		font-size:1em;
		line-height: 1.5em;
		display: flex;
		grid-area: top_menu;
	}

	.top_menu ul{
		width:auto;
		height: 35px;
		list-style:none;
		padding: 1%;
		display: inline-flex;
	}
	.top_menu ul li{
		width: 120px;
		margin-right:5px;
		margin-bottom:.5px;
		background: rgba(98, 1, 1, 0.89);
		padding: 1px;
		text-align:center;
		border-radius:5%;
		border-bottom-color:#FF9;
		border-style:groove;
	}

	.top_menu ul li a{
		width: 100%;
		color: #FFF;
		text-decoration:none;
		font-size:.9em;
	}
	.top_menu ul li a:{
		color: #FFF;
		background-color: chocolate;
		text-decoration:none;
		font-size:.9em;
	}

	.top_menu ul li a:hover{
		font-size:1em;
		font-weight:bold;
		color: yellow;
		background-color:#000;
	}

#post_head{
	width: 100%;
	height: 2rem;
	grid-area: post_head;
}

	.navegacion {
		width: 100%;
		height: 2rem;
		padding-left: 20px;
		padding-top: .5em;
		color: black;
		font-style: italic;
		font-weight: bolder;
		border-top: black groove 2px;
		background-color: rgba(0, 0, 0, 0.04);
		border-bottom: goldenrod ridge 1px;
	}

.principal {
	width: 100%;
	height:auto;
	margin:auto;
	grid-area: principal;
}

	#grupos{
		width:100%;
		height:100%;
		margin-bottom: 10px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-style: italic;
		background-image: url(../img/bg_body.jpg);
		color: darkgoldenrod;
		grid-area: grupos;
	}
	
	.listado{
		width: 100%;
		font-weight: 600;
		height: auto;
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		list-style-type: none;
		justify-content: space-around;
		margin: auto;
	}

	.listas{
		width: 100%;
		line-height: 1.3em;
		font-weight: 600;
		height: auto;
		list-style-type: none;
		margin: auto;
	}

	.listamasreco{
		width: 100%;
		height: auto;
		flex-direction: row;
		list-style-image: url(../img/ico_lista_star.png) ;
		flex-wrap: wrap;
		padding-left: 2em;
		margin: auto;
	}

	.gm{
		width: auto;
		margin: 10px;
		text-align: center;
	}

	#col_izq{
		grid-area: col_izq;
	}

	#col_der{
			height:auto;
			width:95%;
			margin-left: 1em;
			grid-area: col_der;
	}

	#buscar{
		width:100%;
		height:25px;
		margin-bottom: 2.5em;
	}
	#masreco {
		width: 100%;
		margin-bottom: 2.5em;
		padding-left: 0.5em;
	}
	#promo_temp1 {
		width:100%;
		height:auto;
		margin-bottom: 2em;
	}

	#informes {
		width: 98%;
		height: auto;
		margin-bottom: 3em;
		color: black;
		z-index:10;
	}

	.promo {
		width: 95%;
		height:auto;
		padding: 5px;
		padding-top: 5px;
		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);
	}

	#enlaces {
		width:auto;
		height:auto;
		margin-bottom: 1.5em;
	}

	#socialmedia {
		width:100%;
		height:auto;
		background-color: white;
		margin-bottom: 3em;
		z-index:14;
	}

	#promo_aem {
		width: 100%;
		height: auto;
		margin-bottom: 1.5em;
		color:black;
		z-index: 18;
	}

	#promo_temp2 {
		width: 100%;
		height: auto;
		margin-bottom: 1.5em;
		color:black;
		z-index: 18;
	}

	#final_col {
		width: 100%;
		height:auto;
		font-size: 0.8em;
		padding: 5px;
	}

#med_inf{
	width: 100%;
	height:auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	grid-area: med_inf;
}

	.publi_prin {
		width:100%;
		height:auto;
	}
	.contacto {
		width:100%;
		height: auto;
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 0.9em;
		color: white;
		background-color: #333;
	}
	.publi_sec {
		width:100%;
		height:auto;
	}
	
footer{
	font-family: 'Roboto', sans-serif;
	width:100%;
	height: auto;
	margin-top: 1rem;
}

.pie_pag {
	background-color: black;
	background-image: url(../img/bg_grad3.jpg);
	background-repeat: repeat-x;
	border-top: #000 groove 5px;
	grid-area: pie_pag;
}

	#red_mne {
		text-align: center;
		color: white;
		border-right: olive thin dotted;
		grid-area: red_mne;
	}

	#redes_soc {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		border-right: olive thin dotted;
		color: white;
		grid-area: redes_soc;
	}

	#menu_inf {
		width: 70%;
		min-width:40%;
		height:auto;
		justify-self: center;
		grid-area: menu_inf;
	}

.bottom_menu ul{
		list-style:none;
		padding: 2%;
		width:100%;
		}
.bottom_menu ul li{
		width:100%;
		line-height: 1.5em;
		margin-right:1px;
		margin-bottom:5px;
		background: rgba(0,0,0, 0.20);
		padding: 5px;
		text-align:center;
		border-radius: 2%;
		border-top: black solid 1px;
		border-bottom: black solid 2px;
}

.bottom_menu ul li a{
		color: #FFFFFF;
		text-decoration:none;
		font-size:1.1em;
}
.bottom_menu ul li a:hover{
		font-size: 1.1em;
		font-weight: bolder;
		color: #000;
}

a{
	color:black;
	text-decoration:none;
	font-size:0.9em;
}

a:hover{
	font-size:1.1em;
	font-weight:bold;
	color: darkgoldenrod;
	text-decoration:underline;
	background-color:#fff;
}

.negras_gd{
	font-size: 1.2em;
	font-style: normal;
	color: #333;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
}

.negras_gor {
	font-size: 1.0em;
	color: #000;
	font-weight: bold;
}
.blancas_pkng{
	font-size: .9em;
	font-weight: bold;
	color: #FFF;
	font-style: normal;	
}
.blancas_pk{
	font-size: .8em;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}
.negras_pk {
	font-size: .8em;
	font-style: normal;
	color: #000;
	font-weight: bold;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
.blancas_gor {
	font-size: 1em;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	
}
.blancas_med{
	font-size: .9em;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

.blancas_ita_gru {
	font-size: 1em;
	font-style:italic;
	color: #FFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.tit_secc {
	font-size: 1.4em;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.5rem;
	background-color: violet;
	border-top: black solid 5px;
	border-bottom: blue groove 3px;
}

.sub_genero {
	font-size: 1.1em;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: rgba(0, 0, 0, 0.6);
	color: blanchedalmond;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;

}

.caption{
	font-size: 1em;
	font-style: italic;
	color: antiquewhite;
	background-color: black;
}

.zoom{
	transition:1.5s ease;	
	-webkit-transition:-webkit-transform 1.5s ease-out
	-moz-transition:-moz-transform 1.5s ease-out;
	-o-transition:-o-transform 1.5s ease-out;
	-ms-transition:-ms-transform 1.5s ease-out;
}
.zoom:hover{
	transform: scale(2);	
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);

}
