/* GLOBAL STYLES
-------------------------------------------------- */
.galText{
	text-align: center;
	line-height: 1.2em;
	clear: both;
	padding:0 10px;
}
.galText p {	font-size: 2em;}
.galText  span{
	color: #ffe400!important;
	font-size: 1.3em;
	font-weight: 700;

}
.galText a{
	text-decoration: none;
	color: #ffe400;
}

.historia{
	box-shadow: 1px 1px 10px black;
	text-align: justify;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.7);
	max-height: 500px;
}
.historia a{
	text-decoration: none;
	color:#ffe400;
}
.imgHistoria img{
	box-shadow: 1px 1px 10px black;
	max-width: 100%;
}

.bg-morado{ background-color: #6a4469;
color: white;}

#mapa{
	display:none ;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	text-align: center;

}

@media (min-width: 768px){
	.headerCharra{

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: left;
    background-image: url('../img/charraFondo2.jpg');



	}
}
