﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6d2ibl');
  src:  url('../fonts/icomoon.eot?6d2ibl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6d2ibl') format('truetype'),
    url('../fonts/icomoon.woff?6d2ibl') format('woff'),
    url('../fonts/icomoon.svg?6d2ibl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}




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


#cintillo-ayuda{
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 40px;
	float: left;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: black;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1350px;
	margin: 0 auto;
}

#cintillo-conten img{
	width: 25px;
	float: right;
	margin: -3px 0 0 10px;
}

#cintillo-conten span{
	color: white;
	font-size: 19px;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}

.right{
	float: right !important;
	margin: 0 !important;
}


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

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

#logotipo{
	width: 15%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#menu{
	width: 75%;
	float: right;
	margin: 50px 0 0 0;
}

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

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

#menu ul li{
	width: 19%;
	float: left;
	margin: 0 0 0 1%;
}

.menu{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	padding: 12px 0;
}

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


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


#contenido{
	width: 1350px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 40px 0;
}

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

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

.seccion{
	width: 40%;
	font-size: 20px;
	line-height: 28px;
	float: left;
	padding: 0 10px 0 0;

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

.s{
	width: 70%;
	font-size: 20px;
	line-height: 28px;
	float: left;
	padding: 0 10px 0 0;

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

.imagen-seccion{
	width: 30%;
	font-size: 20px;
	line-height: 30px;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}

.seccion2{
	width: 30%;
	font-size: 20px;
	line-height: 30px;
	float: right;
	padding: 0 0 0 20px;

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


#productos{
	width: 1350px;
	margin: 0 auto;
}

#productos-conten{
	width: 100%;
	float: left;
}

.producto{
	width: 31.33%;
	float: left;
}

.enmedio{
	margin: 0 2%;
}

.titulo-producto{
	background: #309297;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 12px 0;
}

.imagen-producto{
	width: 100%;
	float: left;
}
.imagen-producto img{
	width: 100%;
	float: left;
}

.texto-producto{
	background: #fffbec;
	width: 100%;
	min-height: 265px;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 12px;

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


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

.pestana{
	border: 1px solid #ddd;
	width: 20%;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 20px 0;
	cursor: pointer;

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

.pestana:hover, .pestana-activo{
	background: #309297;
	color: white;
}


#texto{
	width: 100%;
	float: left;
}
.texto{
	background: #f8f8f8;
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 20px;
	display: none;

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

.t{
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	color: gray;
	font-weight: bold;
	float: left;
	margin:0 0 30px 0;
}


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

.doc{
	width: 20%;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}

.doc img{
	width: 45%;
}
.doc strong{
	width: 100%;
	float: left;
}


table{
	width: 60%;
	float: left;
	margin: 0 20% 30px;
}

table tr td{
	border: 1px solid black;
	text-align: center;
}


#footer{
	background: black;
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

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

.seccion-footer{
	position: relative;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 12px;
	float: left;

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

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

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













