﻿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: 'PT Sans', sans-serif;
}


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

#pagina{
	border-top: 2px solid blue;
	background:white;
	width: 100%;
	float: left;
	padding: 12px 20px;

	box-shadow: 0px 0px 20px #116c4b;
}

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

#logotipo{
	border: 0px solid red;
	width: 25%;
	text-align: center;
	font-size: 70px;
	font-family: 'Passion One', cursive;
	color: red;
	float: left;
}


#cabecerad{
	border: 0px solid blue;
	width: 75%;
	float: right;
}

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

#menur{
	width: 100%;
	background:#116c4b;
	color: white;
	text-align: center;
	font-size: 18px;
	float: left;
	padding: 10px 0;
	display: none;
	cursor: pointer;
}

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

#menu ul li{
	float: left;
	margin: 0 0.5%;
}

.menu{
	text-align: center;
	font-size: 18px;
	float: left;
	padding: 12px 31px;
}

.menu:hover, .activo{
	background:#116c4b;
	color: white;
}


#datos{
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 12px 0;
}

#datos p{
	width: 33.33%;
	text-align: center;
	font-size: 20px;
	float: left;
}

#datos strong{
	color: red;
	font-size: 24px;
}




#contenido{
	width: 100%;
	float: left;
	margin: 20px 0;
}



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

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

#efectod{
	width: 47%;
	float: left;
	margin: 0 0 0 20px;
}

.texto-efectod{
	background: #f7f7f7;
	width: 100%;
	line-height: 22px;
	float: left;
	padding: 10px;

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

.texto-efectod strong{
	color: #116c4b;
	font-size: 22px;
}



.principal{
	width: 100%;
	height: 80px;
	float: left;
}

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

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

.titulo{
	background:rgba(17,108,75, 0.8);
	color: white;
	font-size: 26px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 5%;
	padding: 8px;

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


.subtitulo{
	width: 100%;
	color: red;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin: 20px 0 0 0;
}




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

.seccion{
	width: 61%;
	font-size: 18px;
	line-height: 22px;
	float: left;
	padding:15px;

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

.seccion h2{
	color: red;
	font-size: 25px;
}

.imagen-seccion{
	width: 35%;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	float: left;
}

.imagen-seccion img{
	width: 60%;
}



.producto{
	position: relative;
	width: 45%;
	margin: 30px 2.5%;
	float: left;
}

.titulo-producto{
	background:rgba(17,108,75, 0.8);
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 8px 20px;

	text-shadow: 1px 1px 1px black;

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

.imagen-producto{
	width: 100%;
	text-align: center;
	float: left;
}
.cuatro{
	width: 23%;
	margin: 0 1%;
}

.imagen-producto img{
	height: 400px;
}

.imagen-adaptada{
	width: 100%;
	height: auto !important;
}

.texto-producto{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding:12px 10px;

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



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



#footer{
	background: #116c4b;
	width: 100%;
	color: white;
	float: left;
}

.seccion-footer{
	border: 0px solid red;
	position: relative;
	min-height: 180px;
	font-size: 22px;
	line-height: 26px;
	float: left;
	padding: 12px;

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

.seccion-footer strong{
	font-size: 24px;
}

.seccion-footer a{
	color: white;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 370px;
}


@media screen and (max-width: 1250px){
	#wrapP{
		width: 100%;
	}
	#pagina{
		padding: 12px 10px;

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

@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
	}
	#cabecerad{
		width: 100%;
	}
	#menu ul li{
		width: 19%;
	}
	.menu{
		width: 100%;
		padding: 10px 0;
	}
}

@media screen and (max-width: 850px){
	.d850{
		display: none;
	}
	#datos p{
		width: 50%;
	}
}

@media screen and (max-width: 800px){
	#contacto-mujer{
		display: none;
	}

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

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

@media screen and (max-width: 600px){
	.producto{
		width: 95%;
	}
}

@media screen and (max-width: 550px){
	#menur{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}

	#datos p{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}

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









