﻿body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family: 'Cabin Condensed', sans-serif;

	overflow-x: hidden;
}

#cintillo{
	background: #75be43;
	width: 100%;
	height: 5px;
	float: left;
}


#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

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

#logotipo{
	width: 40%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#facebook{
	border: 0px solid red;
	width: 19%;
	color: white;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	float: left;
	padding: 20px 40px 0;

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

#facebook img{
	width: 30px;
}


#cabecerad{
	border: 0px solid red;
	width: 40%;
	font-size: 37px;
	font-family: 'Righteous', cursive;
	float: right;

	text-shadow:4px 4px 4px red;
}

#datos{
	width: 100%;
	text-align: right;
	color: white;
	float: left;
	padding: 15px 0;
	margin: 0px 0 0 0;
}

#datos img{
	width: 40px;
}



#banner{
	width: 100%;
	float: left;
}

#banner-conten{
	width: 1150px;
	margin: 0 auto;
}

.imagen-banner{
	width: 10%;
	float: left;
}

.imagen-banner img{
	width: 100%;
}

.texto-banner{
	border: 0px solid red;
	width: 90%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px red;
	color: white;
	float: right;
	padding: 20px 0;

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



#leyenda{
	width: 100%;
	text-align: center;
	font-size: 37px;
	font-family: 'Righteous', cursive;
	color: white;
	float: left;
	padding: 5px 0 15px;
}



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

#menu-conten{
	background: #37b04d;
	background: -moz-linear-gradient(top, #37b04d 0%, #87c33f 44%, #c7da5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37b04d), color-stop(44%,#87c33f), color-stop(100%,#c7da5a));
	background: -webkit-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: -o-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: -ms-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	width: 1150px;
	height: 45px;
	margin: 0 auto;

	border-radius:10px;
}

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

#menu-r{
	background: #37b04d;
	background: -moz-linear-gradient(top, #37b04d 0%, #87c33f 44%, #c7da5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37b04d), color-stop(44%,#87c33f), color-stop(100%,#c7da5a));
	background: -webkit-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: -o-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: -ms-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	width: 100%;
	color: white;
	font-size: 25px;
	text-align: center;
	float: left;
	padding: 12px 0;
	display: none;

	text-shadow: 1px 1px 1px #3871b4;
}

#menu-r:hover{
	background: #f3f238;
	background: -moz-linear-gradient(top, #f3f238 0%, #f3f238 44%, #f3f238 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f238), color-stop(44%,#f3f238), color-stop(100%,#f3f238));
	background: -webkit-linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	background: -o-linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	background: -ms-linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	background: linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	color: red;
	cursor: pointer;

	text-shadow: 2px 2px 2px white;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	color: white;
	font-size: 25px;
	text-align: center;
	padding: 12px 0;

	text-shadow: 1px 1px 1px #3871b4;
}

.menu:hover, .activo{
	background: #f3f238;
	background: -moz-linear-gradient(top, #f3f238 0%, #f3f238 44%, #f3f238 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f238), color-stop(44%,#f3f238), color-stop(100%,#f3f238));
	background: -webkit-linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	background: -o-linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	background: -ms-linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	background: linear-gradient(top, #f3f238 0%,#f3f238 44%,#f3f238 100%);
	color: red;

	text-shadow: 2px 2px 2px white;
}



#efecto{
	width: 100%;
	float: left;
	margin: 12px 0;
}

#efecto-conten{
	width: 1150px;
	margin: 0 auto;
}

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	width: 35%;
	float: right;
}

.texto-efectod{
	background: rgba(256,256,256,0.6);
	width: 100%;
	font-size: 20px;
	line-height: 27px;
	color: blue;
	float: left;
	padding: 12px;

	border-radius: 20px;

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

.texto-efectod strong{
	width: 100%;
	text-align: center;
	color: red;
	font-size: 24px;
}

.banner{
	background: red;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	float: left;
	padding: 12px 0;

	border-radius: 20px;
}



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

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}


.leyenda{
	background: #f3f237;
	width: 100%;
	font-size: 25px;
	text-align: center;
	float: left;
	padding: 12px 0;
}
.leyenda strong{
	color: red;
}
.leyenda span{
	color: blue;
}



.titulo-pestana{
	width: 100%;
	text-align: center;
	float: left;
}

.titulo-pestana h1 div{
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 32px;
	float: left;
	margin: 30px 0 0 0;

	text-shadow:3px 3px 3px red;
}



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

.seccion{
	border: 0px solid red;
	position: relative;
	width: 62%;
	color: white;
	font-size: 32px;
	line-height: 40px;
	float: left;
	padding-left: 100px;
	padding-top: 30px;

	text-shadow:3px 3px 3px red;

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

#nino{
	position: absolute;
	top: 0;
	left: -100px;
	width: 200px;
}

.imagen-seccion{
	width: 35%;
	font-size: 25px;
	color: white;
	float: right;
	padding-top: 10px;

	text-shadow:3px 3px 3px blue;
}



.texto{
	width: 100%;
	text-align: center;
	font-size: 27px;
	line-height: 37px;
	color: white;
	font-weight: bold;
	float: left;
	margin: 20px 0;

	text-shadow: 2px 2px 4px red;
}


.tres{
	background: rgba(256,256,256,0.8);
	width: 31.33%;
	float: left;
	padding:10px;
	margin: 0 1%;

	border-radius: 10px;

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

.importante{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: red;
	float: left;
}


.dos{
	width: 40% !important;
	margin: 0 5% !important;
}



.margin{
	margin: 30px 0 0 0;
}

.servicio{
	background: rgba(256,256,256,0.8);
	width: 61%;
	color: blue;
	line-height: 21px;
	font-size: 18px;
	float: left;
	padding:12px;

	border-radius: 10px;

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

.servicio strong{
	color: red;
	font-size: 22px;

	text-shadow: 3px 3px 3px white;
}

.mitad{

	width: 50%;
	float: left;
}

.mitad2{
	background: rgba(256,256,256,0.8);
	width:48%;
	color: blue;
	font-weight: bold;
	line-height: 35px;
	font-size: 25px;
	float: left;
	padding: 20px;
	margin: 0 1%;

	border-radius: 10px;

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

	text-shadow: 1px 1px 1px yellow;
}

.imagen-servicio{
	width: 35%;
	float: left;
}

.imagen-servicio img{
	width: 100%;

	border-radius: 10px;
}

.galeria{
	width: 100%;
	float: left;
	margin: 20px 0;
}



.evento{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.evento strong{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: white;
	font-weight: bold;
	margin: 0 0 30px 0;
	float: left;
}

.evento img{
	width: 24%;
	float: left;
	margin: 10px 0.5%;
}

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




#footer{
	background: #37b04d;
	background: -moz-linear-gradient(top, #37b04d 0%, #87c33f 44%, #c7da5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37b04d), color-stop(44%,#87c33f), color-stop(100%,#c7da5a));
	background: -webkit-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: -o-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: -ms-linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	background: linear-gradient(top, #37b04d 0%,#87c33f 44%,#c7da5a 100%);
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1150px;
	text-align: center;
	color: white;
	font-size: 27px;
	margin: 0 auto;
	padding: 12px 0;

	text-shadow: 2px 2px 2px black;
}

#footer-conten a{
	color: white;
}



@media screen and (max-width: 1150px){
	#facebook{
		display: none;
	}
	#cabecera-conten, #menu-conten, #wrapP, #efecto-conten, #footer-conten, #banner-conten{
		width: 100%;
	}
	#cabecerad{
		width: 60%;
	}

	#menu-conten{
		height: auto;
		float: left;
	}
}

@media screen and (max-width: 800px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 60%;
	}
	#cabecerad{
		width: 100%;
	}

	.evento img{
		width: 49%;
	}
}

@media screen and (max-width: 750px){
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 650px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}

	.servicio{
		width: 100%;
	}
	.imagen-servicio{
		width: 100% !important;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-servicio img{
		width: 100% !important;
		margin: 0 !important;
	}

	.galeria img{
		width: 48% !important;
	}
}

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

	.tres, .dos{
		width: 98% !important;
		margin: 0 1% !important;
	}

	.evento img{
		width: 99%;
	}

	.imagen-banner{
		width: 100%;
		text-align: center;
	}
	.imagen-banner img{
		width: 40%;
	}

	.texto-banner{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	#datos{
		font-size: 27px;
	}

	#nino{
		display: none;
	}
	.seccion{
		padding: 10px;
	}
}

@media screen and (max-width: 400px){
	.galeria{
		text-align: center;
	}
	.galeria img{
		width: 90% !important;
		margin: 0 5%;
	}
}










