body {
	margin: 0px;
	background-color: #FFFFFF;
}
.tablaProducto {
	margin-bottom: 10px;
	height: 230px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.amarillo {
	background-color:#FEE600;
}
.azul {
	background-color:#00AFF0;
}
.fotoProductoInterna {
	float: left;
	width: 350px;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 8px #CCC;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	margin-right: 15px;
	margin-bottom: 15px;
}
.cantidad {
	font-weight: bold;
	text-align: center;
	border: 1px solid #CFCFD1;
}.btPagoMP {
	color: #000000;
	height: 30px;
	border: 1px solid #999999;
	background-color: #00FF00;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: "Ubuntu Condensed";
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	box-shadow: 0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	-moz-box-shadow: 0px 0px 4px #333;
	text-decoration: none;
	padding: 6px;
}
.btPagoMP:Hover {
	background-color: #FFFF33;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	-moz-box-shadow: 0px 0px 4px #333;
	padding: 4px;
}
.breadcrums {
	background-color: #FFFFFF;
	display: inline-block;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CDCDCD;
	width:100%;
}
.breadcrums H1 {
	font-family: "Ubuntu Condensed";
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}
.bordeTablaCompra {
	border: 1px solid #CCC;
	background-color: #CCC;
}
.bordeTablaInvitado {
	border: 4px solid #FF0000;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 8px #CCC;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	background-color: #FFFFFF;
}
A.chicos {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 14px;
	line-height: 16px;
	background-color: #333;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
A.chicos:Hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sinStock {
	color: #000000;
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 16px;
	line-height: 18px;
	background-color: #CCCCCC;
	padding: 2px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.enStock {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 14px;
	line-height: 18px;
	background-color: #00CC00;
	padding: 1px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tdProductos {
	border-bottom: 1px solid #CCCCCC;
}
.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;
}
.fondoBuscador {
	background: url(imagenes/fondo_buscador.jpg) no-repeat left top;
}
.fondoBotonCompra {
	background-color: #00FF00;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tdTituloProducto {

}
.tdPrecioProducto {
	height: 40px;
}
.precio {
	font-family: "Ubuntu Condensed";
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #FF0000;
}
.precioIndex {
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
}
.precioProducto {
	font-family: "Ubuntu Condensed";
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
}
.tdFotoProducto {
	height: 150px;
}
.floatDerecha {
	float: right;
	margin-left: 10px;
}
.floatIzquierda {
	float: left;
	margin-right: 10px;
}
.fondoAlertas {
	background-color: #00FB08;
	border: 1px solid #FEFFFA;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.tituloProducto {
	font-size: 30px;
	line-height: 34px;
	color: #333;
	font-family: "Ubuntu Condensed";
}
.negro {
	color: #000000;
}
.verde {
	color: #00FF00;
}
.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%;
}
.float4 {
	float: left;
	margin-right: 10px;
	width: 170px;
	text-align: center;
}
.float3Productos {
	float: left;
	margin-right: 16px;
	width: 250px;
	text-align: left;
	height: 390px;
	margin-bottom: 30px;
	border: 1px solid #00679C;
	padding: 6px;
	box-shadow: 0px 0px 8px #00679C;
	-webkit-box-shadow: 0px 0px 8px #00679C;
	-moz-box-shadow: 0px 0px 8px #00679C;
	background-color: #FFF;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.float4Productos {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 22%;
	text-align: left;
	height: 450px;
	margin-bottom: 30px;
	padding: 6px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}
.logoUAtop {
	max-width:100%;
}
.tituloProductosLista {
	display: block;
	height: auto;

}
.inputEncuesta {
	background: #999999;
	border-style: none;
}
.blanco {
	color: #FFFFFF;
}
.tablaTop {

}
.tablaTopMedio {
	background-image: url(imagenes/fondo_top_medio.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
.grande {
	font-size: 40px;
	line-height: 50px;
}

.tablaTopAbajo {
	background-image: url(imagenes/fondo_top_medio.jpg);
	background-repeat: repeat;
}


.btImagenAchica {
	text-decoration: none;
}
.btImagenAchica:Hover {
    -ms-transform: scale(0.97,0.97); /* IE 9 */
    -webkit-transform: scale(0.97,0.97); /* Chrome, Safari, Opera */
    transform: scale(0.97,0.97);
	transition-duration:0.3s;
}
form {
	margin: 0px;
}
.tdSeparacionVerticalIndex {
	border-left: 1px solid #A9D4EE;
}
.cajaBuscador {
	width: 360px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	border: 1px solid #FF6600;
}
#busqueda {
	width: 320px;
	height: 30px;
	float: left;
	margin: 0px;
	font-family: "Ubuntu Condensed";
	font-size: 14px;
	line-height: 40px;
	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: 14px;
	background-color: #fff;
}
.btImagen {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 35px;
}
p {
	margin: 0px;
	color: #333333;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h2 {
	color: #333333;
	margin: 0px;
	font-family: "Ubuntu Condensed";
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

h1 {
	color: #000000;
	margin: 0px 0px 4px;
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #fff;
	-webkit-text-shadow: 2px 2px 2px #fff;
	-moz-text-shadow: 2px 2px 2px #fff;
}
.Azul {
	color: #144796;
}

.td_bottomVer {
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color: #333333;
	text-decoration: none;
}
.tablaGeneral {


}
#simplegalleryRetenes {
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
}
a:Hover {
	text-decoration: none;
	color: #CC0000;
	transition-duration:0.5s;
}
A.botos {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6C8EB3;
	padding: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #333;
	-webkit-box-shadow: 0px 0px 4px #333;
	-moz-box-shadow: 0px 0px 4px #333;
}
A.botos:Hover {
	color: #FFFF00;
	text-decoration: underline;
	background-color: #666;
}
h3 {
	color: #666666;
	margin: 0px 0px 2px;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
}

h5 {
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	font: lighter 12px/14px Arial, Helvetica, sans-serif;
}
.Naranja {
	color: #F87F11;
}

h4 {
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 2px;
}
h6 {
	margin: 0px;
	font: 8px/10px Arial, Helvetica, sans-serif;
}
.tablaPie {
	background-color: #FFF;
}
A.copeteNoticias {
	color: #999999;
	text-decoration: none;
	font-size: 14px;
}
A.botosDestacadosTop {
	font-family: "Ubuntu Condensed";
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
}
A.botosDestacadosTop:Hover {
	color: #333;
	text-decoration: none;
}

.tablaBotonera {
	float:left;
	margin-right:20px;
	width: 220px;
}
.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;
}
.tablaBuscador {
	padding: 6px;
	/*width: 380px;*/
	height: 39px;
	display: inline-block;
}
.carritoTop {
	padding-top: 50px;
	padding-right: 20px;
	display: inline-block;
}
.fotoProductosLista {
	height: 240px;

}
.fotoProductoInternaMini {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.break {
	clear: both;
}
.btImagen {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 30px;
}
A.Titulos {
	text-decoration: none;
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
A.Titulos:Hover {
	text-decoration: none;
	color: #CC0000;

}
a.BotonesMenuPrincipal {
	font-family: "Ubuntu Condensed";
	font-size: 16px;
	line-height: 18px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	margin:0px;
}
a.BotonesMenuPrincipal:Hover {
	color: #CC0000;
	text-decoration: none;
}
.boxMensajes {
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4CD720;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.icoUser {
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 70px;
}
.icoLogout {
	float: right;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 70px;
}
.titulosBotones {
	font-family: Calibri;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	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: 50px;
}
.alturaFoto {
	height: 160px;
	overflow: hidden;
	background-color: #EBEBEB;
}
.alturaDescripcion {
	height: 110px;
	background-color: #EEEEEE;
	padding: 8px;
}
.inputCantidad {
	height: 30px;
	width:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	background-color: #FFF;
	border: 1px solid #666;
	text-align:center;
}
.botonform {
	color: #FFFFFF;
	height: 30px;
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 24px;
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.botonform:Hover {
	color: #FFFFFF;
	background-color: #CC0000;
}
hr {
	border-top: 1px solid #F6F6F6;
}
input {
	color: #333333;
	height: 30px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #333;
}
textarea {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #333;
}
.bordegris {
	border: 3px solid #7BBEE6;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	margin: 2px;
	background-color: #D6D6D6;
}
strong {
	font-weight: bold;
}

.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.naranja {
	color: #FF3333;
	text-decoration: underline;
}

A.copeteNoticias:Hover {
	color: #666666;
	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;
	border: 1px solid #00145B;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 2px;
	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;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 920px;
	height: 175px;
	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: 0px; /*margin around each panel*/
	width: 264px;
	height: 175px;
	vertical-align: middle;
	z-index: 100;
}
#posicionVideos {
	z-index: 50;
}

.big {
	font-size: 18px;
	font-weight: bold;
}
.tablaPieAtras {
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C8D5DD;

}
.amarillo {
	color: #FFFF33;
	font-weight: bold;
}
.tdBotonesTop {
	background-image: url(imagenes/tic_botones.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 62px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
}
A.naranja:Hover {
	color: #333333;
	text-decoration: none;
}
.botonesCatalogos {
	width: 22%;
	float: left;
	background-color: #FFFFFF;
	height: 250px;
	margin: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 12px;
}
.botonesCatalogos:Hover {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF3300;
}
.botonesTop {
	background-color: #FFFFFF;
	padding: 2px;
	border: 2px solid #F87F11;
	box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.botonesTop:Hover {
	background-color: #E0E0E0;
	border: 2px solid #FF0000;
	box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.botonesMarcasIndex {
	background-color: #EFEFEF;
	border: 2px solid #F87F11;
	text-align: center;
	box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	vertical-align: middle;
	font-family: "Ubuntu Condensed";
	font-size: 20px;
	line-height: 24px;
	color: #FF0000;
}
.botonesMarcasIndex:Hover {
	border: 2px solid #000000;
	box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: #666666;
}
.logoUAmini {
	position: relative;
	top: -10px;
	left: 100px;
}
.logoPalladinoMini {
	position: relative;
	top: 25px;
	left: 70px;
}
.logoPitarchMini {
	position: relative;
	top: 15px;
	left: 65px;
}
.logoLaMateraMini {
	position: relative;
	top: 10px;
	left: 75px;
}
.logoWeimarMini {
	position: relative;
	top: 15px;
	left: 90px;
}
.BT-seccion {
	color: #000;
	padding: 0px;
}
.BT-categoria {
	color: #000;
	padding: 4px;
}
.BT-seccion h2 {
	font-size: 20px;
	line-height: 20px;	
}
.sloganTop {
	position: absolute;
	visibility: visible;
	z-index: 50;
	top: 10px;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	left: 35%;
}
.padding-slogan-logo {
		padding-top:24px;
	padding-bottom:16px;
}
.mercadoCentrado {
	float:left;
	}
@media screen and (max-width: 1100px) {
.logoUAtop {
	width:80px;
	height:auto;
}
	A.botosDestacadosTop {
	font-size: 18px;
}
.mercadoCentrado {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}
h2 {
	font-size: 18px;
	line-height: 26px;
}
.padding-slogan-logo {
		padding-top:10px;
	padding-bottom:10px;
}
.padding-slogan-logo h2 {
	font-size: 14px;
	line-height: 18px;
}
.carritoTop {
	padding-top:10px;
	padding-bottom:10px;
}
	.botonesCatalogos {
	width: 24%;
}
.float4Productos {
	width: 24%;
}
	.w3-content {
		margin:20px;
	}
	.cajaBuscador {
	width: 270px;
	margin-top:10px;
	margin-bottom:10px;
}
#busqueda {
	width: 200px;
}
.mercadoCentrado {
	float:left;
	}
}
@media screen and (max-width: 600px) {
	.botonesCatalogos {
	width: 100%;
}
	.float4Productos {
	width: 100%;
}
.mercadoCentrado {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	float:none;
	}
}
@media screen and (max-width: 500px) {
	.botonesCatalogos {
	width: 100%;
}
	.float4Productos {
	width: 100%;
}
.mercadoCentrado {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	float:none;
	}
}
@media screen and (max-width: 800px) {
.tablaBotonera {
	display:none;
	}
	.mercadoCentrado {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	float:none;	
	}
}
