body {
	margin: 0px;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(imagenes/fondo_body_2024.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.fondoIndex {
	margin: 0px;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(imagenes/fondo_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	padding-top:64px;
	padding-bottom:64px;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
/*  max-width:950px;*/
}
.bordeBlanco {
	border:none;
}
.verdeContacto {
	font-size: 50px;
	line-height: 60px;
	color: #56A242;
}
.observaciones {
	background-color:#FFF;
	padding:10px;
	margin-top:10px;
}
.medidaSiBoton {
	float: left;
	margin: 0px;
	border:none;
}
.container-medida {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-medida input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.medida-input {
  position: relative;
  top: 0;
  left: 0;
  	float: left;
	border-radius: 10px;
	border: 1px solid #fec82d;
	margin: 3px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: "Montserrat", sans-serif;
	text-align:center;
	height:30px;
	width:190px;
	background-color: #fff;
	transition-duration:0.2s;
}
.container-medida:hover input ~ .medida-input {
  background-color: #ebebeb;
}
.container-medida input:checked ~ .medida-input {
  background-color: #fec82d;
  color:#000;
}
.medida-input:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-medida input:checked ~ .medida-input:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-medida .medida-input:after {
	background-color: #fff;
}

.bordeProductoHomePar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
}
.bordeProductoHomeImpar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
.cuadroNombreModelo2024{
	background-color:#343839;
	text-align:center;
	height:60px;
	width:60px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	font-size:32px;
	line-height:40px;
	color:#FFF;
	font-weight:bold;
	font-family: "Montserrat", sans-serif;
	position:relative;
	padding:4px;
	padding-top:10px;
	margin-right:0px;
	float:right;
}
.lupaInterna2024 {
	float:right;
	display:inline-block;
}
.textoAclaraciones {
	font-size:14px;
	line-height:24px;
	}
	.textoMedidas {
	font-size:20px;
	line-height:26px;
	}
.topVerde {
	background-color:#A6CE39;
	margin-bottom:20px;
	width:100%;
	height:10px;
}
.encabezado {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #57585A;
}
.cantidadNueva {
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	height: 40px;
	width: 60px;
	color: #333;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cantidad {
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	height: 40px;
	width: 50px;
	color: #333;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btnAgregarActualizar {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	height: 40px;
	width:50px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imagenes/refrescar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.btnAgregarActualizar:Hover {

}
.botoneraMedidas {
	float: left;
	margin-right: 30px;
	margin-left: 0px;
	background-color: #D1D2D4;
	margin-top: 0px;
	width: 17%;
	background-image: url(imagenes/punta_precios.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
.botoneraMedidasMov {
	display:none;
}
.color {
	width:130px;
	height:auto;
}
.cuadroProducto {
	float:left;
	padding:20px;
	width:79%;
	margin-top:30px;
}
#CedaGiorno, #Gaudi, #TekaArtico {
	display:none;
}
.cuadroDisenios {
	float:left;
}
.sloganTop {
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	transition-duration: 0.5s;
	background-color: #A6CE39;
	background-image: url(imagenes/flecha.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width:60%;
	padding:10px;
}
.sloganTop p {
	color: #17532F;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
	background-image: url(imagenes/pino.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
}
.sloganTop h2 {
	color:#000;
	text-align:left;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-left:40px;
}
.sloganTopMini {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
}
.sloganTopMini p {
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	display:inline;
}
.sloganTopMini h2 {
	color:#4CAF50;
	text-align:left;
	font-size:24px;
	line-height:20px;
	font-weight:bold;
	display:inline;
}
.btPrecios {
	text-decoration: none;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.btPrecios:Hover {
	text-decoration: none;
	background-color:#EBEBEB;
}
.medidaIndex2024 {
	color:#333;
	text-align:center;
	font-size:34px;
	line-height:38px;
	font-weight:normal;
}
.medidaNumeroIndex2024 {
	font-size:60px;
	font-weight:bold;
}
.precioInterno {
	color:#333;
	text-align:center;
	font-size:34px;
	line-height:50px;
	font-weight:bold;
}
.precioInternoModelo {
	color:#333;
	text-align:center;
	font-size:28px;
	line-height:50px;
	font-weight:bold;
}
.medidaInterno {
	color:#333;
	text-align:center;
	font-size:12px;
	line-height:24px;
	font-weight:normal;
}
.cuadroPlacardPop {
	width: 700px;
	float: left;
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 480px;
	background-repeat: no-repeat;
	background-position: -385px -160px;
	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.fondoIndex2024 {
	background-attachment: fixed;
	background-image: url(imagenes/fondo_index_2024.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
}
.cuadroPlacard2024 {
	width: 49%;
	float: left;
	text-align: center;
	padding: 20px;
	height:350px;
}
.cuadroPlacard2024:Hover {

}
.cuadroPlacardInterno2024 {
	width: 25%;
	float: left;
	text-align: center;
	padding: 20px;
	height:300px;
}
.cuadroPlacardInterno2024Ancho {
	width: 49%;
	float: left;
	text-align: center;
	padding: 20px;
	height:300px;
}
.textoGrande {
	font-size: 60px;
	font-weight:bold;
}
.cuadroPlacard {
	width: 410px;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 300px;
	background-repeat: no-repeat;
	background-position: -170px -70px;
	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.cuadroPlacardPopAncho {
	width: 700px;
	float: left;
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 450px;
	background-repeat: no-repeat;
	background-position: 0px -10px;
	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.cuadroPlacardAncho {
	width: 900px;
	float: none;
	clear:both;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 360px;
	background-repeat: no-repeat;
	background-position: 0px -130px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;	/*background-size:cover;*/	/*background-size: 600px auto;*/
}
.cuadroNumeroDisenio {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 30px;
    font-family: Lato;
    font-size: 18px;
    font-weight: bolder;
    background-color: #EFEFEF;
    color: #333;
    width: 30px;
    height: 30px;
    padding: 2px;
}
.medidaNoBoton {
	float: left;
	border-radius: 20px;
	border: 1px solid #333;
	margin: 10px;
	font-size: 18px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-family: "Montserrat", sans-serif;
}
.fotoPlacardListado2024 {
	height:140px;
	width:auto;
}
.fotoPlacardHome2024 {
	height:140px;
	width:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear:both;
	position:relative;
}
.fotoPlacardHome2024 img {
	height:140px;
	width:auto;
}
.fotoPlacardVista2024 {
	height:auto;
	max-width:500px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear:both;
	position:relative;
}
.fotoPlacardVista2024 img {
	height:auto;
	max-width:500px;
}
.padding-medida-color {
	padding-left:30px;
}
.cuadroNombreDisenio {
	margin-top: 0px;
	padding:6px;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	background-color: #EFEFEF;
	color: #666;
    font-family: Lato;
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:fit-content;
}
.cuadroNombreDisenio2024 {
	margin-top: 0px;
	padding:6px;
	font-family: Lato;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	font-family: "Montserrat", sans-serif;
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:fit-content;
}
.colores {
	float:right;
	width:60px;
	height:auto;
	margin-right:10px;
	padding-top:30px;
}
.cuadroPrecioDisenio {
	text-align: center;
	padding-top: 200px;
}
.cuadroPrecioDisenio2024 {
	text-align: center;
	padding-top: 10px;
}
.cuadroMedidaDisenio {
	text-align: center;
	padding-top: 0px;
}
.cuadroMedidaDisenio2024 {
	text-align: center;
	padding-top: 10px;
}
.cuadroBotonAccionProducto {
	text-align: center;
	background-color: #bbbdb7;
	color: #FFF;
	font-family: Lato;
	font-size: 12px;
	margin-top: 6px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight:bold;
	border:none;
}
.medidaIndex {
	text-align: center;
	background-color: #fff;
	color: #333;
	font-family: Lato;
	font-size: 18px;
	margin-top: 6px;
	margin-left:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #333;
	-moz-border-radius: 20px;
	border-radius: 50%;
}
@-webkit-keyframes animadisenioIndex {
  from {
    border: 1px solid #A6CE39;
  }

  to {
    border: 1px solid #fff;
  }
}
@keyframes animadisenioIndex {
  from {
    border: 1px solid #A6CE39;
  }

  to {
    border: 1px solid #fff;
  }
}
.disenioIndex {
	text-align: center;
	background-color: #fff;
	color: #333;
	font-family: Lato;
	font-size: 18px;
	margin-top: 6px;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #A6CE39;
	-moz-border-radius: 20px;
	border-radius: 50%;
    animation-name: animadisenioIndex;-webkit-animation-name: animadisenioIndex;
    animation-timing-function: linear;-webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;
    animation-duration: 0.5s;-webkit-animation-duration: 0.5s;
}

.fondoProducto {
	background-image: url(https://sartoriextensiones.com.ar/fotosnovedades/8foto101g.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.cuadroColor {
	padding: 10px;
	display: inline-block;
	font-family: Lato;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
}
.cuadroColor img {
	max-width:100%;
}
.cuadroColor2024 {
	padding: 0px;
	display: inline-block;
	font-family: Lato;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
}
.cuadroColor2024 img {
	max-width:128px;
	margin-right:0px;
	margin-left:0px;
}
.clearMov {
	float:lef;
}
.cuadroPlacard img {
	/*max-width:100%;*/
	/*transform: scale(1.5);*/
	z-index: -2;
}
.medida120,.medida130, .medida140,.medida150, .medida160,.medida170, .medida180,.medida190, .medida200,.medida210 {
	background-size: 710px auto;
}
.medida220,.medida230, .medida240,.medida250, .medida260,.medida270, .medida280,.medida290, .medida300,.medida310, .medida320,.medida330, .medida340,.medida350, .medida360,.medida370, .medida380,.medida390, .medida400,.medida410, .medida420 {
	background-size: 900px auto;
}
.medidaPop120,.medidaPop130, .medidaPop140,.medidaPop150, .medidaPop160,.medidaPop170, .medidaPop180,.medidaPop190, .medidaPop200,.medidaPop210 {
	background-size: 1400px auto;
}
.medidaPop220,.medidaPop230, .medidaPop240,.medidaPop250, .medidaPop260,.medidaPop270, .medidaPop280,.medidaPop290, .medidaPop300,.medidaPop310, .medidaPop320,.medidaPop330, .medidaPop340,.medidaPop350, .medidaPop360,.medidaPop370, .medidaPop380,.medidaPop390, .medidaPop400,.medidaPop410, .medidaPop420 {
	background-size: 700px auto;
}
.textoFotos {
	position: absolute;
	top: 430px;
	margin-left: auto;
	margin-right:auto;
	left:20%;
	right:20%;
	width: 600px;
	height: auto;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align:center;
}
.separaTop {
	clear:both;
	float:none;
	height:150px;
}
.fotoServicioEstetica {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:200px;
	height:auto;
}
.fotoNoticiaIndex {
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:350px;
	height:auto;
	text-align:center;
}
.btImagen {
	height:18px;
	width:21px;
	border:none;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	margin-top:2px;
	margin-right:20px;
	margin-left:4px;
	}
.busqueda {
	width: 150px;
	height: 24px;
	float: left;
	margin: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #EBEBEB;
	border: 1px solid #FFF;
}
.cuadroGaleria {
	width:19%;
}
.botosTop {
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
	transition-duration: 0.2s;
	text-transform: uppercase;
	border: 1px solid #000;
}
.botosTop:Hover {
	color: #FEC82D;
	text-decoration: none;
	border: 1px solid #FEC82D;
}
.sinBorde {
	border: 1px solid #000;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.sinBorde:Hover {
	text-decoration: none;
	border: 1px solid #000;
}
.beige {
	background-color: #FBEFED;
}
.corazon {
	background-image: url(imagenes/corazon.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 200px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.fotoCat {
	max-height: 180px;
	max-width: 225px;
}
.cuadro_botones {

}
.cuadro_botones_2 {
	margin-left:auto;
	margin-right:auto;
	height: 350px;
	width: 350px;
	background-attachment: cover;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#fff;
}
.opaco{
filter: brightness(.8);
      -webkit-filter: brightness(.8);
}
.opaco:hover{
  filter: none;
  -webkit-filter: none;
  transition: all ease-in-out .3s;
}
.float3 {
	width: 30%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
	height: 290px;
}
.boxMensajes {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #77AD39;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.boxErrores {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4CD720;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sombraArriba {
	box-shadow: 0px 0px 30px #999;
	-webkit-box-shadow: 0px 0px 30px #999;
	-moz-box-shadow: 0px 0px 30px #999;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.degrade {
  background: linear-gradient(to bottom right, #DBE4BA, #E2E1DE);
}
.degradeFondo {
  background: linear-gradient(to bottom, #ebebeb, #E2E1DE);
}
.blanco {
	color: #FFFFFF;
}
.fondoTransparente {
	background-image: url(imagenes/fondo_transparente.png);
	background-repeat: repeat;	
}
.slogan {
	font-size: 50px;
	line-height: 60px;
	color:#363C3E;
  font-family: "Montserrat", sans-serif;
  font-weight:bold;
}
.slogan2 {
    font-family: "Montserrat", sans-serif;
	font-size: 26px;
	line-height: 36px;
	color:#363C3E;
    font-weight:bold;

}
.slogan3 {
    font-family: "Montserrat", sans-serif;
	font-size: 30px;
	line-height: 40px;
	  background: -webkit-linear-gradient(#EBEBEB, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 4px #333;
	-webkit-text-shadow: 2px 2px 4px #333;
	-moz-text-shadow: 2px 2px 4px #333;
	font-weight:bold;
}
A.botosCuadros {
	text-decoration: none;
	font-family: "Lato";
	font-size: 30px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	text-shadow: 2px 2px 2px #333;
	-webkit-text-shadow: 2px 2px 2px #333;
	-moz-text-shadow: 2px 2px 2px #333;
}
A.botosCuadros:Hover {
	color: #fff;
	text-shadow: 4px 4px 2px #000;
	-webkit-text-shadow: 4px 4px 2px #000;
	-moz-text-shadow: 4px 4px 2px #000;
}
.fondoSlider1 {
	background-image: url(imagenes/fondo_1.jpg);
	background-attachment: fixed;
	clear: both;
	height: 600px;
	width: 100%;
	padding-top: 250px;
	background-position: center center;
	background-size: cover;
}
.fondoProductos {
	clear: both;
	height: 120px;
	width: 100%;
	padding-top: 0px;
}
.fondoContacto {
	background-image: url(imagenes/fondo_contacto.jpg);
	background-attachment: fixed;
	clear: both;
	height: 600px;
	width: 100%;
	padding-top: 250px;
	background-position: center center;
	background-size: cover;
}
.fondoFabricacion {
	background-image: url(imagenes/fondo_fabricacion.jpg);
	background-attachment: fixed;
	clear: both;
	height: 600px;
	width: 100%;
	padding-top: 250px;
	background-position: center center;
	background-size: cover;
}
.fondoTrabajos {
	background-image: url(imagenes/fondo_trabajos.jpg);
	background-attachment: fixed;
	clear: both;
	height: 600px;
	width: 100%;
	padding-top: 250px;
	background-position: center center;
	background-size: cover;
}
.fondoNosotros {
	background-image: url(imagenes/nosotros.jpg);
	background-attachment: fixed;
	clear: both;
	height: 450px;
	width: 100%;
	padding-top: 80px;
	background-position: center bottom;
	background-size: cover;
}
.bordesRel {
	border-top-width: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #EDEDED;
	border-bottom-color: #999;
	border-left-color: #EDEDED;
}
.servicio {
	max-width:250px;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
}
.logo {
	max-height:100px;
}
.logoMini {
	max-height:48px;
	transition-duration:1s;
}
.tablaTop {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:0px;
	background-color:#000;
}
.tablaTopFondo {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #57585a;
	transition-duration:1s;
}
.paddingLogo {
	padding-top:16px;
	padding-bottom:16px;
}
.break {
	clear:both;
	float:none;
}
form {
	margin: 0px;
}
.tdSeparacionVerticalIndex {
	border-left: 1px solid #A9D4EE;
}
.btnVerProducto {
	height: 20px;
	width: 100px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	background-color: #FEC82D;
	padding:6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #FEC82D;
	transition-duration:0.5s;
}
.btnVerProducto:Hover {
	color: #333;
	background-color: #fff;
}
.btnAgregar {
	height: 36px;
	width: 200px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #FEC82D;
	padding:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FEC82D;
	transition-duration:0.5s;
}
.btnAgregar:Hover {
	color: #333;
	background-color: #fff;
}
.float3Productos {
	float: left;
	margin-right: 10px;
	width: 23%;
	text-align: center;
	height: 490px;
	margin-bottom: 40px;
	position: relative;
	margin-left: 10px;
	padding: 8px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
	background-color:#FFF;
}
.float3Productos:Hover {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
h5 {
	margin: 0px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
p {
	margin: 0px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.fondoTitulos {
	background-image: url(imagenes/fondo_titulos.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 250px;
	padding-top: 40px;
}
.pie p {
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff;
}
h2 {
	color: #666666;
	margin: 0px 0px 2px;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

h1 {
	border: none;
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	line-height: 42px;
	font-weight: 600;
	color: #000;
}
a {
	color: #333333;
	text-decoration: none;
}
.tablaGeneral {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5811E;
}

a:Hover {
	text-decoration: none;
	color: #666666;
}
A.botos {
	color: #0094DE;
	text-decoration: none;
	font-weight: bold;
}
A.botos:Hover {
	color: #003366;
	text-decoration: none;
}
h3 {
	margin: 0px;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 50px;
	font-weight: normal;
	word-wrap:break-word;
	font-weight:600;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 2px;
}
h6 {
	margin: 4px;
	font: 4px/4px Arial, Helvetica, sans-serif;
}
.tablaPie {
	background-color: #000;
	margin-top: 50px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FEC82D;
}
.columnaPie {
	width:32%;
	float:left;
}
.tablaPie h2 {
	color: #28784C;
	font-weight: bold;
}
.tablaPieBorde {
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #57585a;
}
A.Titulos {
	text-decoration: none;
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
A.Titulos:Hover {
	text-decoration: none;
	color: #000;
}
.tituloProductosLista {
	height: 100px;
	padding: 6px;
}
.fotoProductosLista {
	padding-top:20px;
	height: 280px;
	margin-bottom:0px;
	overflow:hidden;
}
.precio {
	font-weight: bold;
	color: #FE922C;
}
.precioIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #666;
}
A.copeteNoticias {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
.botUp {
	background-image: url(imagenes/bot_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.botDown {
	background-image: url(imagenes/bot_down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}

.bordo {
	color: #993333;
}

.botonform {
	color: #fff;
	height: 50px;
	background-color: #666666;
	font-family: Lato;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DF2229;
	padding-right: 50px;
	padding-left: 50px;
}
.botonform:Hover {
	border-color: #FFFFFF;
	color: #fff;
	background-color: #333;
}
hr {
	border-top: 1px solid #F6F6F6;
}

A.chicos {
	color: #666;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
}
A.chicos:Hover {
	color: #D92026;
	text-decoration: none;
}
.bordegris {
	border: 3px solid #7BBEE6;
}
strong {
	font-weight: bold;
}

.fondoCuerpo {
	background: url(imagenes/fondo_texto_medio.jpg)  repeat-y right top;
}
.fondoFotosHome {
	background: #ECE9D8;
}
.fondoBotonera {
	/*background-image: url(imagenes/fondo_botonera.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 56px;
}
A.copeteNoticias:Hover {
	color: #666666;
	text-decoration: underline;
}
.copete {
	color: #666666;
}
.fotosSecciones {
	border: 1px solid #999999;
}
select {
	/*color: #333333;
	border: 1px solid #386DA3;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 26px;
	background-color: #FFFFFF;*/
}
input:focus, textarea:focus, x:-moz-any-link {
-moz-outline-radius-bottomleft:3px;
-moz-outline-radius-bottomright:3px;
-moz-outline-radius-topleft:3px;
-moz-outline-radius-topright:3px;
outline-offset:0;
outline-style:solid;
outline-width:1px;
}
input:focus, textarea:focus, .sffocus {
	background: #F5F5F5 scroll left 0;
	outline-color: #EBEBEB;
	border: 1px solid #EBEBEB;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 2px;
	color: #333333;
}
.tdCV {
	background: url(imagenes/dra_maria_domenech_cv.jpg) no-repeat right top;
}
.tdAtencion {
	background: url(imagenes/atencion_personalizada.jpg) no-repeat right top;
}
.tdLogo {
	background: url(imagenes/fondo_logo.jpg)  repeat-x top;
}
#posicionVideos {
	z-index: 50;
}

.big {
	font-size: 18px;
	font-weight: bold;
}
.tablaPieAtras {
	background-image: url(imagenes/fondo_pie_2011.jpg);
	background-repeat:    repeat-x;
	background-position: center bottom;
}
.amarillo {
	color: #FFFF33;
	font-weight: bold;
}
.cuadroIndex {
	margin-bottom:10px;
	padding:20px;
}
.negrita {
	font-weight:400;
}
.sale {
	background-image: url(imagenes/sale.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.cuadroLogo {
	float:left;
	width:20%;
}
.cuadroLogoMini {
	float:left;
	width:19%;
}
.botonera {
	float:right;
	width:70%;
	padding-top: 22px;
    padding-right: 10px;
}
.botoneraMini {
	float:right;
	width:80%;
}
.floatCategoriasIndex {
	float: left;
	width: 17vw;
	text-align: center;
	background-repeat: no-repeat;
	background-size:cover;
	height:17vw;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:100px;
	padding-top:20%;
	padding-left:30px;
	padding-right:30px;
}
.circuloItem {
	width:24px;
	height:24px;
	background-color:#8F99A0;
	float: left;
	border-radius: 14px;
	margin-right: 4px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color:#000;
}
.textoAclaraciones {
		font-size: 14px;
		line-height:26px;
	font-weight: normal;
	text-align: left;
	font-family: "Montserrat", sans-serif;
}
.ico_aclaraciones {
	width:20px;
	float:left;
	margin-right:6px;
}
.leftPrecio {
	float:left;
}
.rightPrecio {
	float:right;
}
@media screen and (max-width: 1100px) {
	.cuadroGaleria {
	width:49%;
}
body {
	margin: 0px;
	background-color: #fff;
}
.bordeBlanco {
	border: 1px solid #FFF;
}
.lupaInterna2024 {
	float:right;
	display:none;
}
.leftPrecio {
	float:none;
}
.rightPrecio {
	float:none;
}
	.cuadroColor2024 img {
	max-width:80px;
	margin-right:0px;
	margin-left:0px;
}
	.medidaSiBoton {
	float: left;
	border: none;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
	.padding-medida-color {
	padding-left:0px;
}
	.textoGrande {
	font-size: 50px;
	font-weight:bold;
}
	.fotoPlacardVista2024 {
	height:auto;
	max-width:100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear:both;
	position:relative;
}
.fotoPlacardVista2024 img {
	height:auto;
	max-width:100%;
}
	.fotoPlacardListado2024 {
	height:90px;
	width:auto;
}
	.cuadroPlacardInterno2024 {
	width: 90%;
	float: none;
	text-align: center;
	padding: 20px;
	height:210px;
}
.cuadroPlacardInterno2024Ancho {
	width: 90%;
	float: none;
	text-align: center;
	padding: 20px;
	height:250px;
}
	.medidaNoBoton {
	float: left;
	border-radius: 14px;
	border: 1px solid #333;
	margin: 1px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "Montserrat", sans-serif;
}
	.btnVerProducto {
	height: 20px;
	width: 100px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	background-color: #FEC82D;
	padding: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #FEC82D;
}
.btnVerProducto:Hover {
	color: #333;
	background-color: #fff;
}
.btnAgregar {
	height: 36px;
	width: 200px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #FEC82D;
	padding:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FEC82D;
	transition-duration:0.5s;
}
.btnAgregar:Hover {
	color: #333;
	background-color: #fff;
}
	.bordeProductoHomePar {
		border:none;
}
.bordeProductoHomeImpar {
border:none;
}
	.botosTop {
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:0px;
	float: none;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	transition-duration: 0.2s;
	text-transform: uppercase;
}
.botosTop:Hover {
	color: #FEC82D;
	text-decoration: none;
}
	.fondoIndex2024 {
	background-image: none;
}
	.cuadroPlacard2024 {
	width: 90%;
	float: none;
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	border: 1px solid #e1e1e1;
	height: 310px;
	background-color:#fff9;
	padding-top:10px;
}
.topVerde {
	background-color:#57585A;
	margin-bottom:0px;
	width:100%;
	height:1px;
}
.tablaPie {
	background-color: #000;
	margin-top: 50px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FEC82D;
}
.sloganTop {
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom:10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	transition-duration:0.5s;
	width:100%;
}
.sloganTop p {
	color:#17532F;
	font-size:10px;
	line-height:16px;
	font-weight:800;
	text-transform:uppercase;
	background-image: url(imagenes/pino_m.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}
.sloganTop h2 {
	color:#000;
	text-align:left;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-left:26px;
}
.sloganTopMini {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
}
.sloganTopMini p {
	color:#fff;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	display:inline;
}
.medidaNumeroIndex2024 {
	font-size:40px;
	font-weight:bold;
}
.sloganTopMini h2 {
	color:#4CAF50;
	text-align:left;
	font-size:24px;
	line-height:20px;
	font-weight:bold;
	display:inline;
}
.precioInterno {
	color:#333;
	text-align:center;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}
.medidaInterno {
	color:#333;
	text-align:center;
	font-size:16px;
	line-height:34px;
	font-weight:normal;
}
.separaTop {
	height:62px;
	background-color:#57585A;
}
.cuadroDisenios {
	float:none;
}
.medida120,.medida130, .medida140,.medida150, .medida160,.medida170, .medida180,.medida190, .medida200,.medida210 {
	background-size: 600px auto;
}
.medida220,.medida230, .medida240,.medida250, .medida260,.medida270, .medida280,.medida290, .medida300,.medida310, .medida320,.medida330, .medida340,.medida350, .medida360,.medida370, .medida380,.medida390, .medida400,.medida410, .medida420 {
	background-size: 312px auto;
}
.medidaPop120,.medidaPop130, .medidaPop140,.medidaPop150, .medidaPop160,.medidaPop170, .medidaPop180,.medidaPop190, .medidaPop200,.medidaPop210 {
	background-size: 500px auto;
}
.medidaPop220,.medidaPop230, .medidaPop240,.medidaPop250, .medidaPop260,.medidaPop270, .medidaPop280,.medidaPop290, .medidaPop300,.medidaPop310, .medidaPop320,.medidaPop330, .medidaPop340,.medidaPop350, .medidaPop360,.medidaPop370, .medidaPop380,.medidaPop390, .medidaPop400,.medidaPop410, .medidaPop420 {
	background-size: 260px auto;
}
.cuadroPlacardPop {
	width: 100%;
	float: none;
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 200px;
	background-repeat: no-repeat;
	background-position: -130px -40px;
	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.cuadroPlacardPopAncho {
	width: 100%;
	float: none;
	text-align: center;
	margin: 10px;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 180px;
	background-repeat: no-repeat;
	background-position: -0px -0px;
	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.cuadroMedidaDisenio {
	text-align: center;
	padding-top: 110px;
}
.clearMov {
	float:none;
	clear:both;
}
.cuadroColor {
	padding: 6px;
	display: inline-block;
	font-family: Lato;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
}
.cuadroColor img {
	max-width:40px;
}
.botoneraMedidas {
	display:none;
}
.botoneraMedidasMov {
	display:block;
	width:100%;
}
.cuadroProducto {
	float:none;
	padding:10px;
	width:100%;
}
.cuadroPlacard {
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 320px;
	background-repeat: no-repeat;
	background-position: -160px -50px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.cuadroPlacard .cuadroPrecioDisenio {
	text-align: center;
	padding-top: 200px;
}
.cuadroPlacard .cuadroMedidaDisenio {
	text-align: center;
	padding-top: 0px;
}
.cuadroPlacardAncho {
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
	border: 1px solid #EFEFEF;
	height: 240px;
	background-repeat: no-repeat;
	background-position: -0px -0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;	/*background-size:cover;*/
	/*background-size: 600px auto;*/
}
.cuadroPlacardAncho .cuadroPrecioDisenio {
	text-align: center;
	padding-top: 120px;
}
.cuadroPlacardAncho .cuadroMedidaDisenio {
	text-align: center;
	padding-top: 0px;
}
.floatCategoriasIndex {
	float: none;
	width: 90vw;
	text-align: center;
	background-repeat: no-repeat;
	background-size:cover;
	height:90vw;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:150px;
	padding-top:86%;
	padding-left:20px;
	padding-right:20px;
}
.btImagen {
	margin-right:0px;
	}
.cuadroLogo {
	float:left;
	width:20%;
	margin-left:0px;
}
.cuadroLogoMini {
	float:left;
	width:20%;
	margin-left:10px;
}
.botonera {
	float:right;
	width:49%;
	padding-top: 0px;
	padding-right:5px;
}
.fondoNosotros, .fondoTrabajos, .fondoFabricacion, .fondoContacto, .fondoProductos, .fondoSlider1 {
	height: 250px;
	padding-top: 20px;
}
.tablaTop {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#000;
}
.logo {
	max-height:40px;
}
.logoMini {
	max-height:40px;
	transition-duration:1s;
}
.float3Productos {
	float: none;
	margin-right: auto;
	width: 45%;
	text-align: left;
	height: auto;
	margin-bottom: 40px;
	position: relative;
	margin-left: auto;
}
.quiebre {
	word-break:break-all;
}
.negrita {
	font-weight:800;
}
.fondoTitulos {
	background-image: url(imagenes/fondo_titulos.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 250px;
	padding-top: 40px;
}
.cuadroIndex {
	margin-bottom:80px;
	padding:0px;
}
A.chicos {
	font-size: 16px;
	line-height: 24px;
}
.w3-content{
		margin-left:10px;
		margin-right:10px;
}
.w3-dropdown-content{
	cursor: auto;
	display: none;
	position: absolute;
	min-width: 300px;
	padding: 0;
	top: 36px;
	z-index: 85;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
}
.slogan {
	font-size: 30px;
	line-height: 40px;
	color:#363C3E;
}
.slogan2 {
	font-size: 16px;
	line-height: 22px;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 14px;
	line-height:26px;
}
h2 {
	font-size: 16px;
	line-height: 26px;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h3 {
	margin: 0px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
}
.w3-dropdown-content{min-width:350px}
ul.topnav {
	float: none;
	display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
	width: 100%;
	z-index: 150;
}
/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: relative;
    left: 10;
    top: 10;
	z-index: 150;
  }
  ul.topnav.responsive li {
    float: none;
    display: block;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  .columnaPie {
	width:100%;
	float:none;
}
}