body {
	margin:0;
	background:url(../images/bg_catalogo.jpg) no-repeat;
	background-position:0 90px;
}
.clear {
	clear:both;
}

/* FONT FACE */
@font-face {
	font-family: 'DINLight';
	src: url('../font_face/din/din-light-webfont.eot');
	src: local('☺'), url('../font_face/din/din-light-webfont.woff') format('woff'), url('../font_face/din/din-light-webfont.ttf') format('truetype'), url('../font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('../font_face/din/din-regular-webfont.eot');
	src: local('☺'), url('../font_face/din/din-regular-webfont.woff') format('woff'), url('../font_face/din/din-regular-webfont.ttf') format('truetype'), url('../font_face/din/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINBold';
	src: url('../font_face/din/din-bold-webfont.eot');
	src: local('☺'), url('../font_face/din/din-bold-webfont.woff') format('woff'), url('../font_face/din/din-bold-webfont.ttf') format('truetype'), url('../font_face/din/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: 'DINRegular';
	font-size:36px;
	color:#6a594f;
	font-weight:normal;
	/*padding-bottom:15px;*/
	margin:0 0 15px 0;
	/*background:url(../images/hearts.png) no-repeat bottom left;*/
}
h2 {
	font-family: 'DINRegular';
	font-size:30px;
	color:#6a594f;
	font-weight:normal;
	padding-bottom:15px;
	margin:0 0 35px 0;
	/*background:url(../images/hearts.png) no-repeat bottom left;*/
}
h3 {
	font-family: 'DINRegular';
	font-size:16px;
	color:#bb9a43;
	font-weight:normal;
	padding-bottom:15px;
	margin:0 0 15px 0;
	background:url(../images/hearts.png) no-repeat bottom left;
}


/* HEADER CSS */
#header {
	position:relative;
	width:976px;
	margin:0 auto;
	padding:5px 0;
}
#header #social {
	position:absolute;
	bottom:0;
	right:0;
	width:200px;
	font-family: 'DINRegular';
	font-size:24px;
	color:#000;
	text-align:right;
}
#header #contacto {
	position:absolute;
	top:0;
	right:0;
}
#header #contacto .contact-wr {
	display:inline-block;
	margin-left:15px;
}
#header #contacto .contact-wr img {float:left;}
#header #contacto .contact-wr .text {
	float: left;
  background: #eaeaea;
  width: 175px;
  padding: 2px 10px;
  font-family: 'DINLight';
  font-size: 15px;
  color: #6f6f6f;
}
#header #contacto .contact-wr .text strong, #header #contacto .contact-wr .text b {
	display: block;
	font-family: 'DINBold';
	font-size: 22px;
	color: #000;
	font-weight: normal;
}
#header #contacto .contact-wr .text b {font-family: 'DINRegular' !important;}

 /* banner whatsapp*/
 #header #contacto .contact-wr .text-wha{float:left;background:#333333;width:175px;padding:2px 10px;font-family:'DINLight';font-size:12px;color:white;}
 #header #contacto .contact-wr .text-wha strong, #header #contacto .contact-wr .text-wha b{display:block;font-family:'DINBold';font-size:13px;color:white;font-weight:700;}
 #header #contacto .contact-wr .text-wha b{display:block;font-family:'DINBold'!important;font-size:12px;color:#57bb63;font-weight:700;}
#header #iconos {
	position:absolute;
	width:520px;
	bottom:5px;
	left:260px;
	text-align:left;
	font-family: 'DINRegular';
	font-size:14px;
	color:#000;
}
#header #iconos a {
	color:#000;
	text-decoration:none;
	margin-right:15px;
}
#header #iconos a#light {
	background:red;
	padding:5px;
	border-radius:3px;
	color:#FFF;
}

#title {
	position:relative;
	/*padding:50px 0;*/
	padding:25px 0 50px 0;
}


/* BOTONERA CSS */
#botonera {
	position:absolute;
	top:80px;
	/*right:0;*/
	background:#f3f3f3;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#botonera #sombra {
	position:absolute;
	bottom:-22px;
	right:0;
}
#botonera #info {
	float:right;
	font-family:'DINRegular';
	font-size:12px;
	color:#ac9d94;
	text-align:right;
}
#botonera #info a {
	padding:9px 25px;
	display:block;
	font-size:18px;
	color:#fa646f;
	text-decoration:none;
}
#botonera #info a:hover {
	color:#6a594f;
}
#botonera #info strong {
	font-weight:normal;
	color:#20a8dc;
}
#botonera ul {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}
#botonera ul li {
	float:left;
	position:relative;
	border:solid 1px #FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#botonera img {
	border:0;

}
#botonera .menos a {
	display:block;
	background:#d2b159;
	padding:5px 16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-decoration:none;
}
#botonera .menos a:hover {
	background:#ac8a30;
	color:#FFF;
	text-decoration:none;
}
#botonera .mas a {
	display:block;
	background:#d2b159;
	padding:5px 16px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#botonera .mas a:hover {
	background:#ac8a30;
	color:#FFF;
	text-decoration:none;
}
#botonera .menos .menosUno {
	width:10px;
	height:18px;
	background:url(../images/arrow_menos.png) no-repeat center right;
	position:absolute;
	top:10px;
	left:-10px;
	z-index:500;
}
#botonera .menos .menosUnoOver {
	width:10px;
	height:18px;
	background:url(../images/arrow-dark.png) no-repeat center right;
	position:absolute;
	top:10px;
	left:-9px;
	z-index:500;
}
#botonera .mas .masUno {
	width:10px;
	height:18px;
	background:url(../images/arrow_mas.png) no-repeat center right;
	position:absolute;
	top:10px;
	right:-10px;
	z-index:500;
}
#botonera .mas .masUnoOver {
	width:10px;
	height:18px;
	background:url(../images/arrow+dark.png) no-repeat center right;
	position:absolute;
	top:10px;
	right:-9px;
	z-index:500;
}

#botonera .num {
	display:block;
	background:#f77078;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	padding:5px 10px 4px 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#botonera .num strong {
	font-family:'DINBold';
	font-size:24px;
	color:#FFF;
	font-weight:normal;
}

/* NAV CSS */
#nav {
	position:relative;
	/*background:#f3f3f3;
	padding:5px 10px;*/
	/*margin:0 0 15px 0;*/
	margin:0 0 5px 0;
	/*border:solid 1px #FFF;
	outline:solid 1px #e3e3e3;*/
	letter-spacing:0;
	font-family:'DINRegular';
	font-size:14px;
	color:#c5b7af;
}
#nav a {
	color:#ac9d94;
	text-decoration:none;
}
#nav a:hover {
	color:#f97075;
	text-decoration:underline;
}
#nav strong {
	color:#f97075;
	font-weight:normal;
}
#nav b {
	font-family:'DINBold';
	font-size:18px;
	font-weight:normal;
}
/*
#breadcrumbs  {
	position:absolute;
	margin:0;
	letter-spacing:0;
	font-family:'DINRegular';
	font-size:16px;
	color:#000;
	right: 0;
	top: 91px;
}
*/
#formDoofinder {top:30px !important;}
#breadcrumbs {
    letter-spacing: 0;
    font-family: 'DINRegular';
    font-size: 16px;
    color: #000;
    padding-bottom: 19px;
    margin: 60px 0 35px 0;
}
#breadcrumbs a {
	color:#000;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#f97075;
	text-decoration:underline;
}
#breadcrumbs strong {
	font-family:'DINBold';
	color:#D02E31;
	font-weight:normal;
}
#breadcrumbs a:hover strong{
	color:#f97075;
	text-decoration:underline;
}
#breadcrumbs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li{
	display:inline-table;
}
#breadcrumbs ul li ul{
	padding: 10px 5px;
	display:none;
	z-index:10002;
}
#breadcrumbs ul li ul li{
	display: list-item;
}
#breadcrumbs ul li:hover ul{
	display: block;
	position: absolute;
	left: 0;
}
#breadcrumbs ul li:hover ul#categoria{
	left: 53px;
}

#breadcrumbs ul li:hover ul#subcategoria1{
	/*left: 217px;*/
	left: 40px;
	width: 185px;
	height: 165px;
	overflow: hidden;

}
#breadcrumbs ul li:hover ul#subcategoria1_more{
	/*left: 217px;*/
	left: 40px;
	width: 185px;
	top: 190px;
}

/* SUBMENU */

#breadcrumbs ul #categoria , #breadcrumbs ul #subcategoria1,#breadcrumbs ul #categoria , #breadcrumbs ul #subcategoria1_more {
	background:#FFF;
	padding:5px;
	filter:alpha(opacity=95);
	opacity:0.95;
	-moz-box-shadow: 0px 5px 15px #000;
	-webkit-box-shadow: 0px 5px 15px #000;
	box-shadow: 0px 5px 15px #999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:absolute;
	z-index:99999;
	border-left:solid 14px #fa646f;
}
#breadcrumbs ul #subcategoria1{
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#breadcrumbs ul #subcategoria1_more {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

}
#breadcrumbs ul#categoria li, #breadcrumbs ul#subcategoria1 li,#breadcrumbs ul#categoria li, #breadcrumbs ul#subcategoria1_more li{
	color:#fff;
	padding: 3px;
	margin: 2px 0px;
}

#breadcrumbs ul#categoria li:hover, #breadcrumbs ul#subcategoria1 li:hover, #breadcrumbs ul#subcategoria1_more li:hover {

	background:#fa646f;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#breadcrumbs ul#categoria li a:hover, #breadcrumbs ul#subcategoria1 li a:hover, #breadcrumbs ul#subcategoria1_more li a:hover {
	color:#fff;
	text-decoration: none;
}
#breadcrumbs ul li:hover ul#subcategoria1_more li{
	height:5px;
	cursor:pointer;
}
#breadcrumbs ul li:hover ul#subcategoria1_more .dropdown{
	background: url(../images/dropdown.png) no-repeat center center;
}
#breadcrumbs ul li:hover ul#subcategoria1_more .dropup{
	background: url(../images/dropup.png) no-repeat center center !important;
}

/* CONTENT CSS */
#content {
	position:relative;
	font-family:Arial;
	background:url(../images/bg_highlight.jpg) no-repeat bottom center;
	padding:0 0 40px 0;
}

#main {
	position:relative;
	width:1040px;
	margin:0 auto;
}

/* IMAGENES CSS */
#main #left {
	float:left;
	width:378px;
	margin-right:32px;
}
#main #right {
	float:left;
	width:630px;
	font-family:'DINLight';
	font-size:18px;
	color:#ac9d94;
}
#main #right h1 {
	font-size:30px;
}
#main #imagenes {
	width:376px;
	border:solid 1px #FFF;
	-moz-box-shadow: 0px 0px 15px #BBB;
	-webkit-box-shadow: 0px 0px 15px #BBB;
	box-shadow: 0px 0px 15px #BBB;
}
#main #imagenes #precio {
	position:absolute;
	top:0;
	right:0;
	width:76px;
	height:77px;
	padding:15px 10px 0 0;
	text-align:right;
	background:url(../images/globe_price_2.png) no-repeat top right;
	font-size:26px;
	color:#FFF;
}
#main #imagenes #icZoom {
	position:absolute;
	bottom:10px;
	right:1px;
	width:59px;
	/* height:56px; */
}

/* CARRITO CSS */
#carrito {
	position:relative;
	margin:40px 0;
}


#carrito .badge-whatsapp {
	position:absolute;
	top:-25px;
	right:170px;
}
#carrito .badge-whatsapp img {float:left;}
#carrito .badge-whatsapp .text {
	float:left;
	background:#333333;
	width:210px;
	padding:5px 10px;

	font-family: 'DINLight';
	font-size:14px;
	color:#a4a4a4;
}
#carrito .badge-whatsapp .text b {
	display:block;
	font-family: 'DINBold';
	font-size:16px;
	line-height:16px;
	color:#57bb63;
	font-weight:normal;
}
#carrito .badge-whatsapp .text strong {
	display:block;
	font-family: 'DINBold';
	font-size:20px;
	line-height:20px;
	color:#FFF;
	font-weight:normal;
}




#carrito #gastos #boton {
	position:absolute;
	top:-65px;
	right:-50px;
	z-index:501;
	/*cursor:pointer;*/
}
#carrito #gastos #hand {
	position:absolute;
	top:20px;
	right:-20px;
	z-index:502;
}
#carrito #gastos #layer {
	display:none;

	position:absolute;
	top:0;
	right:0;
	background:url(../images/bg_gastos_envio.png) no-repeat top center;
	width:263px;
	padding:45px 25px 25px 25px;
	z-index:500;
	font-family:'DINRegular';
	font-size:18px;
	color:#a13e44;
	line-height:1;
	text-shadow: 1px 1px #FFF;
	border:solid 1px #c7b794;

	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;

	-moz-box-shadow: 0px 5px 0px #d8d6d1;
	-webkit-box-shadow: 0px 5px 0px #d8d6d1;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.4);
}
#carrito #gastos #layer img {
	float:right;
	margin:0 0 15px 15px;
}
#carrito #gastos #layer span {
	font-family:Arial;
	font-size:12px;
	color:#7b7a77;
}
#carrito #btn_carrito_off {
	position:relative;
	display: inline-block;
	margin:10px 25px 0 25px;
	padding:6px 80px 6px 10px;
	background:#dadad8 url(../images/ic_btn_carrito_off.png) no-repeat;
	background-position:167px 5px;
	font-family:'DINRegular';
	font-size:14px;
	color:#c4c4c4;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#carrito #btn_carrito_off strong {
	position:absolute;
	top:5px;
	right:30px;
	font-weight:normal;
	color:#c4c4c4;
}

#carrito #btn_ver_carrito a {
	position:relative;
	display: inline-block;
	margin:10px 25px 0 25px;
	padding:6px 80px 6px 10px;
	background:#20a8dc url(../images/ic_btn_ver_carrito.png) no-repeat;
	background-position:167px 5px;
	font-family:'DINRegular';
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#carrito #btn_ver_carrito a:hover {
	background:#fa646f url(../images/ic_btn_ver_carrito.png) no-repeat;
	background-position:167px 5px;
}
#carrito #btn_ver_carrito strong {
	position:absolute;
	top:5px;
	right:30px;
	font-weight:normal;
	color:#ede2b1;
}
#formCarrito {
	position:relative;
	background:#eadeb4;
	border:solid 1px #d2b159;
	padding:20px;
	-webkit-border-top-left-radius:25px;
	-moz-border-top-left-radius:25x;
	border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-top-right-radius:25x;
	border-top-right-radius:25px;
	font-size:16px;
	color:#6a594f;
}
#formCarrito td {
	padding-bottom:15px;
}
#formCarrito td.resumen {
	padding:0;
	font-family:'DINLight';
	font-size:12px;
	color:#ac9d94;
}
#formCarrito td.resumen strong {
	font-family:'DINRegular';
	font-size:14px;
	color:#fa646f;
	font-weight:normal;
}
#formCarrito select {
	font-family:DINRegular;
	font-size:13px;
	color:#a9a8a8;
	border:solid 1px #facccc;
	padding:5px 5px 5px 0;
	width:100%;
}
#formCarrito input[type='text'] {
	font-family:'DINRegular';
	font-size:13px;
	color:#a9a8a8;
	border:0;
	padding:5px;
	margin:0;
	width:70px;
	position:absolute;
	top:3px;
	left:3px;
}

#formCarrito #cantCarrito {
	position:relative;
	background:#d2b159;
	-webkit-border-radius:4px;
	-moz-border-radius:4x;
	border-radius:4px;
	text-align:right;
	padding:6px 10px;
	font-family:'DINLight';
	font-size:16px;
	color:#FFF;
}
#formCarrito #boton {
	position:absolute;
	bottom:18px;
	left:-11px;
	background:#ff0000;
	padding:10px 50px 10px 30px;
	float:left;
	margin-right:25px;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	-webkit-top-right-border-radius:30px;
	-moz-border-top-right-radius:30px;
	border-top-right-radius:30px;
	-webkit-bottom-right-border-radius:30px;
	-moz-border-bottom-right-radius:30px;
	border-bottom-right-radius:30px;
}
#formCarrito #boton .icono {
	float:left;
	margin:3px 15px 0 0;
}
#formCarrito #boton .pico {
	position:absolute;
	top:-10px;
	left:0;
}

/* ARTICULO AGOTADO */
#formCarrito #botonAgotado {
	position:absolute;
	top:45px;
	left:-11px;
	width:250px;
	background:#615653;
	padding:10px 30px;
	float:left;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	-webkit-top-right-border-radius:30px;
	-moz-border-top-right-radius:30px;
	border-top-right-radius:30px;
	-webkit-bottom-right-border-radius:30px;
	-moz-border-bottom-right-radius:30px;
	border-bottom-right-radius:30px;
}
#formCarrito #botonAgotado strong {
	font-family:'DINBold';
	font-size:14px;
	color:#FFF;
	font-weight:normal;
}
#formCarrito #botonAgotado .icono {
	float:left;
	margin:3px 15px 0 0;
}
#formCarrito #botonAgotado .pico {
	position:absolute;
	top:-10px;
	left:0;
}

#accCarrito {
	background:url(../images/bg_accCarrito.jpg) repeat-x center left;
	padding:15px;
	border:solid 1px #ffdbe1;
	-webkit-border-bottom-left-radius:25px;
	-moz-border-bottom-left-radius:25x;
	border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-bottom-right-radius:25x;
	border-bottom-right-radius:25px;
	-moz-box-shadow: 0px 5px 0px #d8d6d1;
	-webkit-box-shadow: 0px 5px 0px #d8d6d1;
	box-shadow: 0px 5px 0px #d8d6d1;
}
#accCarrito ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#accCarrito ul li {
	float:left;
	font-family:'DINLight';
	font-size:12px;
	color:#ac9d94;
}
#accCarrito ul li strong {
	font-family:'DINBold';
	font-size:14px;
	font-weight:normal;
}
#accCarrito ul .sep{
	margin:0 10px 0 0;
	padding:0 15px 0 0;
	background:url(../images/sep_buscador.png) no-repeat top right;
}
#accCarrito ul li img {
	float:left;
	margin:0 5px 0 0;
}
#accCarrito ul li a {
	color:#ac9d94;
	text-decoration:none;
	display:block;
}
#accCarrito ul li a:hover {
	color:#000;
}

/* OPINIONES */
#opiniones {
	margin:25px 0;
	font-family:Arial;
}
#opiniones #puntuacion {
	float:left;
	margin:0 30px 20px 0;
	font-family:'DINRegular';
	font-size:13px;
	color:#000;
}
#opiniones .fecha {
	font-size:14px;
	color:#ee1a2a;
}
#opiniones .opinion {
	font-size:14px;
	color:#6a594f;
	padding-bottom:15px;
}

#opiniones #info {
	position:relative;
	background:#ffefef;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
	margin-top:5px;
	text-align:right;
	font-family:'DINRegular';
	font-size:14px;
	color:#6a594f;
}
#opiniones #info #btn a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	background:#fa646f;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 20px;
	text-align:right;
	color:#FFF;
	text-decoration:none;
}


/* PRODUCTOS DESTACADOS CSS */
#destacados {
	margin-bottom:40px;
}
#destacados ul {
	list-style:none;
	margin:0;
	padding:0;
}
#destacados ul li {
	position:relative;
	float:left;
	margin-right:22px;
	font-family:'DINRegular';
	font-size:15px;
	color:#6a594f;
	width:177px;
}
#destacados .precioOn {
	position:absolute;
	top:156px;
	right:1px;
	background:url(../images/globe_price.png) no-repeat top right;
	width:44px;
	height:42px;
	padding:28px 0 0 26px;
	font-family:'DINBold';
	font-size:20px;
	color:#FFF;
	display:block;
}
#destacados .precioOff {
	display:none;
}
#destacados ul li img {
	border:solid 1px #FFF;
	margin-bottom:5px;
	-moz-box-shadow: 0px 0px 15px #EEE;
	-webkit-box-shadow: 0px 0px 15px #EEE;
	box-shadow: 0px 0px 5px #BBB;
}
#destacados ul li strong {
	color:#000;
	font-weight:normal;
}


/* ASISTENCIA TELEFONICA CSS */
#asistencia {
	float:right;
}

/* OFERTA DEL DIA */
#diary {
	position:relative;
	background:#fff3f4;
	width:725px;
	font-family:Arial;
	font-size:14px;
	color:#ac9d94;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	-moz-box-shadow: 0px 5px 15px #EEE;
	-webkit-box-shadow: 0px 5px 15px #EEE;
	box-shadow: 0px 5px 15px #ccc;
}
#diary #label {
	position:absolute;
	top:-14px;
	right:-9px;
}
#diary #titulo {
	background:#b03e3e url(../images/tit_odd.jpg) repeat-y top left;
	padding:15px 0 15px 15px;
	font-family:'DINRegular';
	font-size:18px;
	color:#FFF;
	-webkit-top-right-border-radius:25px;
	-moz-border-top-right-radius:25px;
	border-top-right-radius:25px;
	-webkit-top-left-border-radius:25px;
	-moz-border-top-left-radius:25px;
	border-top-left-radius:25px;
}
#diary #titulo #o24_crono{
	float:right;
	margin:0 0 0 25px;
}
#diary #texto {
	padding:15px 15px 85px 15px;
}
#diary .thumb_odd {
	border:solid 1px #FFF;
	float:left;
	margin:15px;
}
#diary #oferta {
	position:absolute;
	bottom:-5px;
	left:-10px;
}
#diary #boton {
	position:relative;
	background:#fa646f;
	padding:10px 20px 10px 10px;
	float:left;
	margin-right:15px;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	-webkit-top-right-border-radius:30px;
	-moz-border-top-right-radius:30px;
	border-top-right-radius:30px;
	-webkit-bottom-right-border-radius:30px;
	-moz-border-bottom-right-radius:30px;
	border-bottom-right-radius:30px;
}
#diary #boton .icono {
	float:left;
	margin:3px 10px 0 0;
}
#diary #boton .pico {
	position:absolute;
	top:-9px;
	left:0;
}

#diary #boton strong {
	font-family:'DINBold';
	font-size:18px;
	font-weight:normal;
}
#diary #boton a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
#diary #precio {
	float:left;
	margin-right:12px;
	padding-right:18px;
	background:url(../images/sep_precios.png) no-repeat center right;
	font-family:Arial;
	color:#ac9d94;
	font-size:18px;
}
#diary #precio strong {
	font-size:36px;
	line-height:24px;
	text-decoration:line-through;
}
#diary #precioHoy {
	float:left;
	margin-right:12px;
	padding-right:18px;
	background:url(../images/sep_precios.png) no-repeat center right;
	font-family:Arial;
	color:#6a594f;
	font-size:18px;
}
#diary #precioHoy strong {
	font-size:36px;
	line-height:24px;
}
#diary #dto {
	float:left;
	padding:0 75px 25px 0;
	background:url(../images/piggybank.png) no-repeat center right;
	font-family:Arial;
	color:#cb1a10;
	font-size:18px;
}
#diary #dto strong {
	font-size:36px;
	line-height:24px;
}
/* HIGHLIGHT */
#highlight {
	width:100%;
	height:250px;
	background:url(../images/bg_highlight.jpg) no-repeat bottom center
}


/* SEO */
#bg_seo {
	position:relative;
	background:#FFF url(../images/bg_seo.jpg) repeat-x bottom left;
}
#bg_seo #shadow {
	background:url(../images/shadow.png) repeat-x top left;
	width:100%;
	height:10px;
	position:absolute;
	top:-15px;
	left:0;
}
#seo {
	width:976px;
	margin:0 auto;
	padding:50px 0 50px 0;
	font-family:Arial;
	font-size:14px;
	color:#ac9d94;
}

/* FOOTER */
#bg_footer {
	position:relative;
	background:#852626 url(../images/footer.jpg) no-repeat top center;
}
#bg_footer #shadow {
	background:url(../images/shadow.png) repeat-x top left;
	width:100%;
	height:10px;
	position:absolute;
	top:-15px;
	left:0;
}
#footer {
	position:relative;
	width:976px;
	margin:0 auto;
	padding:15px 0 40px 0;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
}
#footer #redes {
	float:right;
	text-align:right;
	margin-top:15px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li {
	position:relative;
	float:left;
	margin-top:15px;
}
#footer ul li.normal {
	width:290px;
	margin-right:15px;
}
#footer ul li.grande {
	width:365px;
}
#footer ul li a {
	display:block;
	background:#852626 url(../images/ic_info.png) no-repeat top right;
	padding:25px 0 25px 85px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:solid 1px #ac4e4e;
	text-decoration:none;
	font-family: 'DINRegular';
	font-size:14px;
	color:#ffdbdb;
}
#footer ul li a:hover {
	background:#20a8dc url(../images/ic_go.png) no-repeat bottom right;
}
#footer ul li strong {
	font-family: 'DINBold';
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

#footer .icono {
	position:absolute;
	border:0;
	top:5px;
	left:10px;
}

#footer #links {
	font-size:14px;
	color:#ffc2c2;
	margin:30px 0 5px 0;
}
#footer #links a {
	color:#ffc2c2;
	text-decoration:none;
	margin:0 8px;
}
#footer #links a:hover {
	color:#FFF;
}

.readmore a {
	color: #fa646f;

}
a.productos_relacionados {
	font-size:15px;
	color:#f77078;
	text-decoration:none;
}
a.productos_relacionados:hover {
	font-size:15px;
	color:#f77078;
	text-decoration:underline;
}
/* FONT FACE */
@font-face {
	font-family: 'DINLight';
	src: url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.eot');
	src: local('â˜º'), url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.woff') format('woff'), url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.ttf') format('truetype'), url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.eot');
	src: local('â˜º'), url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.woff') format('woff'), url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.ttf') format('truetype'), url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINBold';
	src: url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.eot');
	src: local('â˜º'), url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.woff') format('woff'), url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.ttf') format('truetype'), url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#fx-banner {
	position:fixed;
	bottom:25px;
	right:25px;
	width:408px;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	z-index:1000;
}
#fx-banner.hide {
	right:-390px;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-banner .close{
	position: absolute;
	z-index: 21;
	right: 5px;
	top: -15px;
	display: block;
	cursor:pointer;
}
#fx-fixed a.btn-facebook {
	display:block;
	width:272px;
	height:40px;
	background:url(../images/btn_facebook.png) no-repeat;
	background-position:0 0;
	margin:15px 0 2px 0;
}
#fx-fixed a.btn-facebook:hover {
	background-position:-272px 0;
}
#fx-fixed a.btn-gplus {
	display:block;
	width:272px;
	height:40px;
	background:url(../images/btn_gplus.png) no-repeat;
	background-position:0 0;
	margin:15px 0 2px 0;
}
#fx-fixed a.btn-gplus:hover {
	background-position:-272px 0;
}
#fx-fixed {
	position:relative;
	bottom:0;
	right:0;

	background:url(../images/fixed.png) no-repeat center top;
	width:348px;
	height:95px;
	padding:23px 30px;

	font-family:'DINRegular';
	font-size:16px;
	color:#7e662c;
	text-shadow:1px 1px #FFF;
	letter-spacing:-1px;

	z-index:20;
}
#fx-fixed.nreg{
	background-image:url(../images/fixed-nreg.png);
	height:145px !important;
}
#fx-fixed strong {
	display:block;
	margin-top:10px;
	font-family:'DINBold';
	font-size:36px;
	color:#000;
	font-weight:normal;
}
#fx-fixed span {
	font-size:15px;
}
#fx-fixed a {
	color:#7e662c;
	cursor:pointer;
}
#fx-fixed a:hover {
	color:#333;
}

#fx-bubble {
	position:absolute;
	background:url(../images/bubble.png) no-repeat center top;
	width:338px;
	height:107px;
	padding:25px 35px;

	font-family:'DINLight';
	font-size:18px;
	color:#333;
	line-height:20px;
	letter-spacing:-1px;
	opacity:1;

	z-index:10;
}
#fx-bubble.nreg{
	height:160px !important;
}
#fx-bubble.down {
	bottom:0;
	right:0;
	opacity:0;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-bubble.up {
	bottom:140px;
	right:0px;
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-bubble b {
	font-family:'DINBold';
	color:#000;
	font-weight:normal;
}
#fx-bubble strong {
	font-family:'DINBold';
	color:#eb4352;
	font-weight:normal;
}
#fx-bubble ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#fx-bubble ul li {
	background:url(../images/list-style.png) no-repeat left center;
	padding:0 0 0 20px;
	margin:5px 0;

	font-family:'DINBold';
	font-size:18px;
	color:#eb4352;
}
#fx-bubble ul li b {
	color:#333;
	font-weight:normal;
}
#fx-bubble span {
	font-size:14px;
	color:#aeadad;
}
#fx-bubble span a {
	color:#aeadad;
}
#fx-bubble span a:hover {
	color:#dd1c3f;
}


#fx-arrow {
	position:absolute;
	top:50px;
	left:0;
	z-index:10;
	opacity:0;
	cursor:pointer;
}

#fx-arrow.right {
	top:50px;
	left:0;
	opacity:0;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow.left {
	top:50px;
	left:-55px;
	opacity:0.8;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow.left:hover {
	opacity:1;
}
#fx-arrow.hide {
	top:50px;
	left:0;
	opacity:0 !important;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


#fx-arrow2 {
	position:absolute;
	top:50px;
	right:0;
	z-index:10;
	opacity:0;
	cursor:pointer;
	transform: rotateY(180deg);

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow2.show {
	top:50px;
	right:408px;
	opacity:0.75;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow2.show:hover {
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* PREFOOTER   */
#prefooter {
    position: relative;
    width: 976px;
    margin: 0 auto;
    padding: 15px 0px;
    font-family: Arial;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    z-index: 999999;
}
#prefooter div {
	float:left;
	width: 50%;
	margin-left: 7px;
	padding:10px;
	font-family: 'DINLight';
}
#prefooter div.sep-div {
	/*border-left: 1px dashed #ffc2c2;*/
	padding:10px 0 10px 20px;
	width: 20%;
}
.title-prefooter-div {
	color: #ffc2c2;
	font-size: 20px;
	font-weight: bold;
}
#prefooter div ul {
	padding: 0;
}
#prefooter div ul li {
	list-style: none;
}
#prefooter div ul li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
#prefooter div ul li a:hover {
	color: #ffc2c2;
	text-decoration: underline;
}


