﻿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: 'Roboto Slab', serif;
}



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



#cabecera{
	border: 0px solid blue;
	background: white;
	width: 100%;
	float: left;
}

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

#logotipo{
	border: 0px solid red;
	width: 17%;
	float: left;
}

#logotipo img{
	width: 100%;
}



#cabecerai{
	width: 78%;
	float: right;
}

#logotipo2{
	width: 100%;
	font-family: 'Arial Black';
	font-size: 58px;
	color: #3f5796;
	text-align: left;
	margin: 10px 0 0 0;
}

#logotipo2 img{
	width:75%;
}


#menu{
	width: 100%;
	float: left;
	margin: 11px 0 0 0;
}

#menu-r{
	border-top: 2px solid blue;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 20px 0;
	cursor: pointer;
	display: none;
}

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

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

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

.menu{
	border-top: 2px solid transparent;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 20px 0;
}

.menu:hover, .activo{
	border-top: 2px solid blue;
	background: #f7f7f7;
	font-weight: bold;
}


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



.banner{
	background: #f7f7f7;
	width: 100%;
	float: left;
}

.banner-conten{
	width: 1200px;
	text-align: center;
	font-weight: bold;
	color: green;
	font-size: 30px;
	margin: 0 auto;
	padding: 25px 0;
}





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

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


#principal{
	background: url(../images/fondo-banner.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	float: left;
}

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

.titulo-pestana{
	background: rgba(256,256,256,0.8);
	font-size: 32px;
	font-weight: bold;
	padding: 10px;
	float: left;
	margin: 20px 0;
}


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

.seccion{
	width: 61%;
	font-size: 20px;
	color: #074a8e;
	float: left;
}

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

.imagen-seccion{
	width: 35%;
	text-align: center;
	float: left;
	margin: 0 0 0 20px;
}

.imagen-seccion img{
	width: 100%;

	border-radius: 15px;
}



.producto{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 15px;
	margin: 0 0 30px 0;

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

.ladoi-producto{
	width: 35%;
	float: left;
}

.imagen-producto{
	width: 100%;
	text-align: center;
	float: left;
}

.imagen-producto img{
	width: 100%;

	box-shadow: 3px 3px 3px black;

	border-radius: 10px;
}

.ladod-producto{
	width: 62%;
	line-height: 15px;
	float: left;
}

.ladod-producto strong{
	color: blue;
	font-style: 22px;
}

.ladod-producto span{
	color: green;
	font-size: 22px;
	text-decoration: underline;
	font-weight: bold;
}



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

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

.texto-banner{
	background: rgba(7,74,142,0.8);
	width: 100%;
	color: white;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	float: left;
	padding: 30px 150px;

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

.texto-banner b{
	font-size: 26px;
	text-decoration: underline;
}




#footer{
	background: #074a8e;
	width: 100%;
	float: left;
}

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

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

.seccion-footer{
	position: relative;
	width: 50%;
	font-size: 18px;
	line-height: 24px;
	color: white;
	float: left;
	padding: 20px 10px 30px;

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

.seccion-footer strong{
	width: 100%;
	color: white;
	font-size: 22px;
	float: left;
}

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




@media screen and (max-width: 1200px){
	#cabecera-conten, .banner-conten, #wrapP, #banner-conten, #footer-conten{
		width: 100%;
	}

	#pagina{
		padding:0 10px;

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

	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 800px){
	#logotipo{
		display: none;
	}
	#cabecerai{
		width: 100%;
	}
	#logotipo2{
		text-align: center;
	}

	.texto-banner{
		padding: 20px;
	}
}

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

@media screen and (max-width: 600px){
	.banner-conten{
		line-height: 40px;
	}
}

@media screen and (max-width: 550px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 70%;
	}
}

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

	#logotipo2{
		font-size: 48px;
	}
}





