﻿body{
	background: url(../images/fondo2.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	font-family: 'Slabo 27px', serif;
}


#cabecera{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;

	width: 100%;
	float: left;
	padding: 0 10px;

	box-sizing: border-box;
}

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

#logotipo{
	border: 0px solid red;
	width: 23%;
	height: 100%;
	text-align: center;
	float: left;
}

#logotipo img{
	width: 100%;
	margin: 10px 0 0 0;
}

#leyenda{
	border:0px solid red;
	width: 40%;
	font-family: 'Pacifico', cursive;
	font-size: 40px;
	font-weight: bold;
	float: left;
	margin: 80px 0 0 0px;
}

#leyenda span{
	font-size: 30px !important;
	color: red;
	float: left;
	margin: 12px 0 0 0;
}


#datos{
	width: 55%;
	float: right;
	margin: 10px 10px 0 0;

	border-radius: 10px 10px 0 0;
}

#datos p{
	border: 0px solid blue;
	width: 100%;
	font-size: 29px;
	text-align: center;
	float: left;
	margin: 6px 0;
}

#datos b{
	color: #004544;
}

#datos strong{
	color: #004544;
	font-size: 40px;
}

#datos img{
	width: 35px;
	height: auto;
}




#menu{
	border: 0px solid red;

	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);

	width: 100%;
	float: left;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

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

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

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

#menu-conten ul li:hover, #menu-conten ul li:hover .menu, .activo{
	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#e9a015 44%,#e9a015 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);

	color: #004544;

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

#menu-r{
	width: 100%;
	text-align: center;
	color: blue;
	font-size: 25px;
	font-weight: bold;
	padding:10px 0;
	display: none;
	cursor: pointer;
}
#menu-r:hover{
	background: #004544;
	color: white;
}

.icono{
	border: 1px solid transparent;
	position: relative;
	width: 20%;
	height: 100%;
	text-align: center;
	float: left;

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

.icono img{
	position: absolute;
	left: 0;
	width: 100%;
}

.menu{
	border: 0px solid red;
	width: 100%;
	color: #004544;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding: 12px 0;
	float: left;

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




#efecto{
	border: 0px solid red;
	width: 100%;
	height: auto;
	float: left;
}




#banner{
	background: #fbf9d8;
	width: 100%;
	color: red;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat';
	text-align: center;
	float: left;
	padding: 12px 0;
}





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

#pagina{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	float: left;
	margin: 30px 0;
	padding: 0 10px;

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


.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: red;
	float: left;
	margin: 30px 0;
}


#repertorio{
	background: black;
	width: 70%;
	margin: 20px 15%;
	padding: 20px;

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

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

.preciosi{
	width: 60%;
	float: left;
}

table{
	background:black;
	width: 100%;
}

table tr td{
	border: 1px solid white;
	width: 33.33%;
	color: yellow;
	font-size: 22px;
	padding: 12px;
}

.preciosd{
	width: 38%;
	font-size: 25px;
	line-height: 25px;
	float: right;
}

.promocion{
	background: yellow;
	text-align: center;
	color: red;
}


.i{
	width: 31.33%;
	float: left;
	margin: 0 1% 40px;
}
.i img{
	width: 100%;
	float: left;
}
.i strong{
	background: black;
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	text-shadow: 2px 2px 2px red;
	padding: 12px 0;
	float: left;
}

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



.precios{
	margin-bottom: 30px;
}
.precios table{
	width: 100%;
	font-weight: bold;
}
.precios thead tr th{
	background: #cb5620;
	color: white;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.precios tr{
	background: #ffba6d;
}
.precios td{
	color: black !important;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.color2{
	background: #eee483 !important;
}




#footer{
	background: #e9a015;
	background: -moz-linear-gradient(top, #e9a015 0%, #fee400 44%, #e7e3ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9a015), color-stop(44%,#fee400), color-stop(100%,#e7e3ae));
	background: -webkit-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -o-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: -ms-linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);
	background: linear-gradient(top, #e9a015 0%,#fee400 44%,#e7e3ae 100%);

	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.seccion-footer{
	float: left;
	padding: 10px;

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

.titulo-seccion-footer{
	font-size: 28px;
	color: red;
	font-weight: bold;
}

.desarrollo-seccion-footer{
	font-size: 23px;
	line-height: 33px;
	padding: 20px 0;
}

.redes img{
	height: 60px;
}


@media screen and (max-width: 1200px){
	#cabecera-conten, #menu-conten, #wrapP, #footer-conten{
		width: 100%;
	}
	#leyenda{
		margin: 40px 0 0 0;
	}
}
@media screen and (max-width: 1000px){
	#datos{
		width: 40%;
	}
	#datos p{
		font-size: 24px;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
	}
	#logotipo img{
		width: 30%;
	}
	#leyenda{
		width: 70%;
	}
	#datos{
		width: 100%;
	}
}
@media screen and (max-width: 750px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	.i{
		width: 45% !important;
		margin: 0 2.5% 30px !important;
	}
}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
	}
	#leyenda span{
		width: 100%;
		text-align: center;
	}

	#datos{
		width: 100%;
	}

	.preciosi, .preciosd{
		width: 100%;
		margin-top: 20px;
	}
	.mitad{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#repertorio{
		width: 100%;
		margin: 20px 0;
		padding: 0;
	}
	.i{
		width: 95% !important;
	}
}
@media screen and (max-width: 500px){
	#logotipo img{
		width: 60%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}
