﻿body{
	font-family: 'Droid Sans', sans-serif;
}

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

#cabecera{
	background: url(../images/fondo-cabecera.jpg);
	width: 100%;
	height: 170px;
	float: left;
}

#cabecera-wrap{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}



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

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

#logotipo img{
	height: 80%;
	margin: 20px 0 0 0;
}

#leyenda-cabecera{
	border:0px solid red;
	width: 45%;
	color: white;
	line-height: 50px;
	font-size: 45px;
	font-weight: bold;
	float: left;
	padding: 30px 0 0 20px;
}

#datos{
	border: 0px solid blue;
	width: 30%;
	color: white;
	line-height: 40px;
	font-size: 20px;
	text-align: right;
	float: right;
	padding: 10px;
	margin: 15px 0 0 0;
}

#datos a{
	color: white;
	font-size: 18px;
}

#datos span{
	width: 100%;
	float: left;
}




#leyenda{
	background: url(../images/fondo-cabecera.jpg);
	font-family: 'Amethysta', serif;
	width: 100%;
	float: left;
	padding: 20px 0;
}

#leyenda-wrap{
	border: 0px solid green;
	width: 1150px;
	margin: 0 auto;
}

#leyenda-conten{
	width: 100%;
	line-height: 40px;
	font-size: 33px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 12px 10px 30px;
	float: left;
}




#menu{
	background: url(../images/fondo-cabecera.jpg);
	width: 100%;
	float: left;
}

#menu-wrap{
	border: 0px solid red;
	width: 1150px;
	margin: 0 auto;
}

#menu-conten{
	width: 100%;
	padding: 0 10px;
	float: left;

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

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

#menu-r{
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 18px 0;
	cursor: pointer;
	display: none;
}

#menu-conten ul{
	background: url(../images/menu.png) center center;
	width: 100%;
	float: left;
}

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

.border-left{
	border-left: 2px solid rgba(0,0,0,0.5);
}

.menu{
	border-right: 2px solid rgba(0,0,0,0.5);
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 18px 0;

	text-shadow:1px 1px 1px #000;
}

.dos{
	padding: 9px 0;
}


.seis li{
	width:20% !important;
}







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

#efecto-wrap{
	background: url(../images/fondo-efecto.png);
	border: 0px solid blue;
	width: 1150px;
	height: 420px;
	margin: 10px auto;
}

#efecto-conten{
	border: 0px solid red;
	width: 1100px;
	height: 100%;
	float: left;
	margin-left: 15px;
}

#efecto-r{
	width: 100%;
	float: left;
	display: none;
}

#efecto-r img{
	width: 100%;
}

#efecto-lado{
	border: 0px solid red;
	width: 410px;
	float: left;
	margin: 0 0 0 20px;
}








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

#pagina{
	width: 100%;
	float: left;
	padding: 15px 10px;
	margin: 0 0 20px 0;
}

.titulo-pestana{
	width: 100%;
	color: #444;
	font-size: 28px;
	font-weight: bold;
	float: left;
	margin: 20px 0;
	padding: 0 10px;

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


#palabras{
	width: 100%;
	text-align: center;
	color: gray !important;
	font-size: 14px;
	float: left;
	margin: 30px 0 0 0;
}



.mitad{
	width: 49%;
	float: left;
}

.testi{
	border: 3px solid #ddd;
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 12px;
	margin: 0 0 30px 0;

	border-radius: 10px;

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

.texto-importante{
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	float: left;
}

.texto-importante strong{
	color: blue;
}



.producto{
	border: 1px solid #ddd;
	width: 47%;
	padding: 15px;
	float: left;
	margin: 0 1.5%;

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

.imagen-producto{
	width: 100%;
	float: left;
}
.imagen-producto img{
	width: 60%;
	margin: 0 20%;
}

.texto-producto{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 12px 0;
}

.boton{
	border: 1px solid yellow;
	background: blue;
	width: 40%;
	text-align: center;
	color: white;
	margin: 0 30%;
	float: left;
	padding: 8px 0;

	border-radius: 3px;
}

.pago{
	width: 60%;
	margin: 20px 20% 0;
}









#footer{
	background: url(../images/fondo-cabecera.jpg);
	width: 100%;
	float: left;
}

#footer-superior{
	background: url(../images/fondo-footer-superior.png);
	width: 100%;
	height: 10px;
	float: left;
}

#footer-wrap{
	width: 1150px;
	height: 100%;
	margin: 0 auto;
}

#footer-conten{
	border: 0px solid white;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	float: left;
}

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

.seccion-footer a{
	color: white;
	margin-right: 35px;
}

.right{
	float: right;
}




@media screen and (max-width: 1150px){
	#cabecera{
		height: auto;
	}
	#cabecera-wrap{
		width: 100%
	}

	#cabecera-conten{
		padding: 0;
	}

	#logotipo{
		width: 20%;
	}
	#logotipo img{
		width: 100%;
	}

	

	#leyenda-wrap{
		width: 100%;
	}
	#leyenda-conten{
		padding: 0;
	}



	#menu-wrap{
		width: 100%;
	}
	#menu-conten{
		background: #313c48;
	}
	#menu-conten ul{
		background: url();
		padding: 0;
	}
	.menu, .border-left{
		border: 0;
	}

	#efecto-wrap{
		width: 100%;
		height: auto;
	}
	#efecto-conten{
		width: 100%;
		margin-left: 0;
	}
	#efecto-conten .slider{
		display: none;
	}
	#efecto-r{
		display: block;
	}


	#wrapP{
		width: 100%;
	}

	#pagina{
		padding-left: 0;
		padding-right: 0;
	}


	#footer-wrap{
		width: 100%;
	}
	#footer-conten{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
	}
}

@media screen and (max-width: 1000px){
	#leyenda-cabecera{
		width: 78%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	#datos{
		width: 100%;
	}

	#datos span{
		border: 0px solid red;
		width: 33%;
		text-align: center;
	}	
}

@media screen and (max-width: 900px){
	.d900{
		display: none;
	}

	#datos span{
		width:49.5%;
	}
}

@media screen and (max-width: 800px){
	#leyenda-conten{
		font-size: 28px;
	}
}

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

	.seis li{
		width: 100% !important;
	}
}

@media screen and (max-width: 700px){
	#leyenda-conten{
		font-size: 19px;
	}

	#datos span{
		width: 100%;
	}

	.producto{
		width: 97%;
		margin: 0 1.5% 40px;
	}
}

@media screen and (max-width: 600px){
	#logotipo{
		width: 15%;
		text-align: center;
		margin-left: 5px;
		margin-left: 2.5%;
	}
	#logotipo img{
		width: 100%;
	}
	#leyenda-cabecera{
		font-size: 30px;
		line-height: 30px;
		padding-top: 20px;
	}
	#linea{
		background: #313c48;
		width: 100%;
		height: 3px;
	}

	#datos{
		border-top: 9px solid #313c48;
	}

	#datos a{
		font-size: 15px !important;
	}

	.sinline{
		line-height: 0px;
	}


	.seccion-footer a{
		border: 0px solid red;
		width: 50% !important;
		float: left;
		margin-right: 0;

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