@CHARSET "UTF-8";

/* = Quality Devs Reset CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}
html{height:100%;}
body {
	line-height: 1;margin:0;padding:0;
	font-family: Roboto Condensed;
	font-size: 16px; 
	color: #656a6f;
	background-color: #ebedef;
	width:100%;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a:hover{
	text-decoration:none;
}
.fix{clear:both;}

*:focus {
    outline: 0;
}

/****************** ERROR/ALERTAS **********************/
h4.error_busqueda{margin:20px;font-size: 28px;}
p.error_busqueda {margin: 40px 20px;font-size: 20px;text-align:center;}

div.error_box{
	height:360px;
	width:100%;
	padding: 0 20px 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
div.error_box .wrap{
	width:100%;
	height:100%;
	padding: 5px 0;
	background: url(img/404.png) no-repeat center top transparent;
	background-size: auto 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


div.alerta_box{
	height:330px;
	width:100%;
	padding: 40px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	    
}
div.alerta_box .wrap{
	width:100%;
	height:100%;
	padding: 5px 0;
	background: url(img/bell.png) no-repeat right center #bcbebf;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
div.alerta_box .wrap.result{padding-top:40px;background: url(img/bell_small.png) no-repeat center 164px #bcbebf;}
div.alerta_box .wrap form{text-align:center;}	
div.alerta_box .wrap h3 {
	margin-bottom: 10px;
	color: #696d70;
	font-size:32px;
	line-height:40px;	
}
div.alerta_box .wrap p {margin-bottom:20px;padding: 0 10px;}

div.alerta_box .wrap form input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #fff;
	width: 390px;
	padding: 0 20px;
	margin-bottom: 15px;
	height: 48px;
	font: 14px/18px "Roboto Condensed","sans-serif";
	color: #686d71;
	background: rgb(229, 229, 229);
	background: -moz-linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(90deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

#alert_btn{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	height: 48px;
	width: 120px;
	font: bold 22px/22px "Roboto Condensed","sans-serif";
	color: #fff;
	text-shadow: 0px 2px 2px rgba(15, 16, 16, 0.2);
	background: rgb(214, 15, 42);
	background: -moz-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -webkit-linear-gradient(90deg, rgb(214, 45, 42) 0%, rrgb(192, 48, 38) 100%);
	background: -o-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -ms-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: linear-gradient(180deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	cursor: pointer;
}

#alert_btn:hover{color:#000;}

@media screen and (max-width:640px) {
	p.error_busqueda {margin-bottom: 0px;font-size: 16px;}
	div.alerta_box .wrap form input {
		width:90%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}	
	div.alerta_box .wrap h3 {font-size: 26px;}
	div.error_box .wrap{background-size: 100%;}
}

/****************** LIST **********************/

.list_with_sidebar_left > .list{
	position:relative;
	float:left;
	width: 840px;	
}

.list_with_sidebar_left > .list.ciudad,
.list_with_sidebar_left > .list.vista,	
.list_with_sidebar_left > .list.busqueda{
	width: 810px;	
}

.list_with_sidebar_left .list .item{
	width:100%;	
	border-top: solid 1px #f5f6f7;
	border-bottom: solid 1px #dfe0e1;
	padding: 10px 0;
}

.list .item:first-of-type{border-top: solid 1px transparent;}
.list .item:last-of-type{border-bottom: solid 1px transparent;}

.list .item .wrap{
	width:100%;	
	height:120px;
	position:relative;
	background-color: #f3f4f5;
}

.list .item .wrap > a > img, .list .item .wrap > img{
	width: 159px;
	height:120px;
	position:absolute;
}

.list .item .wrap > span.popular{
	position:absolute;
	width:40px;
	top:0;
	left:119px;
	height: 40px;
	background: url(img/sprite.svg) repeat -151px -318px;
}
.list .item .wrap > span.oferta{
	position:absolute;
	width:40px;
	bottom:0;
	left:0;
	height: 40px;
	background: url(img/sprite.svg) repeat -151px -383px;
}
.list .item .wrap > span.novedad{
	position:absolute;
	width:40px;
	top:0;
	left:0;
	height: 40px;
	background: url(img/sprite.svg) repeat -65px -429px;
}

.list .item .wrap > .precio_wrap{
	position:absolute;
	top:0;
	right: 0;
	width: 98px;
	height:120px;
	background: #fff;
	text-align:center;
}

.list .item .wrap > .precio_wrap span.precio_original{
	display:block;
	width:100%;
	font: 20px/27px "Roboto Condensed", "sans-serif";
	color:#ff9900;	
	text-decoration: line-through;
}
.list .item .wrap > .precio_wrap span.precio_original.same_price{opacity:0;}
.list .item .wrap > .precio_wrap span.precio_oferta{
	display:block;
	width:100%;
	font: 26px/40px "Roboto Condensed", "sans-serif";
	color:#3b3f42;	
}

.list .item .wrap > .precio_wrap a.btn_comprar{
	display:block;
	font: 17px/22px "Roboto Condensed", "sans-serif";
	color:#ebedef;
	text-align:center;
	width:72px;
	margin: 3px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: rgb(214, 15, 42);
	background: -moz-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -webkit-linear-gradient(90deg, rgb(214, 45, 42) 0%, rrgb(192, 48, 38) 100%);
	background: -o-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -ms-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: linear-gradient(180deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.list .item .wrap > .precio_wrap a.btn_comprar:hover{color:#1f1f1f;}

.list .item .wrap > .precio_wrap a.btn_precio{
	color:#ff9900;	
	font: 13px/15px "Roboto Condensed", "sans-serif";
}
.list .item .wrap > .precio_wrap a.btn_precio:hover{color:#1f1f1f;}

.list .item .wrap  h3{
	color:#696d70;
	font: 21px/30px "Roboto Condensed", "sans-serif";
	padding-left: 179px;
    padding-right: 108px;
    width: 98%;
   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	        
}
.list .item .wrap  h3 > a{color:inherit}
.list .item .wrap  h3 > a:hover{color:#000}

.list .item .wrap  p{
	color:#9ba1a5;
	font: 200 20px/24px "Roboto Condensed", "sans-serif";
    padding-left: 179px;
    padding-right: 108px;
    width: 98%;
   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.list .item .wrap  p a{color:#9ba1a5;}
.list .item .wrap  p a:hover{color:#000;}

.list .item .wrap  p > i.info{
	display:inline-block;
	width:13px;
	height:12px;
	background: url(img/sprite.svg) no-repeat -90px -473px;	
}

.list .item .wrap .iconos_detalle{
	
	height:26px;
	position:absolute;
	bottom: 0;
	left: 179px;
	font-size:0;
}

.iconos_detalle .btn_precio{
	display: inline-block;
	width:26px;
	height:26px;	
	background: url(img/sprite.png) no-repeat -22px -74px; 
	margin-right:1px;
}
.iconos_detalle .btn_precio.activo, .iconos_detalle .btn_precio:hover{background-position: -22px -101px;}

.iconos_detalle .btn_ubicacion{
	display: inline-block;
	width:26px;
	height:26px;	
	background: url(img/sprite.png) no-repeat -49px -74px;
	margin-right:1px; 
}
.iconos_detalle .btn_ubicacion.activo, .iconos_detalle .btn_ubicacion:hover{background-position: -49px -101px;}

.iconos_detalle span{
	display: inline-block;
	height:26px;
	font:  16px/26px "Arial";
	color:#2d3134;
	padding: 0 5px;
	background-color: #d2d2d2;
	vertical-align: bottom;
}

.iconos_detalle .btn_sesion{
	display: inline-block;
	height:26px;
	font:  16px/26px "Arial";
	color:#2d3134;
	padding: 0 5px;
	background-color: #d2d2d2;
	vertical-align: bottom;
}
.iconos_detalle .btn_sesion.activo, .iconos_detalle .btn_sesion:hover{
	background-color: #2d3134;
	color:#d2d2d2;
}


.list .item .detalle{
	display:none;
	width:100%;
	position:relative;
	padding:45px 0 10px 10px ;
	background-color: #f3f4f5;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.detalle .ubicacion{
	display:none;
	width:100%;
	padding:10px 10px 10px 0;
	height: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.detalle .ubicacion > div.address{
	width:300px;
	padding-left: 20px;
	background: url(img/sprite.png) no-repeat -82px -74px #d3d3d3;
}

.detalle .ubicacion > div.address span {font-size: 14px;padding: 0 20px 0 10px;line-height:20px;background-color: #fff;display:block; width:auto;}
.detalle .ubicacion > div.address + div {margin-top: 20px;}

.detalle .ubicacion > div.map_wrap{width:100%;height:300px;border:solid 2px #fff;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}

.detalle h5{
	font-size: 15px;
	line-height: 25px;
	display: block;
	color: #696d70;
	margin-right: 10px;
	padding: 0 12px;
	border: solid 1px #c6cacf;
	border-bottom: none;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	background: #d2d2d2;
}
.detalle h5 a{color:#000;padding-left:20px;}


.detalle .mercado_primario, .detalle .mercado_secundario{
	border :solid 1px #c6cacf;
	padding: 6px;
	margin-bottom:10px;
	margin-right:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.detalle .item{
	position:relative;
	width:100%;	
	border-top: solid 1px #f8f9fa;
	border-bottom: solid 1px #e2e4e5;
	padding: 8px 0;
}
.detalle .item.destacado{
	background: url(img/back_proveedor_destacado.jpg) no-repeat center center;
}
.detalle .item:first-of-type{border-top: solid 1px transparent;}
.detalle .item:last-of-type{border-bottom: solid 1px transparent;}

.detalle .item.destacado span.destacado::before{
	content: 'proveedor destacado';
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 96px;
	height: 12px;
	text-align: center;
	font: bold 11px/12px "Roboto Condensed", "sans-serif";
	color: #FF2D46;
}

.detalle .item.destacado span.destacado:lang(en)::before{
	content: 'featured provider';
}

.lista_vista_popup .detalle .item.destacado span.destacado{display:none;}


.detalle > a{
	position: absolute;
	right: 0;
	top: 20px;
	display:block;
	width: 73px;
	height: 15px;
	color: #fff;
	font:  12px/11px "Roboto Condensed", "sans-serif"; 
	text-align:center;
	background: url(img/sprite.png) no-repeat right -116px;	
}
.detalle > a:hover{color:#d62d2a}

.detalle .item .wrap{
	width:100%;	
	height:60px;
	position:relative;
	background-color: transparent;
}

.detalle .item .wrap > img{
	width: 120px;
	height:60px;
	position:absolute;
}

.detalle .item .wrap > div{
	position: absolute;
	right: 0;
	top:0;
	width:215px;
	height:60px;
}

.detalle .item .wrap > div > span{
	display:inline-block;
	width: 115px;
	text-align:center;
	font: 35px/60px "Roboto Condensed", "sans-serif"; 
	color: #696d70;
}
.detalle .item .wrap > div > span.various{
	font-size:18px;
}
.detalle .item .wrap > div.agotadas > span{color:#d62d2a;font-size:30px;}

.detalle .item .wrap > div > a{
	display:block;
	float:right;
	width: 83px;
	margin: 15px 7px;
	text-align:center;
	font: 18px/30px "Roboto Condensed", "sans-serif"; 
	color:#ebedef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: rgb(214, 15, 42);
	background: -moz-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -webkit-linear-gradient(90deg, rgb(214, 45, 42) 0%, rrgb(192, 48, 38) 100%);
	background: -o-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -ms-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: linear-gradient(180deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.detalle .item .wrap > div.agotadas > a{
	background: #a7adb1;
	color:#696d70;
	cursor: default;
}

.detalle .item .wrap > div > a:hover{color:#1f1f1f;}
.detalle .item .wrap > div.agotadas > a:hover{color:inherit;}

.detalle .item .wrap > h4 {
	color: #696d70;
	font: 20px/30px "Roboto Condensed", "sans-serif";
	padding-left: 135px;
	padding-right: 207px;
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.detalle .item .wrap p {
	color: #9ba1a5;
	font: 20px/24px "Roboto Condensed", "sans-serif";
	padding-left: 135px;
	padding-right: 207px;
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.enlaces_patrocinados{
	border:solid 1px #d62d2a;
	padding:30px 10px 0;
	margin-top:10px;
	position:relative;	
}

.enlaces_patrocinados > h5{
	background-color:#e6c3c4;
	text-align:center;
	font-size: 14px;
	line-height: 30px;
	color:#2d3438;
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

@media screen and (max-width:1180px) {
	.list_with_sidebar_left .list.home,
	.list_with_sidebar_left .list.categoria,
	.list_with_sidebar_left .list.subcategoria,
	.list_with_sidebar_left .list.ciudad,
	.list_with_sidebar_left .list.busqueda,
	.list_with_sidebar_left .list.vista{width:100%;}
	.list .item .wrap{height:80px;}
	.list .item .wrap h3{padding-left:122px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.list .item .wrap p{padding-left:122px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.list_places .item .wrap h3{font-size: 18px;line-height: 20px;}
	.list_places .item .wrap p{font-size: 14px;line-height: 16px;}
	.list .item .wrap > img, .list .item .wrap > a > img{width: 107px;height:80px;}
	.list .item .wrap > span.popular{width:20px;left:87px;height: 20px;background-position:-171px -362px;}
	.list .item .wrap > span.oferta{width:20px;height: 20px;background-position:-151px -428px;}
	.list .item .wrap > span.novedad{width:20px;height: 20px;background-position:-110px -429px;}
	.list .item .wrap .iconos_detalle{height:26px;position:absolute;bottom: 0;left: 122px;font-size:0;}
	.iconos_detalle .btn_sesion, .iconos_detalle span{font-size: 12px;}
	.list .item .wrap .precio_wrap{height:80px;}
	.list .item .wrap .precio_wrap span.precio_original{display:inline-block;width:100%;font-size:18px;line-height:24px;}
	.list .item .wrap .precio_wrap span.precio_oferta{display: inline-block;width:100%;font-size:22px;line-height:24px;}
	.list .item .wrap .precio_wrap .btn_precio {display:none;}
	.detalle h5{font-size:13px}
	.detalle .item .wrap {height: 50px;}
	.detalle .item .wrap > img {width: 100px;height: 50px;}
	.detalle .item .wrap > h4 {font: 18px/25px "Roboto Condensed", "sans-serif";padding-left: 120px;padding-right: 192px;}
	.detalle .item .wrap > p {font: 18px/25px "Roboto Condensed", "sans-serif";padding-left: 120px;padding-right: 192px;}
	.detalle .item .wrap > div{width:210px;height:50px;}
	.detalle .item .wrap > div > span {width: 110px;font: 33px/50px "Roboto Condensed", "sans-serif";}
	.detalle .item .wrap > div.agotadas > span{font-size:20px;}
	.detalle .item .wrap > div > a {margin: 10px 7px;}
}
@media screen and (max-width:640px) {
	.list .item .wrap{height:87px;}
	.list_places .item .wrap{height:80px;}
	.list .item .wrap > img, .list .item .wrap > a > img {width: 80px;height: 60px;}
	.list_places .item .wrap > img {width: 107px;height:80px;}
	.list .item .wrap .iconos_detalle{left: 0;font-size: 0;}
	.list_places .item .wrap .iconos_detalle{left: 122px;font-size: 0;}
	.list .item .wrap > span.popular{left:60px;}
	.list .item .wrap > span.oferta{width:20px;bottom:27px;}
	.list .item .wrap h3{padding-left:90px;padding-right:60px;font-size:16px;line-height:20px;-o-text-overflow: clip;text-overflow: clip;overflow:auto;white-space: normal;max-height:40px;}
	.list .item .wrap p{padding-left:90px;padding-right:60px;font-size:14px;line-height:20px;}
	.list_places .item .wrap h3{font-size: 18px;line-height: 20px;padding-left:122px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.list_places .item .wrap p{font-size: 14px;line-height: 16px;padding-left:122px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.list_cities .item .wrap > img{width: 107px;height:80px;}
	.list_cities .item .wrap > span.popular{width:20px;left:87px;height: 20px;background-position:-171px -362px;}
	.list_cities .item .wrap > span.oferta{width:20px;height: 20px;background-position:-151px -428px;}
	.list_cities .item .wrap > span.novedad{width:20px;height: 20px;background-position:-110px -429px;}
	.list_cities .item .wrap h3{padding-left:122px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.list_cities .item .wrap p{padding-left:122px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	
	.list .item .wrap .precio_wrap{height:87px;width:60px;}
	.list .item .wrap .precio_wrap .btn_precio {display:inline-block;}
	.list .item .wrap .precio_wrap a.btn_comprar {
		font: 13px/22px "Roboto Condensed", "sans-serif";
		width: 50px;
		margin: 3px auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.list .item .wrap .precio_wrap span.precio_original{display:block;width:100%;font-size:12px;line-height:18px;}
	.list .item .wrap .precio_wrap span.precio_oferta{display:block;width:100%;font-size:18px;line-height:24px;}
	.detalle h5{font-size:13px;line-height:20px}
	.detalle .item .wrap {height: 40px;}
	.detalle .item .wrap > img {width: 80px;height: 40px;}
	.detalle .item .wrap > h4 {font: 16px/20px "Roboto Condensed", "sans-serif";padding-left: 100px;padding-right: 172px;}
	.detalle .item .wrap > p {font: 16px/20px "Roboto Condensed", "sans-serif";padding-left: 100px;padding-right: 172px;}
	.detalle .item .wrap > div{width:160px;height:40px;}
	.detalle .item .wrap > div > span {width: 70px;font: 24px/40px "Roboto Condensed", "sans-serif";}
	.detalle .item .wrap > div > span.various {font-size: 12px;}
	.detalle .item .wrap > div.agotadas > span{font-size:16px;}
	.detalle .item .wrap > div > a {margin: 10px 7px;}
	.detalle .item .wrap > div > a {
		width: 70px;
		margin: 8px 7px;
		font: 16px/24px "Roboto Condensed", "sans-serif";
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.detalle .ubicacion > div.map_wrap {height:200px;}
	.detalle .item.destacado span.destacado::before{
		bottom: 2px;
		right: 0;
		width: 88px;
		height: 11px;
		text-align: center;
		font: bold 10px/11px "Roboto Condensed", "sans-serif";
		color: #FF2D46;
	}
}

@media screen and (max-width:480px) {
	.detalle .ubicacion > div.address{width:100%;-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box;}
	.detalle .ubicacion > div.address span{font-size:12px;line-height:16px;}
	.list .item .wrap h3{font-size:14px;}
	.list .item .wrap p{font-size:13px;}
	
	.detalle .item .wrap {height: 30px;}
	.detalle .item .wrap > img {width: 60px;height: 30px;}
	.detalle .item .wrap > h4 {font: 13px/15px "Roboto Condensed", "sans-serif";padding-left: 70px;padding-right: 136px;}
	.detalle .item .wrap > p {font: 13px/15px "Roboto Condensed", "sans-serif";padding-left: 70px;padding-right: 136px;}
	.detalle .item .wrap > div{width:136px;height:30px;}
	.detalle .item .wrap > div > span {width: 70px;font: 14px/30px "Roboto Condensed", "sans-serif";}
	.detalle .item .wrap > div.agotadas > span{font-size:12px;}
	.detalle .item .wrap > div > a {margin: 10px 7px;}
	.detalle .item .wrap > div > a {width: 60px;margin: 5px 3px;font: 14px/20px "Roboto Condensed", "sans-serif";}
	.detalle .item.destacado span.destacado::before{
		width: 100%;
		bottom: 0;
	}
}


/**************** VISTA MAPA, CALENDARIO ***************************/

#widget_header {
	width: 100%;
	height: 24px;
	background: url(img/logo_blanco.png) no-repeat center center #d62d29;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	position:relative;
	z-index: 100;
}

#listado_vista_calendario{
	display:none;
	width:100%;
	height:100%;
}

#listado_vista_mapa{
	display:none;
	width:100%;
	height:100%;	
}

#vista_map, #vista_calendar{
	width: 100%;
	height: 100%;
	position:relative;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

#map_wrap{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width: 100%;
	height: 100%;
	padding:34px 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#map_vista_mapa{
	width: 100%;
	height: 100%;
}

#calendario_vista_calendario{
	width: 100%;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lista_vista_popup{
	height: 100%;
	width: 100%;		
	overflow: auto;
}

.lista_vista_popup .item{width: 100%;border-top: solid 1px #f5f6f7;border-bottom: solid 1px #dfe0e1;padding: 5px 0;}

.lista_vista_popup .item .wrap{width: 100%;height: 87px;position: relative;background-color: #f3f4f5;}
.lista_vista_popup .item .wrap > img, .lista_vista_popup .item .wrap > a > img {
	width: 80px;
	height: 60px;
	position: absolute;
}
.lista_vista_popup .item .precio_wrap{
	position: absolute;
	top: 0;
	right: 0;
	height: 87px;
	width: 60px;
	background: #fff;
	text-align: center; 
}
.lista_vista_popup .item .precio_wrap span.precio_original {
	display: block;
	width: 100%;
	font: 14px/18px "Roboto Condensed", "sans-serif";
	color: #ff9900;
	/* text-decoration: line-through; */
}
.lista_vista_popup .item .precio_wrap span.precio_original.same_price{opacity:0;}
.lista_vista_popup .item .precio_wrap span.precio_oferta {
	display: block;
	width: 100%;
	font: 17px/24px "Roboto Condensed", "sans-serif";
	color: #3b3f42;
}

.lista_vista_popup .item .wrap > .precio_wrap a.btn_comprar {
	display: block;
	font: 13px/22px "Roboto Condensed", "sans-serif";
	color: #ebedef;
	text-align: center;
	width: 50px;
	margin: 3px auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(214, 15, 42);
	background: -moz-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -webkit-linear-gradient(90deg, rgb(214, 45, 42) 0%, rrgb(192, 48, 38) 100%);
	background: -o-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: -ms-linear-gradient(90deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	background: linear-gradient(180deg, rgb(214, 45, 42) 0%, rgb(192, 48, 38) 100%);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.lista_vista_popup .item .wrap > .precio_wrap a.btn_comprar:hover {color: #1f1f1f;}

.lista_vista_popup .item .precio_wrap a.btn_precio {
	color: #ff9900;
	font: 13px/15px "Roboto Condensed", "sans-serif";
}
.lista_vista_popup .item .precio_wrap a.btn_precio:hover {
	color: #1f1f1f;
}

.lista_vista_popup .item .wrap h3 {
	color: #696d70;
	font: 16px/20px "Roboto Condensed", "sans-serif";
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 90px;
	padding-right: 60px;
	-o-text-overflow: clip;
	text-overflow: clip;
	overflow: auto;
	white-space: normal;
	max-height: 40px;
}
.lista_vista_popup .item .wrap h3 > a{color:inherit}
.lista_vista_popup .item .wrap h3 > a:hover{color:#000}

.lista_vista_popup .item .wrap p {
	color: #9ba1a5;
	font: 200 13px/20px "Roboto Condensed", "sans-serif";
	padding-left: 90px;
	padding-right: 60px;
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lista_vista_popup .iconos_detalle{
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0px;
	font-size: 0;
}
.lista_vista_popup .iconos_detalle .btn_sesion, .lista_vista_popup .iconos_detalle span  {font-size: 12px;}

.lista_vista_popup .detalle{
	display: none;
	width: 100%;
	position: relative;
	padding: 45px 0 10px 10px;
	background-color: #f3f4f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lista_vista_popup .detalle .precios{padding-bottom:10px;}

.lista_vista_popup .detalle h5 {font-size: 13px;line-height: 20px;}
	
.lista_vista_popup .detalle .item {
	height:22px;
	min-height:22px;
	padding: 10px 0;
	border: none;
	margin-bottom: 0;
}
.lista_vista_popup .detalle .item .wrap {height: 30px;background-color: transparent;}
.lista_vista_popup .detalle .item .wrap > img {width: 60px;height: 30px;}

.lista_vista_popup .detalle .item .wrap > h4 {
	font: 13px/15px "Roboto Condensed", "sans-serif";
	padding-left: 70px;
	padding-right: 136px;
}
.lista_vista_popup .detalle .item .wrap > p {
	font: 13px/15px "Roboto Condensed", "sans-serif";
	padding-left: 70px;
	padding-right: 136px;
}
.lista_vista_popup .detalle .item .wrap > div {
	width: 136px;
	height: 30px;
}

.lista_vista_popup .detalle .item .wrap > div > span {
	display: inline-block;
	width: 50px;
	text-align: center;
	font: 16px/22px "Roboto Condensed", "sans-serif";
}

.lista_vista_popup .detalle .item .wrap > div > a {
	width: 60px;
	margin: 0px 3px;
	font: 14px/20px "Roboto Condensed", "sans-serif";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lista_vista_popup .detalle .item .wrap > div > a:hover {color:#1f1f1f;}


#calendario_vista_calendario .event_calendar{
	position:relative;
	width:65px;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#calendario_vista_calendario .event_calendar.events_1{
	height: 29px;
	background-position: 0 -203px;
	margin-top: 12px; 
}
#calendario_vista_calendario .event_calendar.events_2{
	height: 44px;
	background-position: -65px -203px;
	margin-top: 6px; 
}
#calendario_vista_calendario .event_calendar.events_3{
	height: 60px;
	background-position: -130px -203px;
	margin-top: 0px; 
}
#calendario_vista_calendario .event_calendar span{
	display:block;	
	width:22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #ff0000;
	font-size: 12px;
	text-align:center;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	position: absolute;
	right: -1px;
	bottom: -10px;
}

@media screen and (max-width:1100px) {
	.fc table {font-size: 14px;}
}
@media screen and (max-width:960px) {
	.fc table {font-size: 12px;}
}

@media screen and (max-width:640px) {
	#calendario_vista_calendario{padding: 5px 10px;}
	
	#calendario_vista_calendario .event_calendar{width:50px;margin-left: 13px;}
	#calendario_vista_calendario .event_calendar.events_1{height: 22px;background-position: 0 -232px;margin-top: 2px;} 
	#calendario_vista_calendario .event_calendar.events_2{height: 33px;background-position: 0 -254px;margin-top: 2px;} 
	#calendario_vista_calendario .event_calendar.events_3{height: 49px;background-position: -65px -254px;margin-top: 0px;}
}

@media screen and (max-width:480px) {
	#calendario_vista_calendario .event_calendar{width:50px;margin-left: 3px;}
}

@media screen and (max-width:425px) {
	#listado_vista_calendario #widget_header{display:none;}
	#vista_calendar{padding: 2px;}
		
	#calendario_vista_calendario .event_calendar{
		position:relative;
		background: none;
		margin: 0 auto;
		width: 100%;
	}
	#calendario_vista_calendario .event_calendar.events_1,
	#calendario_vista_calendario .event_calendar.events_2,
	#calendario_vista_calendario .event_calendar.events_3 {
		width: 100%;
		height: 22px;
		margin-top: 0px;
	}
	#calendario_vista_calendario .event_calendar span {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		color: #fff;
		background-color: #ff0000;
		font-size: 10px;
		text-align: center;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		position: relative; 
		left:0;
		top:0;
	}
	
	.fc table {font-size: 9px;}
	.fc-header .fc-button {margin-bottom: 4px;vertical-align: top;}
}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: none;}

/**************** BOTON IR ARRIBA ***************************/

#go_top{
	display:none;
	width: 100px;
	height: 100px;
	background: url(img/go_top.png) no-repeat center center transparent;
	position:fixed;
	right:10px;
	bottom: 10px;
	opacity:0.3;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

#go_top:hover{opacity: 1.0}

@media screen and (max-width:840px) {
	#go_top{width: 60px;height: 60px;background-size:cover;}
}