body {
	margin: 0px;
	background-color: #fff;
}
.margenDerecho {
	right:100px;
	position:absolute;
	bottom:0;
}
.paddingContenido {
	padding-top:230px;
}
.bordeTop {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #a4c0c8;
	background-image: url(imagenes/fondo_bordeTop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fotoContacto {
	background-attachment: scroll;
	background-image: url(imagenes/consultorio_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.tablaTop {
	background-color: #A4C0C8;
	padding-top: 0px;
	height: 80px;
}
.turnoTop, .turnoTopLargo {
	float: right;
	width: 180px;
	height: 40px;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 4px;
	font-family: Lato;
	font-size: 18px;
	line-height: 22px;
	color: #666;
	margin-top:6px;
	box-shadow: 0px 1px 3px #333;
	-webkit-box-shadow: 0px 1px 3px #333;
	-moz-box-shadow: 0px 1px 3px #333;
}
.turnoTop:Hover, .turnoTopLargo:Hover {
	transition-duration: 0.2s;
	background-color: #31AF36;
	border-radius: 0px;
	color: #FFF;
	box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	-moz-box-shadow: 0px 1px 3px #000;
}
.botoneraTop {
	background-color:rgba(45,152,175,0.5);
	padding-top:24px;
	padding-bottom:24px;
	margin-top:15px;
}
.botoneraTopMini {
	background-color:rgba(45,152,175,0.8);
	padding-top:0px;
	padding-bottom:0px;
	transition-duration: 0.5s;
}
/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: Lato;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  cursor:pointer;
}
.dropdown .dropbtn:hover {
  color: #333;
  transition-duration:0.5s;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  /*background-color: red;*/
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #A4C0C8;
  width: 100%;
  height:500px;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:150px;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #A4C0C8;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
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: 'Khand', 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;*/
}
.textos p {
	color:#FFF;
}
.alturaLogo {
	height: 165px;
}
.fondoSlider1 {
	background-image: url(imagenes/fondo_slider_2022.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:0px;
}
.fondoEmpresa {
	background-image: url(imagenes/fondo_empresa.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.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;
}

.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;
}
.fondoEntorno {
	background-image: url(imagenes/fondo_slogan_index.jpg);
	background-attachment: fixed;
	height: 700px;
	width: 100%;
	background-position: center bottom;
	background-size: cover;
	padding-top: 280px;
}
.fondoContacto {
	background-image: url(imagenes/foto_contacto.jpg);
	width: 100%;
	background-position: center bottom;
	background-size: cover;
}
.indexAzul {
	background-image: url(../imagenes/2019/index_azul.jpg);
	clear: both;
	height: 250px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	padding-top:80px;
}
.indexVerde {
	background-image: url(../imagenes/2019/index_verde.jpg);
	clear: both;
	height: 250px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	padding-top:80px;
}
.indexBlanca {
	background-image: url(../imagenes/2019/index_blanca.jpg);
	clear: both;
	height: 250px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	padding-top:80px;
}
.indexNegra {
	background-image: url(../imagenes/2019/index_negra.jpg);
	clear: both;
	height: 250px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	padding-top:80px;
}
.indexRoja {
	background-image: url(../imagenes/2019/index_roja.jpg);
	clear: both;
	height: 250px;
	width: 100%;
	background-position: right top;
	background-size: cover;
	padding-top:80px;
}
.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;
}
p {
	font-size: 18px;
	line-height: 26px;
	margin: 0px;
	font-family: 'Khand', sans-serif;
	color: #666666;
}
.miniTop {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	font-family: 'Titillium Web', 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;
}
.slogan {
	font-size: 70px;
	line-height: 90px;
    color: #FFF;
}
.slogan2 {
	font-size: 40px;
	line-height: 60px;
	color: #F0F0F0;
}
.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 {
	height:770px;
	overflow:hidden;
}
.cuadroSlogans {
	float:left;
	padding-top:300px;
	padding-left:90px;
}
.sliderInterno {
	padding-top:150px;
	min-height:200px;
}
.paddingTop {
	padding-top:20px;
	padding-left:10px;
}
.sloganTop {
	color: #000;
	margin: 0px 0px 2px 0px;
	font-family: 'Khand', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	color: #92C4D5;
	margin: 0px 0px 2px 0px;
	font-family: 'Khand', sans-serif;
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}

h1 {
	color: #2F2017;
	border: none;
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: 'Khand', 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: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: lighter;
	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: Lato;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
	color: #666666;
	margin: 2px;
}
.btImagen {
	height:30px;
	width:33px;
	border:none;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	}
#busqueda {
	width: 150px;
	height: 30px;
	float: left;
	margin: 0px;
	font-family: "Ubuntu Condensed";
	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;
}
.btnComprar {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	background-color: #1674B2;
	height: 36px;
	font-weight: bold;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 20px;
	background-image: url(imagenes/carrito.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	width:100%;
}
.btnComprar:Hover {
	background-color: #003366;
}
.btnCompras {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	background-color: #1674B2;
	height: 36px;
	font-weight: bold;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 20px;
	width: 200px;
}
.btnCompras:Hover {
	background-color: #333333;
}
.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;
}

.btnAgregarIndex {
	font-family: 'Khand', 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: 44px;
	letter-spacing: 2px;
	border: 1px solid #FFF;
}
.btnAgregarIndex:Hover {
	background-color: #92C4D5;
	color: #FFFFFF;
}
.btnAgregarPatologias {
	font-family: 'Khand', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #666;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	letter-spacing: 2px;
	border: 1px solid #92C4D5;
	margin:20px;
}
.btnAgregarPatologias:Hover {
	background-color: #92C4D5;
	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:40px;
	background-color: #3D9AB0;
}
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.botosTop {
	color: #333333;
	text-decoration: none;
	font-family: Lato;
	margin-top: 8px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
}
A.botosTop:Hover {
	color: #FFFFFF;
	text-decoration: none;
 	transition-duration:0.5s;
}
.letraFacilities {
	color: #FFFFFF;
	font-family: 'Bellota Text', cursive;
}
A.botosTopSub {
	color: #FFF;
	text-decoration: none;
	font-family: Lato;
	margin:0px;
}
A.botosTopSub:Hover {
	color: #333333;
	  transition-duration:0.5s;
}
.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:#ECE9D8 scroll left 0;
	outline-color:#333333;
}
.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: 'Titillium Web', 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;
}
.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;
}
a.logo {
	font-family: 'Domine', serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	color: #FF9130;
	text-decoration: none;
}
.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-width:100%;
}
.paddingCuadrosIndex {
	padding-left:0px;
	padding-right:0px;
}
.logoMovil {
	display:none;
}
.sombraMovile {
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
}
@media screen and (max-width: 1100px) {
.sombraMovile {
	text-shadow: 0px 1px 2px #333;
	-webkit-text-shadow: 0px 1px 2px #333;
	-moz-text-shadow: 0px 1px 2px #333;
}
.cuadroSlogans {
	float:left;
	padding-top:260px;
	padding-left:0px;
	position:absolute;
}
.sliderIndex {
	height:500px;
	overflow:hidden;
}
.margenDerecho {
	right:0px;
	position:absolute;
	bottom:0;
}
.turnoTop {
	float: right;
	width: 80px;
	height: 22px;
	padding: 2px;
	text-align: center;
	background-color: #FFF;
	border-radius: 4px;
	font-family: Lato;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	margin-top:6px;
	box-shadow: 0px 1px 3px #333;
	-webkit-box-shadow: 0px 1px 3px #333;
	-moz-box-shadow: 0px 1px 3px #333;
}
.turnoTop:Hover {
	transition-duration: 0.2s;
	background-color: #31AF36;
	border-radius: 0px;
	color: #FFF;
	box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	-moz-box-shadow: 0px 1px 3px #000;
}
.bordeTop {
	background-color: #DFDEDC;
	background-image:none;
}
.paddingContenido {
	padding-top:120px;
}
.fondoEntorno {
	height: 400px;
	padding-top: 100px;
}
.paddingCuadrosIndex {
	padding-left:10px;
	padding-right:10px;
}
.paddingTop {
	padding-top:0px;
	padding-left:0px;
}
.botoneraTop {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
}
.botoneraTopMini {
}
.tablaTop {
	padding-top: 0px;
	padding-bottom: 10px;
}
.tablaTopFondoDrop {

}
.tablaTopFondo {

}
.logo {
	max-width:40px;
	display:none;
}
.logoMovil {
	max-width:40px;
	float:left;
	display:inline;
}
A.botosTop {
	margin: 0px;
	padding:6px;
}
A.botosTop:Hover {

}
.w3-dropdown-content{
	cursor: auto;
	display: none;
	position: absolute;
	min-width: 300px;
	padding: 0;
	top: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
	height:auto;
}
	.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;
}
	.paddingLogo {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
	.w3-content{
		margin-left:10px;
		margin-right:10px;
	}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: lighter;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: lighter;
}
.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;
}
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;
}
}
.bordeRojo {
	box-shadow: 20px 20px 0px #6A0B01;
	-webkit-box-shadow: 20px 20px 0px #6A0B01;
	-moz-box-shadow: 20px 20px 0px #6A0B01;
}
