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

.chat{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	width: 60px;
}
.chat img{
	width: 100%;
}

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

#pagina{
	background: white;
	width: 100%;
	float: left;
	padding: 0 10px;
}


#cabecera{
	border-top: 6px solid #53bbb6;
	width: 100%;
	height: 120px;
	padding: 10px 0;
}

#logotipo{
	border: 0px solid red;
	width: 30%;
	float: left;
	padding: 8px 0;

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

#logotipo img{
	width: 45%;
}

#desarrollo-cabecera{
	border: 0px solid red;
	width: 69.7%;
	float: left;
}

#redes{
	width: 100%;
	text-align: right;
	float: left;
	padding-bottom: 19px;
}

#redes img{
	height: 30px;
}

#menu{
	border:0px solid green;
	width: 100%;
	float: left;
	margin: 25px 0 0 0;
}

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

#menu-r{
	background: #53bbb6;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
	padding: 19px 0;
	float: right;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 90%;
	float: right;
}

#menu ul li{
	position: relative;
	border: 1px solod gray;
	width: 14.66%;
	float: left;
	margin: 0 1%;
}

.menu{
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	width: 100%;
	text-align: center;
	float: left;
	padding: 19px 0;

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

.menu:hover, .activo{
	background: #53bbb6;
	color: white;
	font-weight: bold;
	text-shadow:1px 1px 1px #000;
}


#menu ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 40px;
	left: -50%;
	z-index: 10000;
	border: 2px solid gray;
	background: white;
	width: 200%;
	display: none;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#menu-secundario ul{
	width: 100%;
	float: left;
}
#menu-secundario ul li{
	width: 100%;
	float: left;
}
.menu-secundario{
	width: 100%;
	text-align: center;
	float: left;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-secundario:hover{
	background: #53bbb6;
	color: white;
}


#marcas{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 30px 0 60px;
}



#efecto{
	width: 100%;
	height: 450px;
	float: left;
	padding-bottom: 20px;
}

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

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



#cabecera-contenido{
	width: 100%;
	height: 90px;
	padding: 10px;
	float: left;

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

.titulo-pestana{
	background: rgba(256,256,256,0.7);
	width: 92%;
	text-align: center;
	font-size: 30px;
	color: #11685E;
	font-weight: bold;
	float: left;
	padding: 20px 0px;

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

.nosotros-cabecera{
	background: url(../images/nosotros-cabecera.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
}


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


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




#footer{
	background: #53bbb6;
	
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	
}

.seccion-footer{
	border: 0px solid white;
	position: relative;
	height: auto;
	color: white;
	float: left;
	padding: 10px;

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

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

.seccion-footer a{
	color: white;
}

.titulo-seccion-footer{
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0;
}

.desarrollo-seccion-footer{
	line-height: 21px;
	padding: 10px 0;
}

.cincuenta-footer{
	border: 0px solid white;
	width: 100%;
	line-height: 32px;
	float: left;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 100;
	width: 200px;
}

.imagesbj1{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: left;
}

.imagesbj1 img{
	width: 25%;
}

.banner{
	width: 100%;
	float: left;
	font-size: 35px;
	color: gray;
	text-align: center;
	margin: 1%;

}

.imagesbj{
	width: 100%;
	float: left;

}

.tt{
	width: 32.5% !important;
}

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

#pie-conten{
	border: 0px solid red;
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	padding: 10px;

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

#pie-conten a{
	color: white;
}




@media screen and (max-width: 1200px){
	#wrapP{
		width: 100%;
	}

	#pagina{
		padding: 0;
	}

	#efecto{
		height: auto;
	}

	#efecto .slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}

	#footer{
		height: auto;
	}

	#contacto-mujer{
		display: none;
	}

	.parte{
		padding: 0 10px;

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

	#pie-conten{
		width: 100%;
	}
}

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

@media screen and (max-width: 700px){
	#cabecera{
		height: auto;
		float: left;
	}

	#logotipo{
		width: 100%;
		height: auto;
		text-align: center;
	}

	#logotipo img{
		width: 65%;
	}

	#desarrollo-cabecera{
		width: 100%;
	}

	#menu{
		margin-top: 0;
	}

	#menu ul{
		width: 100%;
	}

	#menu ul li{
		width: 20%;
		margin: 0;
	}

	#redes{
		display: none;
	}


	.tt{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	.imagenes img{
		width: 80%;
		height: auto !important;
		margin: 0 10% 20px !important;
		float: left;
	}
}

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

	#menu ul li{
		width: 100%;
		margin: 0;
	}

	#menu-r{
		display: block;
	}

	.imagesbj img{
		width: 97% !important;
		margin: 10px 1.5%;
	}
}