/* * general ***************************************************************************************************************************************************************************** */
body {
	background: #7E6F5E;
	color: #443e38;
	font-family: 'Spirax', 'cursive';
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
a {
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
	text-decoration: none
}
a img {
	border: 0;
}
div.bg_total {
	background: url("../img/web/bg_total.png") repeat;
}
div.contenedor {
	margin: 0 auto;
	width: 980px;
}
.izq {
	float: left;
}
.der {
	float: right;
}
div.espacio {
	clear: both;
}
div.espacio_h10 {
	clear: both;
	height: 10px;
}
div.espacio_h20 {
	clear: both;
	height: 20px;
}

/* * cabecera ***************************************************************************************************************************************************************************** */
div.cabecera_top {
	background: url("../img/web/bg_cab_top.png") repeat;
	line-height: 30px;
}
div.cabecera_top .titulo_pagina {
	color: #ffffff;
	font-weight: 300;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
div.cabecera_top .redes_sociales {
	display: inline-block;
	margin: 6px 0;
	padding: 0;
	float: right;
}
div.cabecera_top .redes_sociales li {
	float: left;
	text-indent: -10000px;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.cabecera_top .redes_sociales li a {
	background: url("../img/web/redes_top.png") no-repeat;
	display: block;
	height: 17px;
	width: 17px;
	margin-left: 12px;
}
div.cabecera_top .redes_sociales li .tw {
	background-position: 0 0;
}
div.cabecera_top .redes_sociales li .fb {
	background-position: -23px 0;
}
div.cabecera_top .redes_sociales li .go {
	background-position: -50px 0;
}
div.cabecera_top .redes_sociales li .fl {
	background-position: -75px 0;
}
div.cabecera_top .redes_sociales li .yt {
	background-position: -99px 0;
}
div.cabecera_top .redes_sociales li .tw:hover {
	background-position: 0 -17px;
}
div.cabecera_top .redes_sociales li .fb:hover {
	background-position: -23px -17px;
}
div.cabecera_top .redes_sociales li .go:hover {
	background-position: -50px -17px;
}
div.cabecera_top .redes_sociales li .fl:hover {
	background-position: -75px -17px;
}
div.cabecera_top .redes_sociales li .yt:hover {
	background-position: -99px -17px;
}
div.cabecera_mid {
	background: url("../img/web/bg_cab_mid.png") repeat-x;
	padding-bottom: 5px;
	position: relative;
	z-index: 20;
}
div.cabecera_mid .logo {
	font-size: 4em;
	color: #c44e4e;
	position: relative;
	line-height: 40px;
	margin: 20px 0;
}
div.cabecera_mid .logo span {
	background: url("../img/mollo.png") no-repeat;
	display: inline-block;
	width: 104px;
	height: 113px;
	position: absolute;
	z-index: 10;
	top: -26px;
}
div.cabecera_mid .logo strong {
	font-weight: 300;
	padding-left: 110px;
}
div.cabecera_mid .logo:hover span {
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg)
}

/* * Buscador ************************************************************************************************************************************************* */
div.buscador_ajax {
	margin: 26px 0;
	position: relative;
	display: inline-block;
}
div.buscador_ajax input[type=text] {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #8f857a;
	border-width: 0 0 1px;
	font-family: 'Spirax', 'cursive';
	color: #8f857a;
	font-size: 1.5em;
	height: 26px;
	width: 160px;
}
div.buscador_ajax input[type=submit] {
	background: url("../img/web/sprite.png") no-repeat scroll 0 0 transparent;
	border-width: 0;
	cursor: pointer;
	height: 14px;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	top: 6px;
	width: 14px;
	z-index: 50;
}
div.buscador_ajax input[type=submit]:hover {
	background-position: 0 -14px;
}
div.buscador_ajax:hover input[type=text] {
	color: #c44e4e;
	border-bottom: 1px solid #c44e4e;
}
div.buscador_ajax input[type=text]:focus {
	color: #c44e4e;
	border-bottom: 1px solid #c44e4e;
}
div.resultados_busqueda {
	display: none;
	right: 0;
	position: absolute;
	z-index: 51;
	top: 35px;
}
div.resultados_busqueda .bg_busqueda_top {
	background: #c44e4e;
	height: 2px;
}
div.resultados_busqueda .bg_busqueda {
	background: none repeat scroll 0 0 #ffffff;
}
div.resultados_busqueda .bg_busqueda_end {
	background: #c44e4e;
	height: 2px;
}
div.resultados_busqueda .bg_busqueda_inner {
	height: 280px;
	overflow: auto;
	width: 300px;
	padding: 10px 10px 10px 10px;
}
div.resultados_busqueda .cont_linea_buscador {
	cursor: pointer;
	line-height: 15px;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.resultados_busqueda .cont_linea_buscador a {
	display: inline-block;
}
div.resultados_busqueda .cont_linea_buscador .f_b {
	width: 50px;
	height: 50px;
	text-indent: -10000px;
	float: left;
	margin-right: 10px;
}
div.resultados_busqueda .cont_linea_buscador .n_b {
	color: #847A70;
	font-size: 1.4em;
}
div.resultados_busqueda .cont_linea_buscador .p_b {
	font-size: 1.8em;
	font-style: italic;
	color: #c44e4e;
}
div.resultados_busqueda .cont_linea_buscador .celda_b {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
div.resultados_busqueda .cont_linea_buscador:hover a {
	color: #c44e4e;
}

/* * minicesta ********************************************************************************************************************************************************* */
div.contiene_minicesta {
	position: relative;
	margin: 27px 0;
}
a.bg_cesta {
	color: #8F857A;
	display: inline-block;
	font-size: 1.5em;
	line-height: 26px;
	position: relative;
	text-indent: 26px;
}
a.bg_cesta .ico_cesta {
	background: url("../img/web/sprite.png") no-repeat scroll -179px 0 transparent;
	display: inline-block;
	height: 14px;
	left: 0;
	position: absolute;
	text-indent: -10000px;
	top: 4px;
	width: 19px;
	margin-right: 10px;
	z-index: 10;
}
a.bg_cesta .arrow {
	background: url("../img/web/sprite.png") no-repeat scroll -4px -42px transparent;
	display: inline-block;
	height: 4px;
	width: 7px;
	vertical-align: 2px;
	margin-left: 10px;
}
a.bg_cesta:hover {
	color: #c44e4e;
}
a.bg_cesta:hover .ico_cesta {
	background: url("../img/web/sprite.png") no-repeat scroll -179px -15px transparent;
}
a.bg_cesta:hover .arrow {
	background: url("../img/web/sprite.png") no-repeat scroll -4px -58px transparent;
}
#minicesta {
	display: none;
	position: absolute;
	top: 34px;
	z-index: 100;
	right: 0;
	border-radius: 5px;
}
#minicesta .cesta_general {
	background: #fff;
	padding: 10px;
	width: 405px
}
#minicesta .minicesta_top {
	background: #c44e4e;
	height: 2px;
}
#minicesta .minicesta_end {
	background: #c44e4e;
	height: 2px;
}
#minicesta .detalles_minicesta {
	padding-left: 10px;
}
#minicesta .detalles_minicesta a {
	color: #847A70;
	font-size: 1.6em;
}
#minicesta .detalles_minicesta span {
	color: #847A70;
	font-size: 1.8em;
}
#minicesta .linea_minicesta {
	border-bottom: dashed 1px #c4c4c4;
	height: 1px;
	margin: 5px 0;
}
#minicesta .precio_minicesta {
	float: right;
	font-size: 1.8em;
	line-height: 10px;
}
#minicesta .precio_minicesta em {
	font-size: 0.7em;
	font-style: normal;
}
#minicesta .detalles_minicesta .btn_minicesta {
	color: #C44E4E;
	font-size: 1.1em;
}
#minicesta .btn_minicesta {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 5px;
	border: solid 1px #C44E4E;
	color: #C44E4E;
	display: inline-block;
	padding: 4px 10px;
	font-size: 1.5em;
}
#minicesta .btn_minicesta:hover {
	background: none repeat scroll 0 0 #c44e4e;
	color: #ffffff;
	border: solid 1px #ffffff;
}
#cesta_vacia p {
	font-size: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* * combo usuarios ***************************************************************************************************************************************************************************** */
div.cabecera_mid .contiene_combo {
	border-left: dashed 1px #8f857a;
	border-right: dashed 1px #8f857a;
	padding: 0 20px;
	margin: 26px 20px;
}
div.contiene_combo {
	display: inline-block;
	position: relative;
	z-index: 1;
}
div.contiene_combo .rotulo_combo {
	font-size: 1.5em;
	color: #8f857a;
	line-height: 26px;
}
div.contiene_combo .usr_ico span {
	background: url("../img/web/sprite.png") -43px 0 no-repeat;
	height: 14px;
	width: 16px;
	display: inline-block;
	margin-right: 10px;
}
div.contiene_combo .usr_ico .arrow {
	background: url("../img/web/sprite.png") -4px -42px no-repeat;
	height: 4px;
	width: 7px;
	margin-left: 10px;
	vertical-align: 2px;
}
div.contiene_combo:hover .rotulo_combo {
	color: #c44e4e;
}
div.contiene_combo:hover .usr_ico span {
	background: url("../img/web/sprite.png") -43px -15px no-repeat;
}
div.contiene_combo:hover .usr_ico .arrow {
	background: url("../img/web/sprite.png") -4px -58px no-repeat;
}
div.contiene_combo ul {
	background: #ffffff;
	position: absolute;
	margin: 0;
	z-index: 100;
	box-shadow: 0px 0px 6px #c4c4c4;
	width: 100%;
	padding: 10px;
	top: 30px;
	left: 0;
	opacity: 0;
	display: none;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.contiene_combo ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-size: 1.5em;
	text-align: center;
	text-transform: capitalize;
	border-bottom: solid 1px #EDEDED;
}
div.contiene_combo ul .last {
	border-width: 0;
}
div.contiene_combo ul li a {
	color: #8f857a;
	display: block;
}
div.contiene_combo ul li a:hover {
	background: #c44e4e;
	color: #ffffff;
}
div.contiene_combo ul .sel a {
	background: #c44e4e;
	color: #ffffff;
}
div.contiene_combo .pico {
	background: url("../img/web/pico.png") no-repeat scroll center top transparent;
	border-width: 0;
	height: 6px;
	position: absolute;
	top: -6px;
	width: 90%;
	z-index: 10;
}
div.contiene_combo:hover ul {
	opacity: 1;
	display: inline-block;
}
div.contiene_combo_sel ul {
	opacity: 1;
	display: inline-block;
}

/* * carrusel ***************************************************************************************************************************************************************************** */
div.contenedor_flexslider {
	position: relative;
}
div.contenedor_flexslider .flexslider {
	margin: 0px auto;
	position: relative;
}
div.contenedor_flexslider .flexslider .slides {
	margin: 0;
	padding: 0;
}
div.contenedor_flexslider .flexslider .slides > li {
	display: none;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	list-style: none;
	position: relative;
}
div.contenedor_flexslider .flexslider ul.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
div.contenedor_flexslider .flexslider_top {
	background: url("../img/web/sombra_carrusel.png") no-repeat scroll 8px bottom transparent;
	margin-top: 8px;
	max-width: 1042px;
	padding-bottom: 20px;
}
div.contenedor_flexslider .flexslider_top .txt_carrusel {
	position: absolute;
	z-index: 2;
	width: 95%;
	bottom: 14%;
}
div.contenedor_flexslider .flexslider_top .titulo_carrusel {
	text-align: right;
	line-height: 40px;
	color: #c44e4e;
	margin: 0 0 20px 0;
	font-size: 3.5em;
}
div.contenedor_flexslider .flexslider_top .titulo_carrusel span {
	background: #ffffff;
	border-radius: 25px;
	padding: 6px 26px;
	border: solid 1px transparent;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.contenedor_flexslider .flexslider_top .titulo_carrusel a {
	color: #c44e4e;
}
div.contenedor_flexslider .flexslider_top .titulo_carrusel a:hover span {
	border-color: #c44e4e;
}
div.contenedor_flexslider .flexslider_top .descripcion_carrusel {
	text-align: right;
	line-height: 30px;
	color: #ffffff;
	font-size: 2.8em;
}
div.contenedor_flexslider .flexslider_top .descripcion_carrusel span {
	background: url("../img/web/bg_rojo.png") repeat;
	border-radius: 25px;
	padding: 6px 26px;
	border: solid 1px transparent;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.contenedor_flexslider .flexslider_top .descripcion_carrusel a {
	color: #ffffff;
}
div.contenedor_flexslider .flexslider_top .descripcion_carrusel a:hover span {
	border-color: #ffffff;
}
div.contenedor_flexslider .flexslider_top .imagen_carrusel {
	height: 333px;
	width: 100%;
	max-width: 958px;
	margin: 0px auto;
	border: solid 10px #ffffff;
	position: relative;
}
div.contenedor_flexslider .flexslider_top .flex-control-nav {
	bottom: 14%;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	width: 93%;
	z-index: 3;
}
div.contenedor_flexslider .flexslider_top .flex-control-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.contenedor_flexslider .flexslider_top .flex-control-paging li a {
	background: #887e72;
	border: solid 3px #ffffff;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	margin: 0 3px;
	font-size: 0;
	width: 13px;
}
div.contenedor_flexslider .flexslider_top .flex-control-paging li a:hover {
	background: #ffffff;
	border: solid 3px #887e72;
}
div.contenedor_flexslider .flexslider_top .flex-control-paging li a.flex-active {
	background: #ffffff;
	border: solid 3px #887e72;
}
div.contenedor_flexslider .flexslider_top_min .imagen_carrusel {
	height: 345px;
}
div.contenedor_flexslider .flexslider_top_min .txt_carrusel {
	display: none;
}
div.contenedor_flexslider .flexslider_top_min .flex-control-nav {
	display: none;
}
div.contenedor_flexslider .flexslider_top_min .end_flexslider {
	display: none;
}

/* * listado catálogo ***************************************************************************************************************************************************************************** */
div.padd_10 {
	padding: 10px;
	width: 960px;
}
div.col_izq {
	width: 25%;
}
div.col_der {
	margin-left: 20px;
	width: 71%;
	position: relative;
}
div.tit_izq {
	padding-bottom: 20px;
	position: relative;
	z-index: 11;
}
div.tit_izq .titulo {
	background: url("../img/web/bg_tit.png") repeat-x scroll 0 0 transparent;
	color: #C44E4E;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	padding: 12px 0;
}
div.tit_izq .titulo a {
	color: #c44e4e;
}
div.tit_izq .titulo span {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url("../img/web/sprite.png") -85px -46px no-repeat;
	margin-right: 5px;
}
ul.familias {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
ul.familias li.familia {
	color: #847A70;
	font-size: 1.7em;
	line-height: 16px;
	list-style: none outside none;
	margin: 0;
	padding: 8px 0;
	position: relative;
}
ul.familias li.familia a {
	color: #847a70;
}
ul.familias li.familia a span {
	background: url("../img/web/sprite.png") -84px 1px no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}
ul.familias li.familia:hover a span {
	background: url("../img/web/sprite.png") -84px -14px no-repeat;
}
ul.familias li.familia a:hover {
	color: #c44e4e;
}
ul.familias li.familia .fam_sel {
	color: #c44e4e;
}
ul.familias li.familia .fam_sel span {
	background: url("../img/web/sprite.png") -84px -14px no-repeat;
}
ul.familias li.familia .con_submenu {
}
ul.familias li.familia .flecha {
	color: #3A3A3A;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0;
	top: 6px;
	width: 22px;
	z-index: 10;
	border-radius: 2px;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
ul.familias li.familia:hover > .flecha {
	background: #c44e4e;
	color: #ffffff;
}
ul.familias li.familia .flecha:hover {
	background: #c44e4e;
	color: #ffffff;
}
ul.familias li.familia .flecha_sel {
	background: #c44e4e;
	color: #ffffff;
}
ul.familias li.familia .flecha_sel:hover {
	background: #000000;
	color: #ffffff;
}
ul.subfamilias {
	border: dashed 1px #847A70;
	list-style: none outside none;
	margin: 20px 0 0 2px;
	padding: 5px;
}
ul.subfamilias li.subfamilia {
	color: #847A70;
	font-size: 0.8em;
	line-height: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 0;
	text-transform: none;
}
ul.subfamilias li.subfamilia a {
	background: none repeat scroll 0 0 transparent;
	color: #847A70;
	display: block;
	padding: 10px 20px;
}
ul.subfamilias li.subfamilia a:hover {
	background: none repeat scroll 0 0 #c44e4e;
	color: #ffffff;
}
ul.subfamilias li.subfamilia .subfamilia_sel {
	background: none repeat scroll 0 0 #c44e4e;
	color: #ffffff;
}
div.contiene_filtros {
	margin: 30px 0 0 0;
}
div.contiene_filtros .filtros a {
	color: #847A70;
	display: inline-block;
	font-size: 1.5em;
	line-height: 20px;
	width: 46.2%;
	overflow: hidden;
	height: 20px;
	margin: 5px 0;
}
div.contiene_filtros .filtros_tallas a {
	border: solid 2px transparent;
	border-radius: 5px;
	padding: 2px;
}
div.contiene_filtros .filtros_tallas a span {
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url("../img/web/sprite.png") -135px 0 no-repeat;
	margin: 2px 9px 0 2px;
}
div.contiene_filtros .filtros_tallas .sel {
	color: #c44e4e;
	border-color: #E0DAC5;
}
div.contiene_filtros .filtros_tallas .sel span {
	background: url("../img/web/sprite.png") -135px -15px no-repeat;
}
div.contiene_filtros .filtros_tallas a:hover {
	color: #c44e4e;
	border-color: #E0DAC5;
}
div.contiene_filtros .filtros_tallas a:hover span {
	background: url("../img/web/sprite.png") -135px -15px no-repeat;
}
div.contiene_filtros .filtros_colores .cajita_color {
	border: 1px solid transparent;
	display: inline-block;
	height: 14px;
	margin-right: 10px;
	width: 14px;
	margin-top: 2px;
	margin-left: 2px;
}
div.contiene_filtros .filtros_colores .mitad_cajita {
	display: inline-block;
	height: 14px;
}
div.contiene_filtros .cajita_color_2 .mitad_cajita {
	width: 7px;
}
div.contiene_filtros .cajita_color_3 .mitad_cajita {
	width: 4.6px;
}
div.contiene_filtros .filtros_colores .cajita_todos {
	border-color: #c4c4c4;
}
div.contiene_filtros .filtros_colores a {
	border: solid 2px transparent;
	border-radius: 5px;
	padding: 2px;
}
div.contiene_filtros .filtros_colores a:hover {
	color: #c44e4e;
	border-color: #E0DAC5;
}
div.contiene_filtros .filtros_colores .sel {
	color: #c44e4e;
	border-color: #E0DAC5;
}
div.contiene_filtros .filtros .btn_todos {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C44E4E;
	border-radius: 10px;
	color: #C44E4E;
	display: block;
	font-size: 1.8em;
	line-height: 30px;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0;
}
div.contiene_filtros .filtros .btn_todos:hover {
	background: none repeat scroll 0 0 #C44E4E;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
div.contiene_filtros .filtros .btn_todos_sel {
	background: none repeat scroll 0 0 #C44E4E;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
div.relative_catalog {
	position: relative;
	width: 104%;
}
div.relative_catalog .item_catalogo {
	margin-right: 10px;
}
div.item_catalogo {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px;
	box-shadow: 0 0 3px #DCDCDC;
	position: relative;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.item_catalogo .imagen {
	margin-bottom: 12px;
}
div.item_catalogo .imagen a {
	display: inline-block;
}
div.item_catalogo .imagen img {
	max-height: 287px;
	max-width: 203px;
}
div.item_catalogo .pegatina {
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 1.7em;
	height: 55px;
	left: 5px;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 55px;
}
div.item_catalogo .pegatina_descuento {
	background: #c44e4e;
}
div.item_catalogo .pegatina_descuento small {
	font-size: 0.9em;
}
div.item_catalogo .pegatina_nuevo {
	background: #8B8073;
	font-size: 1.2em;
}
div.item_catalogo .pegatina_agotado {
	background: #BBB0A3;
	font-size: 1.2em;
}
div.item_catalogo .nombre {
	background: url("../img/web/bg_nombre.png") repeat-x scroll 0 0 transparent;
	color: #443E38;
	display: table-cell;
	font-size: 1.7em;
	font-weight: 300;
	height: 61px;
	max-width: 203px;
	text-align: center;
	vertical-align: middle;
	width: 203px;
}
div.item_catalogo .descripcion {
	display: none;
}
div.item_catalogo .nombre a {
	color: #443e38;
}
div.item_catalogo .precio {
	font-size: 2.4em;
	color: #443e38;
	line-height: 20px;
	margin: 12px 0 0 0;
	text-align: center;
	min-height: 44px;
}
div.item_catalogo .precio a {
	color: #443e38;
}
div.item_catalogo .precio .precio_descuento {
	font-size: 0.8em;
	color: #c44e4e;
	text-decoration: line-through;
}
div.item_catalogo:hover {
	background: #C44E4E;
}
div.item_catalogo:hover .nombre a {
	color: #ffffff;
}
div.item_catalogo:hover .precio a {
	color: #ffffff;
}
div.item_catalogo:hover .precio_descuento {
	color: #ffffff;
}
div.list_view_catalogo {
	width: 94%;
	margin-bottom: 20px;
}
div.list_view_catalogo .imagen {
	float: left;
	margin: 0 20px 0 0;
}
div.list_view_catalogo .nombre {
	background: none;
	float: left;
	display: inline-block;
	width: 443px;
	max-width: 443px;
	text-align: left;
	height: auto;
	margin: 0 0 10px 0;
}
div.list_view_catalogo .precio {
	text-align: left;
	margin: 0 0 10px 0;
}
div.list_view_catalogo .descripcion {
	display: inline-block;
	max-width: 443px;
	font-size: 1.5em;
	line-height: 20px;
	text-align: justify;
}
div.list_view_catalogo .descripcion a {
	color: #443E38;
}
div.list_view_catalogo:hover .descripcion a {
	color: #ffffff;
}
div.detres {
	clear: both;
	height: 16px;
}
div.dedos {
	clear: both;
	display: none;
	height: 16px;
}
table.paginador_catalogo {
	border-top: dashed 1px #796f65;
	margin-top: 20px;
}
table.paginador_catalogo tr td {
	padding: 10px 0;
}
table.paginador_catalogo .txt_paginador {
	font-size: 1.7em;
	color: #796f65;
}
table.paginador_catalogo .txt_paginador a {
	color: #796f65;
}
table.paginador_catalogo .txt_paginador a:hover {
	color: #c44e4e;
}
div.bg_paginador {
	display: inline-block;
	float: right;
}
div.bg_paginador a {
	font-size: 1.7em;
	color: #796f65;
}
div.bg_paginador em {
	background: url("../img/web/separador_paginador.png") no-repeat scroll 0 0 transparent;
	margin: 0 5px;
	text-indent: -10000px;
	display: inline-block;
	width: 9px;
	height: 14px;
	vertical-align: -3px;
}
div.bg_paginador strong {
	font-size: 1.7em;
	color: #c44e4e;
	font-weight: 300;
}
div.bg_paginador strong em {
	color: #796f65;
}
div.pie {
	padding: 30px 0;
}
div.pie p {
	font-size: 1.6em;
	color: #ffffff;
	display: inline-block;
	margin: 0;
}
div.pie p a {
	color: #ffffff;
	padding: 0 4px;
	border-radius: 5px;
}
div.pie p a:hover {
	background: #ffffff;
	color: #c44e4e;
}
div.pie .sgm {
	background: url("../img/web/sprite.png") no-repeat scroll -135px -42px transparent;
	display: inline-block;
	height: 10px;
	text-indent: -10000px;
	width: 41px;
	margin-top: 4px;
}
div.pie .sgm:hover {
	background: url("../img/web/sprite.png") no-repeat scroll -135px -52px transparent;
}
div.newsletter {
	position: relative;
	display: inline-block;
	float: left;
}
div.newsletter span {
	color: #ffffff;
	font-size: 1.5em;
}
div.newsletter .input {
	display: inline-block;
}
div.newsletter .input a {
	background: url("../img/web/arrow_D.png") no-repeat center #FFFFFF;
	border: 1px solid #BCAE9D;
	border-radius: 5px;
	display: inline-block;
	height: 24px;
	position: absolute;
	right: 2px;
	text-indent: -10000px;
	top: 2px;
	width: 24px;
	z-index: 5;
}
div.newsletter .input a:hover {
	background: url("../img/web/arrow_w.png") no-repeat center #c44e4e;
	border-color: #c44e4e;
}
div.newsletter .input input {
	background: none repeat scroll 0 0 #FAF0F3;
	border: 1px solid #695F50;
	border-radius: 5px;
	color: #695F50;
	font-family: 'Spirax', 'cursive';
	font-size: 1.5em;
	line-height: inherit;
	margin-left: 10px;
	padding: 5px 10px;
	width: 234px;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.newsletter .input input:focus {
	background: #ffffff;
}
div.divide_pie {
	background: #5F584B;
	height: 1px;
	width: 100%;
	margin: 15px 0;
}
div.pie ul {
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 0;
}
div.pie ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5em;
	border-left: solid 1px #ffffff;
	margin-left: 5px;
	padding-left: 5px;
}
div.pie ul li a {
	color: #ffffff;
	padding: 0 4px;
	border-radius: 5px;
}
div.pie ul .first {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
div.pie ul li:hover a {
	background: #ffffff;
	color: #c44e4e;
}
div.pie ul .sel a {
	background: #ffffff;
	color: #c44e4e;
}
div.pie .formas_pago span {
	background: url("../img/web/sprite.png") no-repeat scroll 0 -82px transparent;
	display: inline-block;
	height: 25px;
	margin-left: 5px;
	vertical-align: -8px;
	width: 148px;
}
.overhidden {
	overflow: hidden;
}

/* * migas de pan ***************************************************************************************************************************************************************************** */
div.bg_h1 {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 3px 6px #DCDCDC;
	margin: -5px 0 10px 0;
	padding: 15px 0 10px 0;
}
div.bg_h1 h1 {
	color: #c44e4e;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}
div.bg_h1 h1 b {
	color: #443E38;
}
div.bg_h1 .migas_pan {
	color: #847A70;
	float: right;
	font-size: 1.5em;
	line-height: 40px;
}
div.bg_h1 .migas_pan em {
	color: #c44e4e;
	font-style: normal;
	vertical-align: 1px;
	margin: 0 5px;
}
div.bg_h1 .migas_pan a {
	color: #c44e4e;
}
div.bg_h1 .migas_pan a:hover {
	color: #000000;
}
div.bg_h1 .migas_pan strong {
	color: #847A70;
	font-weight: 300;
}

/* * filtros ***************************************************************************************************************************************************************************** */
div.mod_filtros {
	background: url("../img/web/bg_tit.png") repeat-x scroll 0 0 transparent;
	height: 50px;
	margin-bottom: 20px;
}
div.mod_filtros .paginador_top {
	color: #847A70;
	display: inline-block;
	font-size: 1.5em;
	margin: 0;
	line-height: 50px;
	display: block;
	float: left;
}
div.mod_filtros .paginador_top a {
	color: #847A70;
}
div.mod_filtros .paginador_top a:hover {
	color: #c44e4e;
}
div.mod_filtros .modos_vista {
	display: none;
	margin: 10px 0 0 0;
	float: right;
}
div.mod_filtros .modos_vista a {
	display: block;
	float: left;
	text-indent: -10000px;
	height: 32px;
	width: 32px;
}
div.mod_filtros .modos_vista .list_view {
	background: url("../img/web/list.png") no-repeat;
	margin-right: 10px;
}
div.mod_filtros .modos_vista .grid_view {
	background: url("../img/web/grid.png") no-repeat;
}
div.mod_filtros .modos_vista .grid_view_sel {
	background-position: 0 -32px;
}
div.mod_filtros .modos_vista .list_view_sel {
	background-position: 0 -32px;
}
div.mod_filtros .contiene_combo {
	margin: 12px 0 0 0;
}
div.mod_filtros .contiene_combo ul {
	left: -20px;
}

/* * ventanas, acceso, registro etc ********************************************************************************************************************************************************************* */
a.btn_tienda {
	background: #ffffff;
	color: #c44e4e;
	border: solid 1px #c44e4e;
	border-radius: 10px;
	display: inline-block;
	font-size: 2em;
	line-height: 35px;
	padding: 0 20px;
}
a.btn_tienda:hover {
	background: #c44e4e;
	border: solid 1px #ffffff;
	color: #FFFFFF;
}
a.btn_tienda_ancho {
	background: #c44e4e;
	border: solid 1px #ffffff;
	color: #FFFFFF;
	width: 160px;
	text-align: center;
}
a.btn_tienda_ancho:hover {
	background: #ffffff;
	color: #c44e4e;
	border: solid 1px #c44e4e;
}
div.bg_h1 .migas_pan .btn_volver_migas {
	background: #847A70;
	border: solid 1px transparent;
	color: #ffffff;
	font-size: 1.5em;
}
div.bg_h1 .migas_pan .btn_volver_migas:hover {
	background: #c44e4e;
	border: solid 1px #ffffff;
	color: #ffffff;
}
.tabla_cesta {
	padding: 10px 0;
}
.tabla_cesta tr td {
	padding: 5px 0;
}
.tabla_cesta input[type=text] {
	line-height: 35px;
	height: 35px;
	font-size: 1.5em;
	text-align: center;
	border: solid 1px #c44e4e;
	border-radius: 5px;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
.tabla_cesta input[type=text]:focus {
	border: solid 1px #443E38;
	color: #c44e4e;
}
.tabla_cesta input[type=text]:hover {
	cursor: pointer;
	border: solid 1px #443E38;
	color: #c44e4e;
}
.tabla_cesta a.btn_tienda {
	margin-top: 0;
}
.tabla_cesta a.btn_trash {
	margin-right: 0;
}
.encabezado_cesta {
	background: #c44e4e;
	color: #ffffff;
}
.encabezado_cesta b {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 35px;
	padding: 0 10px;
}
.datos_cesta {
	color: #847A70;
	font-size: 1.7em;
}
.datos_cesta .img_art_cesta {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 4px #D7D7D7;
	padding: 2px;
	width: 90px;
}
.importe_cesta {
	color: #847A70;
	font-size: 2.4em;
}
.precio_cesta {
	color: #c44e4e;
	font-size: 3.5em;
}
.rotulo_precio {
	color: #847A70;
	font-size: 1.8em;
	font-weight: 300;
}
.formas_pago h4 {
	margin: 10px 0 10px 0;
	font-size: 2em;
	font-weight: 300;
	color: #c44e4e;
}
.formas_pago .separador {
	background: none repeat scroll 0 0 #C4C4C4;
	height: 1px;
	margin-bottom: 10px;
}
.formas_pago input[type=radio] {
	margin: 0 0 10px 10px;
}
.formas_pago label {
	color: #847A70;
	margin-bottom: 10px;
	font-size: 1.7em;
}
.formas_pago .bloque_destinos {
	display: block;
	margin-right: 2%;
	width: 32%;
	float: left;
}
.formas_pago .bloque_destinos_last {
	margin-right: 0;
}
a.reset_margin_bt {
	margin: 0;
}
.btn_input {
	background: none repeat scroll 0 0 #c44e4e;
	border-radius: 10px;
	border-width: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Spirax', 'cursive';
	font-size: 2.5em;
	font-weight: 300;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
.btn_input:hover {
	background: none repeat scroll 0 0 #000000;
}
a.btn_tienda_g {
	background: #c44e4e;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size: 2.5em;
	font-weight: 300;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
}
a.btn_tienda_g:hover {
	background: #ffffff;
	border: solid 1px #c44e4e;
	color: #c44e4e;
}
.opciones_envio h4 {
	margin: 10px 0 10px 0;
	font-size: 2em;
	font-weight: 300;
	color: #c44e4e;
}
.opciones_envio p {
	font-size: 1.7em;
}
.opciones_envio label {
	font-size: 1.7em;
}
.fin_pedido h4 {
	margin: 10px 0 10px 0;
	font-size: 2em;
	font-weight: 300;
	color: #c44e4e;
}
.fin_pedido p {
	color: #847A70;
	font-size: 1.7em;
	margin: 5px 0;
}
.fin_pedido .precio_total b {
	font-size: 0.4em;
}
.fin_pedido .precio_total {
	color: #c44e4e;
	font-size: 4.5em;
}
.contenido_std p {
	color: #847A70;
	font-size: 1.8em;
	line-height: 30px;
}
.contenido_std p strong {
	color: #7D7771;
	font-size: 1.2em;
}
.contenido_std p a {
	color: #c44e4e;
}
.contenido_std ul {
	margin: 0;
	padding: 0;
}
.contenido_std ul li {
	color: #847A70;
	list-style: none;
	font-size: 1.8em;
	line-height: 23px;
}
.contenido_std ul li a {
	color: #847A70;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.contenido_std ul li a:hover {
	color: #c44e4e;
}
.contenido_std ul li ul {
	margin: 0 20px;
}
.contenido_std ul li ul li {
	text-transform: none;
}
.contenido_std h3 {
	font-size: 2em;
	font-weight: 300;
	color: #c44e4e;
}
.contenido_std .foto_contenidos {
	background: #ffffff;
	border: solid 2px #E7E7E7;
	padding: 5px;
	margin: 10px;
	width: 210px;
}
.contenido_std .foto_contenidos a {
	display: block;
}
.contenido_std .foto_contenidos h3 {
	font-size: 1.5em;
	margin: 5px 0 0 0;
	line-height: 16px;
	text-align: center;
}
.contenido_std .link_std {
	font-size: 1.1em;
}
.justify_this {
	text-align: justify;
}
.campo_std input {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C1C1C1;
	border-radius: 10px;
	color: #a4a4a4;
	font-size: 1.5em;
	font-family: 'Spirax', 'cursive';
	height: 35px;
	line-height: 35px;
	margin: 4px 0;
	padding: 0 10px;
	width: 96%;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
.campo_std input:focus {
	background: #FDFDFD;
	border: solid 1px #c4c4c4;
	box-shadow: 0 0 6px #c4c4c4;
}
.campo_std textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C1C1C1;
	border-radius: 10px;
	color: #a4a4a4;
	font-size: 1.5em;
	font-family: 'Spirax', 'cursive';
	height: 115px;
	line-height: 30px;
	margin: 4px 0;
	padding: 0 10px;
	width: 96%;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
.campo_std textarea:focus {
	background: #FDFDFD;
	border: solid 1px #c4c4c4;
	box-shadow: 0 0 6px #c4c4c4;
}
.campo_std label {
	color: #847A70;
	display: inline-block;
	font-size: 1.8em;
	line-height: 10px;
	margin: 10px 0 5px 0;
}
.checks input[type=checkbox] {
	margin: 0 10px;
}
.checks input[type=checkbox]:checked {
	box-shadow: 0px 0px 3px #c44e4e;
}
.checks input[type=checkbox]:hover {
	box-shadow: 0px 0px 3px #c4c4c4;
}
.checks label {
	color: #847A70;
	font-size: 1.5em;
}
.checks label a {
	color: #c44e4e;
}
.link_std {
	color: #c44e4e;
	border-bottom: solid 1px #c44e4e;
}
.link_std:hover {
	color: #443E38;
	border-bottom: solid 1px #443E38;
}
.link_std_bg {
	background: none repeat scroll 0 0 #c44e4e;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 35px;
	margin: 18px 0;
	padding: 0 20px;
}
.link_std_bg:hover {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
}
.campo_std_reg {
	margin: 0 10px 10px 0;
}
.campo_std_reg input {
	width: 298px;
}
.campo_std_reg textarea {
	width: 298px;
}
.campo_std_reg .area_especial {
	height: 35px;
	width: 627px;
}
.campo_std_pwd {
	width: 70%;
}
.campo_std_pwd input {
	margin: 0;
}
.reset_margin {
	margin: 0;
}
.contenido_popup {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 1.4em;
	line-height: 20px;
	padding: 10px 20px;
	text-align: justify;
}
.datos_contacto {
	background: #FEFEFE;
	border: solid 1px #c1c1c1;
	float: left;
	margin: 10px 0;
	padding: 10px;
	line-height: 30px;
}
.datos_contacto a {
	color: #2C2C2C;
}
.datos_contacto a:hover {
	color: #666666;
}
.alert {
	border-top: solid 1px #c1c1c1;
	text-align: justify;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.alert b {
	color: #C44E4E;
}
.size_small {
	font-size: 1.2em;
}
div.espacio_busqueda_mvl {
	height: 20px;
	display: none;
}
.cont_mapa {
	background: #fff;
	border-radius: 10px;
	border: solid 1px #c1c1c1;
	padding: 10px;
}
.mapa {
	width: 430px;
	height: 320px;
}
.mapa_txt p {
	font-size: 0.9em;
	line-height: 18px;
}
.mapa_txt p b {
	color: #c44e4e;
	font-size: 1.2em;
}
ul.lista_mapa {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
}
ul.lista_mapa li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
}
ul.lista_mapa li a {
	color: #847A70;
}
ul.lista_mapa li a:hover {
	color: #c44e4e;
}
ul.lista_mapa li ul {
	margin: 0 20px;
	padding: 0;
}
ul.lista_mapa li ul li {
	background: url("../img/web/flechita_menu.png") left center no-repeat;
	font-size: 0.8em;
	padding-left: 10px;
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
ul.lista_mapa li ul li:hover {
	background: url("../img/web/flechita_menu.png") 3px center no-repeat;
}
ul.lista_mapa li ul li:hover a {
	color: #c44e4e;
}
div.contiene_titulo h2 {
	float: left;
	color: #c44e4e;
	font-weight: 300;
}
a.btn_refresh {
	margin-right: 10px;
}

/* * panel ***************************************************************************************************************************************************************************** */
.cont_panel .link_panel {
	border-radius: 10px;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 1.5em;
	line-height: 35px;
	margin: 0 20px 20px 0;
	padding: 0 20px 0 40px;
	width: 253px;
}
.cont_panel .c_panel .link_user {
	background: url("../img/panel/new/default/user.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_fav {
	background: url("../img/panel/new/default/star.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_contacto {
	background: url("../img/panel/new/default/phone.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_folder {
	background: url("../img/panel/new/default/folder.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_close {
	background: url("../img/panel/new/default/logout.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_cart {
	background: url("../img/panel/new/default/cart.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_anulados {
	background: url("../img/panel/new/default/dislike.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_facturas {
	background: url("../img/panel/new/default/document.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel .link_clock {
	background: url("../img/panel/new/default/clock.png") 10px center no-repeat #847A70;
}
.cont_panel .c_panel:hover .link_user {
	background: url("../img/panel/new/default/user.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_fav {
	background: url("../img/panel/new/default/star.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_contacto {
	background: url("../img/panel/new/default/phone.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_folder {
	background: url("../img/panel/new/default/folder.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_close {
	background: url("../img/panel/new/default/logout.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_cart {
	background: url("../img/panel/new/default/cart.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_anulados {
	background: url("../img/panel/new/default/dislike.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_facturas {
	background: url("../img/panel/new/default/document.png") 10px center no-repeat #c44e4e;
}
.cont_panel .c_panel:hover .link_clock {
	background: url("../img/panel/new/default/clock.png") 10px center no-repeat #c44e4e;
}

/* * mensaje error ***************************************************************************************************************************************************************************** */
#mensaje {
	height: 35px;
	line-height: 35px;
}
.sms {
	border-radius: 10px;
	display: inline-block;
	font-size: 1.5em;
	line-height: 35px;
	padding: 0 10px;
}
.sms_fail {
	background: #F2DEDE;
	border: solid 1px #EBCCD1;
	color: #A94442;
}
.sms_ok {
	background: #DFF0D8;
	border: solid 1px #D6E9C6;
	color: #3C763D;
}

/* * ventana cargando ***************************************************************************************************************************************************************************** */
#cargando {
	background: url("../img/web/white.png") repeat scroll 0 0 transparent;
	color: #C44E4E;
	position: absolute;
	display: none;
}
#cargando p {
	background: url("../img/web/ajax-loader.gif") no-repeat scroll 650px center transparent;
	font-size: 4em;
	line-height: 66px;
	margin: 450px 0 0;
	padding-right: 66px;
	text-align: center;
}

/* * detalle artículo ***************************************************************************************************************************************************************************** */
div.imagenes_ficha {
	width: 40%;
}
div.imagenes_ficha a {
	display: inline-block;
}
div.imagenes_ficha .img_principal {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 4px #D7D7D7;
	padding: 10px;
}
div.imagenes_ficha .img_principal img {
	width: 100%;
}
div.imagenes_ficha .img_secundaria {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 4px #D7D7D7;
	float: left;
	margin-right: 2%;
	padding: 10px;
	width: 19.85%;
}
div.imagenes_ficha .img_secundaria img {
	width: 100%;
}
div.imagenes_ficha_sec {
	width: auto;
}
div.datos_ficha {
	width: 56%;
}
div.datos_ficha .title {
	background: url("../img/web/bg_tit.png") repeat-x scroll 0 0 transparent;
	font-size: 2.5em;
	font-weight: 300;
	margin: 0;
	line-height: 50px;
}
div.datos_ficha .separador_ficha {
	border-bottom: dashed 1px #797065;
	clear: both;
	height: 1px;
}
div.datos_ficha h4 {
	color: #c44e4e;
	font-size: 1.7em;
	font-weight: 300;
	line-height: 25px;
	margin: 10px 0;
	padding: 0;
}
div.enlaces_avance {
	border-right: 1px solid #c44e4e;
	float: right;
}
div.contiene_cantidad {
	border-right: 1px solid #C44E4E;
	border-radius: 5px;
	display: inline-block;
	margin: 0 10px 0 0;
	position: absolute;
	top: 0;
	left: 238px;
}
div.contiene_cantidad a, div.contiene_cantidad input[type='text'], div.enlaces_avance a {
	background: #fff;
	border-bottom: 1px solid #c44e4e;
	border-left: 1px solid #c44e4e;
	border-right: 0;
	border-top: 1px solid #c44e4e;
	border-radius: 5px;
	color: #c44e4e;
	display: block;
	float: left;
	font-size: 1.4em;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 34px;
}
div.contiene_cantidad a:hover, div.enlaces_avance a:hover {
	background: #c44e4e;
	color: #fff;
}
div.datos_ficha .descripcion_ficha {
	color: #443E38;
	font-size: 1.5em;
	text-align: justify;
	line-height: 30px;
}
div.datos_ficha .descripcion_ficha a {
	color: #c44e4e;
	font-weight: bold;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
div.datos_ficha .descripcion_ficha a:hover {
	background: #fff;
	border-color: #c44e4e;
}
div.datos_ficha .precio {
	font-size: 3em;
	color: #C44E4E;
}
div.datos_ficha .precio_ant {
	font-size: 1.8em;
	text-decoration: line-through;
	color: #443E38;
	margin-left: 10px;
	font-style: italic;
}
.gift {
	display: none;
}

/* * redes sociales ficha ***************************************************************************************************************************************************************************** */
div.datos_ficha .bg_compartir {
	background: url("../img/web/bg_tit.png") repeat-x scroll 0 0 transparent;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 50px;
	margin: 0;
}
.stButton {
	margin-left: 10px !important;
}
.stButton .chicklets {
	height: 19px !important;
}
.stButton .chicklets:hover {
	opacity: 1 !important;
}
.stButton .facebook {
	background: url("../img/web/redes_sociales_ficha.png") 8px 0 no-repeat !important;
}
.stButton .twitter {
	background: url("../img/web/redes_sociales_ficha.png") -25px 0 no-repeat !important;
}
.stButton .googleplus {
	background: url("../img/web/redes_sociales_ficha.png") -58px 0 no-repeat !important;
}
.stButton .pinterest {
	background: url("../img/web/redes_sociales_ficha.png") -94px 0 no-repeat !important;
}
.stButton .tumblr {
	background: url("../img/web/redes_sociales_ficha.png") -126px 0 no-repeat !important;
}
.stButton .linkedin {
	background: url("../img/web/redes_sociales_ficha.png") -160px 0 no-repeat !important;
}
.stButton .instagram {
	background: url("../img/web/redes_sociales_ficha.png") -197px 0 no-repeat !important;
}
.stButton .facebook:hover {
	background: url("../img/web/redes_sociales_ficha2.png") 8px 0 no-repeat !important;
}
.stButton .twitter:hover {
	background: url("../img/web/redes_sociales_ficha2.png") -25px 0 no-repeat !important;
}
.stButton .googleplus:hover {
	background: url("../img/web/redes_sociales_ficha2.png") -58px 0 no-repeat !important;
}
.stButton .pinterest:hover {
	background: url("../img/web/redes_sociales_ficha2.png") -94px 0 no-repeat !important;
}
.stButton .tumblr:hover {
	background: url("../img/web/redes_sociales_ficha2.png") -126px 0 no-repeat !important;
}
.stButton .linkedin:hover {
	background: url("../img/web/redes_sociales_ficha2.png") -160px 0 no-repeat !important;
}
.stButton .instagram:hover {
	background: url("../img/web/redes_sociales_ficha2.png") -197px 0 no-repeat !important;
}

/* * Colores y tallas ficha ***************************************************************************************************************************************************************************** */
div.contiene_combo .tallas_ico {
	border: dashed 1px #8F857A;
	padding: 10px;
	display: inline-block;
}
div.contiene_combo .tallas_ico span {
	background: url("../img/web/ruler.png") no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 10px;
}
div.contiene_combo .tallas_ico .arrow {
	background: url("../img/web/sprite.png") no-repeat scroll -4px -42px transparent;
	height: 4px;
	margin-left: 10px;
	vertical-align: 2px;
	width: 7px;
}
div.contiene_combo .tallas_ico:hover {
	background: #ffffff;
	border-color: #c44e4e;
}
div.contiene_combo .tallas_ico #txt_talla_sel {
	display: inline-block;
	width: 100px;
	text-align: center;
}
div.contiene_combo_tallas ul {
	top: 50px;
}
div.contiene_colores {
	width: 62%;
}
div.contiene_colores p {
	color: #8F857A;
	display: inline-block;
	font-size: 1.5em;
	line-height: 48px;
	margin: 0;
	float: left;
}
div.contiene_colores p span {
	background: url("../img/web/sprite.png") no-repeat scroll -49px -38px transparent;
	display: inline-block;
	height: 8px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: 2px;
	width: 8px;
}
div.contiene_colores .cont_color {
	display: inline-block;
	float: right;
	width: 56.5%;
	margin-top: 7px;
}
div.contiene_colores .top_x {
	margin-top: -10px;
}
div.un_color {
	display: inline-block;
	border: 3px solid #E0DAC5;
	border-radius: 5px;
	cursor: pointer;
	margin: 3px;
	padding: 2px;
}
div.un_color.sel {
	border-color: #c44e4e;
}
div.un_color .cajita_color {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: solid 1px transparent;
}
div.un_color .mitad_cajita {
	display: inline-block;
	height: 14px;
}
div.un_color .cajita_color_2 .mitad_cajita {
	width: 7px;
}
div.un_color .cajita_color_3 .mitad_cajita {
	width: 4.6px;
}
a.talla.sel {
	background: #c44e4e;
	color: #ffffff;
}
#div_submit_rapido {
	display: inline-block;
	position: relative;
	width: 100%;
	line-height: 34px;
}
#txt_submit_rapido {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: 6px;
}

/* * PopUps dialogs ***************************************************************************************************************************************************************************** */
.ui-widget-header {
	background: #8B8073;
	color: #ffffff;
	font-size: 1.3em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #C44E4E;
	border-radius: 10px;
	color: #C44E4E;
	display: inline-block;
	font-size: 2em;
	font-family: 'Spirax', 'cursive';
	line-height: 35px;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
.ui-state-default:hover {
	background: #c44e4e;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.ui-widget-content a {
	color: #c44e4e;
}
#cboxTitle {
	font-family: 'Spirax', 'cursive';
	font-size: 2em;
	top: -32px;
}
div.gastos_gratis {
	position: relative;
	z-index: 10;
}
div.gastos_gratis p {
	background: url("../img/web/marron.png") repeat;
	border-radius: 4px;
	bottom: 2px;
	color: #C44E4E;
	font-size: 2.2em;
	height: 242px;
	left: 2px;
	line-height: 34px;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 101%;
	-moz-transition: 400ms ease;
	-ms-transition: 400ms ease;
	-o-transition: 400ms ease;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
div.gastos_gratis img {
	box-shadow: 0 0 3px #DCDCDC;
	border: solid 2px #ffffff;
	border-radius: 5px;
}
div.gastos_e p {
	height: 101px;
	line-height: 30px;
	padding-top: 20px;
}
#guia_tallas div.reset_bg {
	background: none;
}
#guia_tallas div.tit_a {
	border-bottom: 1px solid;
	border-top: 1px solid;
	color: #c44e4e;
	font-size: 2em;
	line-height: 2em;
	margin: 0 0 1.5em 0;
	text-transform: uppercase;
	text-align: center;
}
#guia_tallas div.subtit {
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: 1px 1px 6px #e8e8e8;
	color: #666666;
	display: block;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0.2em 0.5em;
	text-transform: uppercase;
}
#guia_tallas .tabla_izq {
	float: left;
	height: auto;
	width: 300px;
}
#guia_tallas .tabla_der {
	float: left;
	height: auto;
	padding-left: 20px;
	width: 300px;
}
#guia_tallas .rotulo_tablita {
	border-bottom: 1px solid #c4c4c4;
	color: #151638;
	padding: 0.4em 0;
}
#guia_tallas .linea_x {
	color: #c44e4e;
}
#guia_tallas table {
	font-family: tahoma;
}
#guia_tallas .logo {
	margin: 2px 0 0 -20px;
	position: absolute;
}
a.btn_guia {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #8B8073;
	border-radius: 10px;
	color: #8B8073;
	display: block;
	font-size: 1.8em;
	height: auto;
	line-height: 30px;
	margin: 0;
	text-align: center;
	width: 100%;
}
a.btn_guia:hover {
	background: none repeat scroll 0 0 #8B8073;
	border: 1px solid #ffffff;
	color: #ffffff;
}
div.bg_tit_especial {
	background: url("../img/web/bg_tit.png") repeat-x scroll 0 0 transparent;
}
div.tit_izq .h_portada {
	background: none;
	display: block;
	float: left;
}
div.pie p.txt_pie {
	font-size: 1.4em;
	font-weight: normal;
}