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

body {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

.cab{
	width:100%;
	height:auto;
	padding:0.2em;
    margin:0.5em auto;
	font-style:italic;
	color:black;
	line-height: 1.2em;
	background-color: rgba(250, 205, 100, 0.131);
	border-top:black 5px groove;
    border-bottom:black 5px groove;
	grid-area: cab;
}

	.id_site {
		width:100%;
		height: auto;
		text-align: end;
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 3px yellow;
		font-weight: bold;
		grid-area: id_site;
	}

	.tit_site{
		font-size: 1.5rem;
		padding-bottom: 7px;
	}

	.imgs_cab {
		width: 100%;
		display: flex;
		grid-area: imgs_cab;
	}

    .logo {
        width: 100%;
        max-width:300px;	
        padding :0.5em;
		grid-area: logo;    
		}

    .id_grupo {
        width: 100%;
        align-content: center;
        align-items: center;
        margin-left:1em;
		box-shadow: 2px 2px 10px darkgray;
		-webkit-box-shadow: 2px 2px 10px darkgray;
		-moz-box-shadow: 2px 2px 10px darkgray;
        grid-area: id_grupo;
    }

	.top_menu {
		width:100%;
		height:auto;
		margin-top: 3px;
		justify-content: center;
		align-content: center;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:white;
		font-size:1.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: 135px;
		margin-right:5px;
		margin-bottom:.5px;
		background: rgba(98, 1, 1, 0.89);
		padding: 1px;
		text-align:center;
		border-bottom:#FF9 groove 3px;
	}

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

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

#post_head{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	grid-area: post_head;
}
	.navegar {
		width: 100%;
		height: 2rem;
		padding-left: 10px;
		padding-top: 10px;
		font-size: 1.3em;
		color:#930;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFF;
		box-shadow: 2px 2px 10px #000;
		-webkit-box-shadow: 2px 2px 10px #000;
		-moz-box-shadow: 2px 2px 10px #000;
		filter: shadow(color=#999999, direction=135, strength=2);
	}

.principal {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: rgba(0,0,0, 0.04);
	background-image: url(../img/bg_rayas.png);
	grid-area: principal;
}

	.centro{
		width:100%;
		height:auto;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color:black;
		margin-bottom: 10px;
		grid-area: centro;
	}

	#gm_nombre {
		width: 100%;
		height: auto;
		font-size: 1.3rem;
		text-align:center;
		border-top: black groove 2px;
		border-bottom: goldenrod solid 1px;
		margin-bottom: 10px;
	}

    #gm_cuantocobra {
		width: 95%;
		height: auto;
		margin-bottom: 2em;
	}

    #gm_imagenes {
		width: 100%;
		height: auto;
		margin: auto;
		margin-bottom: 10px;
        display: flex;
		background-color: #000;
		box-shadow: 2px 5px 10px #000;
		-webkit-box-shadow: 2px 2px 10px #000;
		-moz-box-shadow: 2px 2px 10px #000;
		filter: shadow(color=#999999, direction=135, strength=2);
	}

    #colder{
        width:100%;
        height:auto;
        font-size: .8em;
        color:black;
        margin-left: 5px;
        padding-left: 5px;
        grid-area: colder;
    }

	#gm_contacto {
		width: 95%;
		height: auto;
		margin-bottom: 2em;
	}

	#gm_integrantes {
		width: 95%;
		height: auto;
		margin-bottom: 2em;
	}

        .listado{
            list-style-type: none;
            padding-left: 10px;
        }

	#gm_exitos {
		width: 95%;
		height: auto;
		margin-bottom: 2em;
	}

	#gm_discografia {
		width: 95%;
		height: auto;
		margin-bottom: 2em;
	}

	#gm_compartir {
		width: 95%;
		height: auto;
		margin-bottom: 2em;
	}

#promo_temp1 {
	width:100%;
	height:auto;
	margin-bottom: 1em;
}

#promo_temp2 {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
	color:black;
}

	.promos {
		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);
	}

#gm_opciones {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}

#promos_inf{
	width:90%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	background-color: floralwhite;
}
	.promos_inf{
		display: grid;
		grid-area: promos_inf;
	}
	.img_promoinf{
		border-top: black groove 5px;
		border-bottom: black groove 5px;
	}

.pie_pag {
	width:100%;
	height:100%;
	margin-top:10px;
	border-top: #000 groove 7px; 
	background-image: linear-gradient(rgba(250, 250, 255, 0.9), rgba(0, 0, 0, 0.1)),
    				  url("../img/bgvr_columdor.jpg");
	grid-area: pie_pag;
}

	#derechos {
	
	}
	
	.derechos{
		font-size: 1rem;
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
		font-weight: 400;
		text-align: center;
		height:auto;
		padding: 10px;
		text-align: center;
		border-right: red 1px dotted;
		color: #000;
		grid-area: derechos;
	}
	
	#redes_soc {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		height:auto;
		grid-area: redes_soc;
	}

	#mn_inf {
		min-width:30%;
		height:auto;
		font-size: 1.2rem;
		justify-self: center;
		grid-area: bottom_menu;
	}

	.bottom_menu ul{
		width:90%;
		list-style: none;
		padding: 2%;
		}

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

	.bottom_menu ul li a{
			color: #FFFFFF;
			text-decoration:none;
			font-size:0.9em;
	}

	.bottom_menu ul li a:hover{
			font-size: 1.1em;
			font-weight: bolder;
			color: yellow;
	}

	#lista_inf{
		width: 90%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 0.9em;
		font-weight: 500;
		color: black;
		background-color: rgba(255,255,255,0.2);
		grid-area: lista_inf;
	}

h1{
	color: #000;
	font-size:1.3em;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(248, 205, 13, 0.931);
	font-weight: bold;
}

h2{
	color: #000;
	font-size:1.1em;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(248, 205, 13, 0.931);
	font-weight: bold;
}

h3{
	color: #000;
	font-size:1em;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(248, 205, 13, 0.931);
	font-weight: bold;
}

.tit_secc{
	width: auto;
	height:auto;
	color:black;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5em;
	vertical-align: top;
    border-top: #000 5px groove;
    border-bottom: goldenrod 1px solid;
    background-color: rgba(100,100,100,0.10);

}

.tit_parra{
	width: auto;
	height:auto;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5em;
	border-top: black groove 2px;
	border-bottom: black dotted 1px;
	background-color: blanchedalmond;
	vertical-align: top;
}

.p_prin{
	font-size: 1em;
	font-style: italic;
	color:black;
}

.caption{
	color:black;
	text-align: center;
	background-color:rgba(250, 200, 0, 0.10);
	border-top: black 2px solid;
	border-bottom: darkgoldenrod 1px solid;
}

a{
	color:black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
}

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

a:visited {
    font-size: .9em;
	color: #660000;
	background-color: #ffffff;
}

a:active {
    font-size: 1em;
	color: #660106;
	background-color: #333333;
}


a[href^="tel:"] {
	color:white;
    font-size: 18px;
    display: inline-block;
    margin: 20px 30px;
    background-color: darkgoldenrod;
}

/* Añadiendo icono como pseudoelemento CSS */
a[href^="tel:"]::before {
    content: "\260e";
    margin-right: 0.5em;
}

.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;
}

.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;
}

.negras_grande{
	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;
}

.negras_pk {
	font-size: .8em;
	font-style: normal;
	color: #000;
	font-weight: bold;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

