﻿body{
	font-family:'century gothic', sans-serif;
	font-family: 'Shadows Into Light Two', cursive;
	font-family: 'Give You Glory', cursive;
	font-family: 'Rock Salt', cursive;
}






#cintillo{
	background: #FF86AD;
	width: 100%;
	height: 5px;
}

#cabecera{
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100px;
	float: left;
}

#cabecera-conten{
	width: 1100px;
	margin: 0 auto;
}


#efecto{
	width: 100%;
	height: 472px;
}

#logotipo{
	width: 20%;
	height: 100%;
	float: left;
}

#logotipo img{
	width: 60%;
}

#menu{
	width: 78%;
	float: left;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu-r{
	border: 0px solid white;
	width: 100%;
	font-size: 1.5em;
	color: white;
	text-align: right;
	padding: 35px 20px 35px 0;
	display: none;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#menu ul{
	width: 100%;
	margin: 27px 0 0 0;
}

#menu ul li{
	width: 14%;
	float: left;
	margin-left:2%;
}

.menu{
	border: 0px solid white;
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	background: #FF86AD;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
}

#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 20px 0;
}


.titulo-pestana{
	background: #f7f7f7;
	width: 100%;
	font-size: 30px;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
}

.titulo-pestana span{
	font-size: 14px;
	color: red;
}

.separacion{
	width: 100%;
	float: left;
}


.video{
	border: 2px solid red;
	width: 50%;
	float: left;
}
.video iframe{
	width: 100% !important;
}


#footer{
	border-top: 20px solid #54339F;
	background: black;
	width: 100%;
	height: 200px;
	float: left;
}

#footer-conten{
	border: 0px solid white;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid white;
	color: white;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	width: 100%;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	width: 100%;
	padding: 10px 0;
}

.desarrollo-seccion-footer span{
	margin-right: 10%;
	float: left;
}


.negro{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.imagenNegro{
	height: 70vh;
	text-align: center;
	margin-top: 10vh;
}
.imagenNegro img{
	height: 100%;
	display: inline-block;
}
.cerrar{
	position: absolute;
	top: 20px;
	right: 20px;
	background: white;
	font-size: 25px;
	font-weight: bold;
	padding: 20px;

	border-radius: 50%;
}
.cerrar:hover{
	font-weight: bold;
	cursor: pointer;
	color: red;
}



.imagenes{
	width: 100%;
	float: left;
}

.imagen{
	width: 33.33%;
	float: left;
	margin-bottom: 12px;
	padding: 0 3px;

	box-sizing: border-box;
}
.imagen img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	cursor: pointer;
}

@media screen and (max-width: 1100px){
	#cabecera-conten{
		border: 0px solid red;
		width: 100%;
	}

	#wrapP{
		width: 100%;
	}

	#footer{
		height: auto;
	}

	#footer-conten{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 800px){
	#logotipo img{
		width: 70%;
	}

	#menu ul{
		background: rgba(0,0,0,0.8);
		display: none;
		margin-top: 0;
		float: left;
	}

	#menu-r{
		display: block;
		cursor: pointer;
	}

	#menu ul li{
		width: 100%;
		margin-left:0;
	}

	.menu{
		padding: 30px 0;
	}

	#efecto{
		height: auto;
	}

	.infoBlock, .infoBlockLeftBlack, .rsABlock{
		display: none !important;
	}
}

@media screen and (max-width: 450px){
	.seccion-footer{
		width: 100% !important;
	}

	.titulo-seccion-footer{
		font-size: 1em;
	}

	.desarrollo-seccion-footer span{
		border: 0px solid white;
		width: 100%;
		margin-top: 70px;
		display: inline-block;
		float: left !important;
	}
}