body {
	margin: 0px;
	background-color: #FAFAFA;
}
button.accordion {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	font-family: "Inter", sans-serif;
}

button.accordion.active, button.accordion:hover {
	background-color: #666;
}

button.accordion:after {
	content: '\002B';
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 12px;
    background-color: #666;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
/*  max-width:950px;*/
}
.centradoVertical {
	display: flex;
    align-items: center;
    height: fit-content;;
    flex-direction: row;
}
.barraBread {
	height:60px;
	width:100%;
	background-color: #E3DBDB;
	padding:10px;
}
.barraBread h3 {
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.textos p {
	color:#FFF;
}
.alturaLogo {
	height: 165px;
}
.fondoSlider0 {
	background-image: url(imagenes/fondoSlider_0.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:cover;
}
.fondoSlider1 {
	background-image: url(imagenes/fondoSlider_1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:cover;
}
.fondoSlider2 {
	background-image: url(imagenes/fondoSlider_2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:cover;
}
.fondoSlider3 {
	background-image: url(imagenes/fondoSlider_3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:cover;
}
.fondoSliderIndexRotativo {
	background-image: url(imagenes/fondo_slider_productos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.tablaProducto {
	margin-bottom: 10px;
	height: 230px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tablaBuscador {
	padding-top:24px;
}
.inputEncuesta {
	background: #999999;
	border-style: none;
}
.break {
	clear:both;
	float:none;
}
.blanco {
	color: #FFFFFF;
}
A.blanco {
	color: #FFFFFF;
}
A.blanco:Hover {
	color: #D9E7E7;
}
.tablaTop {
	padding-top: 0px;
	padding-bottom: 0px;
	height:90px;
}
.tablaTopFondo {
	background-color:#E3DBDB;
	height:90px;
	clear:both;
}
.tablaTopFondoMini {
	background-color:#e3dbdbb5;
}
.alturaTopProductos {
	height:180px;
}
.tablaTopFondoDrop {
	background-color:#DDF0EA;
	max-height:100px;
}
.cuadroItemsHome {
	text-align:center;
	padding:30px;
}
.cuadroItemsHome h3 {
	margin-top:20px;
	margin-bottom:20px;
}
.cuadroServiciosHome {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 140%;
    transition: all 0.3s ease-in-out;
	padding:30px;
	border-radius:8px;
}
.cuadroServiciosHome:Hover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 160%;
}
.cuadroServiciosHome h1 {
	color: #fff;
	border: none;
	margin: 0px;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	text-align:center;
	padding-top:180px;
	transition-duration:0.3s;
}
.cuadroServiciosHome:Hover h1 {
	padding-top:140px;
}
.cuadroServiciosHome p {
	display:none;
	transition-duration:0.3s;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	font-family: "Inter", sans-serif;
	font-weight: normal;
	text-align:center;
}
.cuadroServiciosHome:Hover p {
	display:block;
}
.fondoVerde {
	background-color: #D9E7E7;
}
.fondoNegro {
	background-color: #666666;
}
.tablasform {
	border: 1px solid #FF0000;
	background-color: #D1D1D4;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tdContenido {
	padding: 10px;
	background: #EBEBEB;
}
.fondoIndexTop {
	background-image: url(imagenes/portada_1.jpg);
	height: 850px;
	width: 100%;
	padding-top:350px;
	background-position: center bottom;
	background-size: cover;
}
.sombra {
	text-shadow: 0px 1px 3px #333;
	-webkit-text-shadow: 0px 1px 3px #333;
	-moz-text-shadow: 0px 1px 3px #333;
}
.sombraBlanca{
	text-shadow: 2px 2px 2px #fff;
	-webkit-text-shadow: 2px 2px 2px #fff;
	-moz-text-shadow: 2px 2px 2px #fff;
}
.piePortada {
background-image: url(imagenes/pie_portada.png);
	height: 170px;
	width: 100%;
	background-position: center bottom;
	background-size: cover;
	bottom: 0px;
}
.separaTop {
	height:90px;
}
.fondoEmpresa {
	background-image: url(imagenes/frentearriba.jpg);
	height: 550px;
	width: 100%;
	background-position: center bottom;
	background-size: cover;
	padding-top: 200px;
}
.fondoContacto {
	background-image: url(imagenes/frente.jpg);
	width: 100%;
	height: 450px;
	background-position: center bottom;
	background-size: cover;
	padding-top:200px;
}
.fondoFinIndex {
	background-image: url(imagenes/fondo_contacto.jpg);
	width: 100%;
	height: 450px;
	background-position: center bottom;
	background-size: cover;
	padding-top:200px;
}
.fondoContacto h1, .fondoEmpresa h1 {
	padding-left:30px;
}
.fotoProducto {
	height: 150px;
}
.fotoProducto img {
	height: 150px;
	width:auto;
}
.fotoProductoCatalogo {
	height: 110px;
	width:130px;
	float:right;
	text-align:center;
}
.fotoProductoCatalogo img {
	height: 100px;
	width:auto;
}
.indexVerdeLoft {
	background-image: url(../imagenes/2019/index_verde_loft.jpg);
	clear: both;
	height: 250px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	padding-top:80px;
}
form {
	margin: 0px;
}
.tdSeparacionVerticalIndex {
	border-left: 1px solid #EBEBEB;
}
.paginaActual {
	border: 1px solid #333;
	padding:6px;
	width: 30px;
    height: 30px;
    display: inline-block;
	line-height:16px;
	font-weight:bold;
}
p {
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	font-family: "Inter", sans-serif;
	color: #333333;
}
.miniTop {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	font-family: "Inter", sans-serif;
	color: #666666;
}
.tituloCabania {
	text-shadow: 1px 1px 2px #333;
	-webkit-text-shadow: 1px 1px 2px #333;
	-moz-text-shadow: 1px 1px 2px #333;
	color: #809FD6;
}
.fotoSeccion {
	height:100%;
	background-color: rgba(240, 240, 240, 0.7);
}
.slogan {
	font-size: 60px;
	line-height: 70px;
    color: #fff;
	text-shadow: 2px 2px 0px #333;
	-webkit-text-shadow: 2px 2px 0px #333;
	-moz-text-shadow: 2px 2px 0px #333;
	font-weight:800;
	background-color: rgba(51, 81, 151, 0.5);
}
.slogan2 {
	font-size: 36px;
	line-height: 64px;
	color: #fff;
	text-shadow: 2px 2px 0px #333;
	-webkit-text-shadow: 2px 2px 0px #333;
	-moz-text-shadow: 2px 2px 0px #333;
	font-weight:800;
	background-color: rgba(184, 72, 70, 0.5);
}
.slogan3 {
	font-size: 60px;
	line-height: 70px;
    color: #fff;
	text-shadow: 2px 2px 0px #333;
	-webkit-text-shadow: 2px 2px 0px #333;
	-moz-text-shadow: 2px 2px 0px #333;
	font-weight:800;
}
.slogan4 {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-shadow: 2px 2px 0px #333;
	-webkit-text-shadow: 2px 2px 0px #333;
	-moz-text-shadow: 2px 2px 0px #333;
	font-weight:800;
}
.letra {
	font-family: 'Bellota Text', cursive;
	color: #FFFFFF;
	text-shadow: 3px 3px 0px #4F2C12;
	-webkit-text-shadow: 3px 3px 0px #4F2C12;
	-moz-text-shadow: 3px 3px 0px #4F2C12;
}
.sliderIndex {
	padding-top:100px;
	min-height:300px;
}
.sliderInterno {
	padding-top: 90px;
	height: 350px;
	background-color: #32539A;
	background-image: url(imagenes/prueba1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondoMatriceria {
	padding-top: 160px;
	height: 350px;
	background-color: #32539A;
	background-image: url(imagenes/fondoMatriceria2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondoInyeccion {
	padding-top: 90px;
	height: 350px;
	background-color: #32539A;
	background-image: url(imagenes/prueba4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sliderInternoFumigacion {
	padding-top: 90px;
	height: 350px;
	background-color: #32539A;
	background-image: url(imagenes/prueba2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	color: #666666;
	margin: 0px 0px 2px 0px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

h1 {
	color: #2F2017;
	border: none;
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: lighter;
}
a {
	color: #333333;
	text-decoration: none;
}
.tablaGeneral {

}
.w3-modal-content p {
	/*color:#333;*/
}
.w3-modal-content h1 {
	/*color:#333;*/
}
a:Hover {
	text-decoration: none;
	color: #000000;
}
h3 {
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.tablaBotonera {
	background-image: url(imagenes/fondo_login.png);
	background-repeat: repeat;
	background-position: left top;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin-top: 2px;
	font-weight: lighter;
	margin-bottom: 2px;
	height: 14px;
}
h4 {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: lighter;
	color: #333333;
	margin: 2px;
}
.btImagen {
	height:30px;
	width:36px;
	border:none;
	margin-top: 2px;
	margin-right: 2px;
	}
.btnAccion {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	background-color: #8BC34A;
	height: 36px;
	font-weight: bold;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom:20px;
	padding-top:20px;
	width: auto;
	transition-duration:0.3s;
	margin-top:20px;
}
.btnAccion:Hover {
	background-color: #5D76B3;
	color: #FFF;
	box-shadow: 0px 1px 10px #999;
	-webkit-box-shadow: 0px 1px 10px #999;
	-moz-box-shadow: 0px 1px 10px #999;
}
.btnAgregar {
	font-family: Lato;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #333;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	height: 30px;
	background-color: #FFFFFF;
}
.btnAgregar:Hover {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FF9130;
}
.cuadro_icono_contacto {
	float:left;
	width:120px;
	text-align:center;
	height:250px;
}
.ico_contacto {
	width:40px;
	height:40px;
}
.btnAgregarIndex {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	height: 42px;
	background-color: #335197;
	letter-spacing: 2px;
}
.btnAgregarIndex:Hover {
	background-color: #5773A9;
	color: #FFFFFF;
}
.btnAgregarIndexRojo {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	height: 42px;
	background-color: #B84846;
	letter-spacing: 2px;
}
.btnAgregarIndexRojo:Hover {
	background-color: #C05A56;
	color: #FFFFFF;
} 
.btnVerde{
	font-family: Lato;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #333;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #1B306B;
}
.btnVerde:Hover {
	color: #FFFFFF;
	background-color: #333;
	border: 1px solid #FF9130;
}
.btnCatalogo {
	background-color: #FFF;
	height: 30px;
	color: #0A9AD7;
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	border: 1px solid #0A9AD7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 30px;
}
.btnCatalogo:Hover {
	color: #333;
	background-color: #DEEFB7;
}
h6 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: 6px;
}
.tablaPie {
	margin-top: 30px;
	background-color: #BEBABA;
	padding-bottom:50px;
	padding-top:30px;
}
A.Titulos {
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
A.LinksBlancos {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.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;
}
A.chicos {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
A.botosDestacados {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin:6px;
	background-color: #D9E7E7;
	padding:6px;
}
A.botosDestacados:Hover {
	background-color: #97A0A0;
}
A.botosPag {
	color: #333;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	font-size: 16px;
	line-height:30px;
	font-weight: bold;

}
A.botosPag:Hover {
	color: #335197;
	text-decoration: none;
	text-shadow: 0px 1px 10px #999;
	-webkit-text-shadow: 0px 1px 10px #999;
	-moz-text-shadow: 0px 1px 10px #999;
}
A.botosTop {
	color: #333;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;

}
A.botosTop:Hover {
	color: #335197;
	text-decoration: none;
	text-shadow: 0px 1px 10px #999;
	-webkit-text-shadow: 0px 1px 10px #999;
	-moz-text-shadow: 0px 1px 10px #999;
}
.tablaTopFondo A.botosTop:Hover {
	color: #32539A;
	text-decoration: none;
} 
.letraFacilities {
	color: #FFFFFF;
	font-family: 'Bellota Text', cursive;
}
A.botosTopSub {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;
}
A.botosTopSub:Hover {
	color: #FF9130;
	margin-left: 2px;
}
.bordeInferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.bordo {
	color: #993333;
}

.botonform {
	color: #FFFFFF;
	height: 40px;
	border: 1px solid #000000;
	background-color: #000000;
	font-family: Lato;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.botonform:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
hr {
	border-top: 1px solid #F6F6F6;
}


A.chicos:Hover {
	color: #00FB08;
	text-decoration: underline;
}
input {
	color: #333333;
	background: #FFFFFF;
	height: 30px;
	font-family: "Ubuntu Condensed";
	font-size: 18px;
	line-height: 26px;
	padding: 4px;
}
.fondoLogin {
	background-repeat:  repeat;
	background-position: center top;
	margin: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#formLogueo {
	margin: 0px;
	padding: 0px;
}
a.BotonesTop {
	font-family: "Ubuntu Condensed";
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.fondoBotones {
	background-color: #2D2E38;
	padding: 8px;

}
.fondoBotonesTitulos {
	background-color: #4265E7;
	padding: 8px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}


textarea {
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-family: "Ubuntu Condensed";
	font-size: 18px;
	line-height: 26px;
	padding: 4px;
}
.bordegris {
	border: 2px solid #CCCCCC;
}
#DineroMail input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


select {
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #666666;
	height: 30px;
	font-family: "Ubuntu Condensed";
	font-size: 18px;
	line-height: 26px;
	padding: 4px;
}
.fondoCuerpo {
	background: url(imagenes/fondo_texto_medio.jpg)  repeat-y right top;
}
.fondoFotosHome {
	background: #ECE9D8;
}
.fondoBotonera {
	background: #999999 url(imagenes/logo_fondo_botonera.jpg) no-repeat center bottom;
}
A.Titulos:Hover {
	text-decoration: underline;

}
A.LinksBlancos:Hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copete {
	color: #666666;
}
.fotosSecciones {
	border: 1px solid #999999;
}
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:#ebebeb scroll left 0;
	outline-color:#5773A9;
}
.fondoCuerpoArriba {
	background: url(imagenes/fondo_texto_arriba.jpg) no-repeat right top;
}
.fondoCuerpoAbajo {
	background: url(imagenes/fondo_texto_abajo.jpg) no-repeat right bottom;
}
.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;
}
li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cuadro_botones {
	background: #EBEBEB url(imagenes/fondo_botonera.jpg) no-repeat center bottom;
	padding-left: 6px;
	padding-bottom: 2px;
}
.cuadro_botones_arriba {
	background-color: #999999;
}
.titulo_seccion {
	color: #CC0000;
	padding-left: 6px;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 10px;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
.tdProductos {
	border-bottom: 1px solid #CCCCCC;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 740px;
	height: 150px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	vertical-align: middle;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 740px;
	vertical-align: middle;
}

.boton_busqueda  {
	border-style: none;
}
#buscado  {
	background: #FFFFFF url(imagenes/ico_buscar.jpg) no-repeat left center;
	padding-left: 20px;
	height: 14px;
	border: 1px solid #666666;
	font: 12px/14px "Courier New", Courier, monospace;
}
.cuadro_botones_abajo {
	background: #EBEBEB url(imagenes/cuadro_botones_abajo.jpg) no-repeat right bottom;
}
.titulo_seccionBotones {
	color: #FFFFFF;
	padding-left: 6px;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-weight: normal;
}
.fondoTop {
	background: url(imagenes/fondo_top.jpg)  repeat-x left top;
}
.fondoCategoria {
	background-color: #00FF00;
	padding: 4px;
}
.fondoBuscador {
	background: url(imagenes/fondo_buscador.jpg) no-repeat left top;
}
a.BotonesTop:Hover {
	color: #333333;
}
.fondoBotonCompra {
	background-color: #00FF00;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tablaOpcionesProducto {

}

.tdTituloProducto {

}
.tdPrecioProducto {
	height: 40px;
}
.precio {
	font-weight: bold;
	color: #FE922C;
}
.precioIndex {
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FF0000;
}
.tdFotoProducto {
	height: 150px;
}
a.BotonesMenu:Hover {
	color: #E6E6E6;
	text-decoration: underline;
}
.floatDerecha {
	float: right;
	margin-left: 10px;
}
.floatIzquierda {
	float: left;
	margin-right: 10px;
}
a.BotonesMenu {
	font-family: "Inter", sans-serif;	
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.fondoAlertas {
	background-color: #00FB08;
	border: 1px solid #FEFFFA;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.fondoBotonesTop {
	background-color: ##D91947;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.tablaTextos {
	border: 2px solid #00FF00;
	margin-bottom: 10px;
	height: 230px;
	background-color: #FFFFFF;
}
.azul {
	color: #0157D0;
	font-weight: bold;
	font-size: 18px;
}
.tituloProducto {
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
}
.negro {
	color: #000000;
}
.verde {
	color: #00FF00;
}
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
.float {
	float: left;
	margin-right: 12px;
	width: 290px;
	padding: 4px;
	background-color: #F2F9F2;
}
.floatSinColor {
	float: left;
	margin-right: 12px;
	width: 290px;
	padding: 4px;
}
#break {
	clear: both;
}
.floatSinColor img {
	float: left;
	margin-right: 5px;
}
.float2SinColor {
	float: left;
	margin-right: 12px;
	width: 460px;
}
#floatDerecha {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.float3 {
	float: left;
	margin-right: 10px;
	width: 230px;
}
.float2 {
	float: left;
	margin-right: 10px;
	width: 45%;
}
.floatBotonera {
	float: left;
	margin-right: 30px;
	width: 15%;
}
.float4 {
	float: left;
	margin-right: 10px;
	width: 170px;
	text-align: center;
}
.floatProducto {
	float: left;
	margin-right: 10px;
	width: 23%;
	background-color:#fff;
	height: 310px;
	margin-bottom: 40px;
	position: relative;
	margin-left: 10px;
	border: 1px solid #335197;
	padding: 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.float3Productos {
	float: left;
	margin-right: 10px;
	width: 240px;
	text-align: left;
	height: 230px;
	margin-bottom: 40px;
	position: relative;
	margin-left: 10px;
	border: 5px solid #F4F4F4;
	padding: 8px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.float3Productos:Hover {
	border: 5px solid #D6D6D6;
}
.tituloProductosLista {
	background-image: url(imagenes/fondo_titulos_productos_lista.png);
	background-repeat: repeat;
	height: 100px;
	top: 120px;
	left: 0;
	z-index: 10;
	position: absolute;
	padding: 6px;
	width: 210px;
}
.tituloProductosLista:Hover {
	background-image: url(imagenes/fondo_titulos_productos_lista.png);
	background-repeat: repeat;
	height: 220px;
	top: 0px;
	left: 0;
	z-index: 10;
	position: absolute;
	padding: 6px;
}

.fotoProductosLista {
	height: 260px;
	z-index: 5;
	top: 10px;
	left: auto;
	position: absolute;
	width: 200px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
.BT-Productos {
}
.BT-Productos:Hover {
    -ms-transform: scale(1.02,1.02); /* IE 9 */
    -webkit-transform: scale(1.02,1.02); /* Chrome, Safari, Opera */
    transform: scale(1.02,1.02);
}
#formRegistroUsuario #radio, #radio2 {
	height: 14px;
}
.icoUser {
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 70px;
}
.titulosBotones {
	font-family: Kalam;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #678096;
	padding: 4px;
}
.titulosBotonesRubros {
	font-family: "Ubuntu Condensed";
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
	padding: 4px;
}
.titulosBotonesRubros:Hover {
	color: #FFFFFF;
	background-color: #666666;
	cursor: auto;
}
.alturaTitulo {
	height: 60px;
	text-align:center;
}
.alturaFoto {
	text-align: center;
	height: 190px;
	overflow: hidden;
}
.alturaDescripcion {
	text-align:center;
	height: 56px;
	padding: 8px;
}
.inputCantidad {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.boxMensajes {
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00CC66;
	border: 1px solid #fff;
	padding:10px;
}
.boxError {
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF3300;
	border: 1px solid #fff;
	padding:10px;
}
.tablaLogin {
	background-image: url(imagenes/fondo_login.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.logo {
	max-height:70px;
}
.barraTituloSeccion {
	height:90px;
	background-color: #335197d4;
	margin-top:0px;
	position:fixed;
	width:100%;
	padding:20px;
	transition-duration:0.3s;
}
.barraTituloSeccion h1 {
	color: #E3DBDB;
	border: none;
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	text-align:center;
}
.barraTituloSeccionMini {
	margin-top:0px;
	height:44px;
	padding:0px;
}
.paddingSlogan {
	padding-bottom:32px;
	padding-top:32px;
}
#busqueda {
	width: 170px;
	height: 34px;
	float: left;
	margin: 0px;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 30px;
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	-moz-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
}
.buscadorTop {
	margin-top:0px;
	float:right;
	border: 1px solid #CCC;
	border-radius:8px;
	background-color:#FFF;
}
.opcionBuscador {
	margin-top:10px;
	height:12px;
}
.cajaBuscador {
	width: 440px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	height:34px;
}
.video { 
width:100%;
height:650px;
}
@media screen and (max-width: 1100px) {
.cuadroServiciosHome {
	padding:20px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.cuadroServiciosHome h1 {
	padding-top:150px;

}


	.separaTop {
	height:50px;
}
.barraTituloSeccion h1 {
	color: #E3DBDB;
	border: none;
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	text-align:center;
}
.cajaBuscador {
	width: 100%;
}
.buscadorTop {
	margin-top:0px;
	padding-top:0px;
	float:none;
}
#busqueda {
	width: 86%;
}
.fotoHalf {
	max-width:90%;
}
.sliderIndex {
	padding-top:80px;
	min-height:400px;
}
.video { 
width:100%;
height:300px;
}
.cuadro_icono_contacto {
    float: none;
    width: 50px;
    text-align: center;
    height: 50px;
}
.paddingSlogan {
	padding-bottom:10px;
	padding-top:10px;
}
.barraBread {
    height: 40px;
    width: 100%;
    background-color: #E3DBDB;
    padding: 6px;
}
.barraBread .botosTop {
	margin-right: 20px;
}
.floatProducto {
    float: none;
    margin-right: 6px;
    width: 46%;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    margin-left: 6px;
    padding: 8px;
}
.fotoProducto img {
    height: auto;
    width: auto;
}
.sliderInterno, .sliderInternoCosechadoras, .sliderInternoFumigacion {
	padding-top:40px;
	height:150px;
}
.fotoSeccion {
	max-height:120px;
}
.fondoContacto, .fondoEmpresa {
	padding-top:60px;
	height:150px;
}
.tablaTop {
	padding-top: 0px;
	padding-bottom: 10px;
	height:50px;
}
.tablaTopFondo {
	height:50px;
}
.logo {
	max-width:100px;
}
A.botosTop {
	margin: 0px;
	padding:2px;
}
A.botosTop:Hover {

}
.w3-dropdown-content{
	cursor: auto;
	display: none;
	position: absolute;
	min-width: 200px;
	padding: 0;
	top: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
	.alturaFoto {
	text-align: center;
	height: auto;
	overflow: hidden;
}
.fondoIndexTop {
	padding-top: 100px;
	padding-right:40px;
}
.slogan {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.slogan2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.paddingSuperior {
	padding-top:30px!important;;	
}
.barraTituloSeccion {
    height: 50px;
    background-color: #335197d4;
    margin-top: 0px;
    position: fixed;
    width: 100%;
    padding: 6px;
}
	.paddingLogo {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
	.w3-content{
		margin-left:10px;
		margin-right:10px;
		max-width:100%;
	}
p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 20px;
}
h2 {
	font-size: 16px;
    line-height: 18px;
	font-weight: lighter;
}

h1 {
    font-size: 24px;
    line-height: 27px;
	font-weight: lighter;
}
h3 {
	color: #333333;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.fondoInstitucional {
	height: 650px;
	padding-top: 30px;
}
.avatar,.avatar2,.avatar3 {
	width: 200px;
	height: 200px;
	padding-top:70px;
}
.avatar:hover,.avatar2:hover,.avatar3:hover {
	height: 550px;
}
.fondoGrisTrama {
	height: 850px;
	background-color: #CECECE;
}
.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;
  }
  .stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 500px;
	height: 300px;
	z-index: 100;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	vertical-align: middle;
	z-index: 100;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 3px; /*margin around each panel*/
	width: 400px;
	height: 300px;
	vertical-align: middle;
	z-index: 100;
}
  .cantidad {
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding: 4px;
	height: 30px;
	width: 40px;
	color: #333;
}
.tablaBuscador {
	padding-top:6px;
}
.btnAccion {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #8BC34A;
	height: 20px;
	font-weight: bold;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-top:10px;
	width: auto;
	transition-duration:0.3s;
	margin-top:30px;
}
.btnAccion:Hover {
	background-color: #5D76B3;
	color: #FFF;
	box-shadow: 0px 1px 10px #999;
	-webkit-box-shadow: 0px 1px 10px #999;
	-moz-box-shadow: 0px 1px 10px #999;
}
}
