/** categorias ******************************************************************************/

div.catDestacadaImg {
    width: 203px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #48b1c3;
    background: #cbecf2;
    cursor: pointer;
}

div.catDestacadaImg:hover {
    background: #48b1c3;
}

div.catDestacadaImg:hover a {
    color: White;
}

div.catDestacadaImg_img {
    padding-top: 4px;
}

div.catDestacadaImg_tit {
    padding: 7px;
    text-align: center;
}

div.catDestacadaImg_tit a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #48b1c3;
    text-decoration: none;
}

div.catDestacadaImg_tit a:hover {
	color: White;
}

div.catDestacadaImg_activa {
    width: 203px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #bc6c08;
    cursor: pointer;
    background: #FFAB5A;
}

div.catDestacadaImg_activa a {
    color:White;
    text-shadow: 1px 1px 1px #424242;
}

/** box producto fila ***********************************************************************/

div.miniCuadrosProdLista_filas {
    height: 170px;
    padding: 2px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
    margin-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    padding:5px;
}

div.nomBoxProducto_filas {
	margin: auto;
    border-top: none;
    margin-top: 5px;
    margin-bottom: 2px;
}

div.nomBoxProducto_filas a {
	font-family: 'Advent Pro', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

div.nomBoxProducto_filas a:hover {
	color: #48b1c3;
	text-decoration: underline;
}

div.desBoxProducto_filas {
	height: 45px;
    border-top: none;
    margin-bottom: 2px;
    color: #777;
}

/** box producto rejilla ********************************************************************/

input.btnDetalles {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
	width: 61px;
	height: 19px;
	background-image: url(../../../layouts/default/images/tienda/box_btnDetalles.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    text-align: left;
    padding-left: 6px;
    border: none;
    text-transform: lowercase;
    cursor: pointer;
}

input.btnComprar {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: White;
	width: 110px;
	height: 30px;
	background-image: url(../../../layouts/default/images/tienda/box_btnComprar.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    text-align: center;
    padding-left: 35px;
    border: none;
    text-transform: lowercase;
    cursor: pointer;
}

input.btnComprar:hover {
	background-image: url(../../../layouts/default/images/tienda/box_btnComprar_hover.gif);
}

div.imgBoxProducto {
	width: 171px;
	height: 100px;
	margin: auto;
    overflow: hidden;
}

div.imgBoxProducto image {
	height: 110px;
	margin-top: -5px;
}

div.nomBoxProducto {
	margin: auto;
	width: 210px;
	padding-left: 0px;
    border-top: none;
    margin-top: 1px;
    height: 35px;
    text-align: center;
}

div.nomBoxProducto a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #323232;
	text-decoration: none;
}

div.nomBoxProducto a:hover {
	color: #48b1c3;
	text-decoration: underline;
}

div.desBoxProducto {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	width: 250px;
	height: 35px;
	margin: auto;
    border-top: none;
    text-align: center;
    margin-bottom: 2px;
    color: #666;
    text-transform: lowercase;
    margin-top: 5px auto 5px auto;
}

div.miniCuadrosProdLista_es {
	margin-top: 25px;
    width: 225px;
    padding: 0px;
    height: 358px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
}

div.miniCuadrosProdLista_es:hover {
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

table.miniCuadrosProdBotonDetalles {
    width: 82px;
    height: 20px;
    color: #556b75;
    background-color: transparent;
    text-align: center;
}

table.miniCuadrosProdBotonComprar {
    width: 95px;
    height: 25px;
    color: #556b75;
    background-color: transparent;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

a.nombreProducto {
    color: #363636;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a.nombreProducto:HOVER {
    color: #0288f0;
    text-decoration: underline;
}

.btnTextoComprar {
    color: #556b75;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
}

.btnTextoComprar:hover {
    color: #363636;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
}

input.btnTextoComprar {
    color: #556b75;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: hand;
}

/** ficha producto **************************************************************************/

div.tagFicha {
	float: left;
	padding: 10px;
	cursor: pointer;
	color: #48b1c3;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #cbecf2;
    border: 1px solid #48b1c3;
    border-top: 3px solid #48b1c3;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    margin-right: 5px;
    width:160px;
    text-align: center;
}

div.tagFicha:hover {
    background: White;
}

div.ficha_BoxVentaja {
	float: left;
	background: #f3f3f3;
	width: 186px;
	border: 1px solid #d3d3d3;
	padding: 10px 0px 10px 0px;
	color: #48b1c3;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 26%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#ededed), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 26%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 26%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 26%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 26%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0 5px 5px 0px rgba(0,0,0,0.1);
}

div.ficha_DatosGenerales {
	padding:0px;
}

div.ficha_DatosGenerales_lft {
	float: left;
	width: 300px;
}

div.ficha_DatosGenerales_imagen {
	width:350px;
	background: white;
	text-align: center;
}

div.ficha_DatosGenerales_imagen img {
	width:428px;
	margin: 10px;
}

div.ficha_DatosGenerales_imagenZoom {
	background: #ccc;
	width:450px;
	padding: 5px 0px;
	text-align:center;
	color:#2c0a05;
	font-size:11px;
}

div.ficha_DatosGenerales_imagenMarca {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	margin: auto;
}

div.ficha_DatosGenerales_facebook {
	background:White;
}

div.ficha_DatosGenerales_atributos {
	padding: 15px;
	padding-bottom: 0px;
	background: #e0f4f8;
	margin-bottom: 15px;
	border: 1px solid #48b1c3;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
}

div.ficha_DatosGenerales_atributos select {
	width: 240px;
	font-size:14px;
	padding: 3px;
}

div.ficha_DatosGenerales_atributos label {
	font-family:Verdana;
	font-size:16px;
	color:#111;
}

div.ficha_DatosGenerales_atributosTitulo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #333;
	border-bottom: 1px solid Silver;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

div.ficha_DatosGenerales_atributosAtributo {
	margin-bottom: 15px;
	margin-right: 5px;
}

div.ficha_DatosGenerales_form {
	border: 1px solid Silver;
	border-left: none;
	border-right: none;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ficha_Precio {
	font-family: 'Open Sans', arial, verdana;
	font-size:34px;
	font-weight: 600;
	color:#111;
}

.ficha_PrecioMoneda {
	font-family: 'Open Sans', arial, verdana;
	font-size:34px;
	font-weight: 600;
	color:#111;
}

.ficha_PrecioImpuesto {
	font-family: arial, verdana;
	font-size:12px;
	color: #333;
}

.ficha_PrecioTachado {
	font-family: 'Advent Pro', arial, verdana;
	font-size:20px;
	font-weight: 600;
	color:#ff0000;
	text-decoration: line-through;
}

div.ficha_DatosGenerales_envioGratis {
	color: white;
	text-align: center;
	padding: 2px;
	background:Green;
	width:150px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 5px;
}

div.ficha_DatosGenerales_rgt {
	float: left;
	width: 520px;
	background: white;
	padding: 14px;
	border: 1px solid Silver;
}

div.ficha_Fotografias {
	padding:0px;
}

div.ficha_Fotografias_fotos {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width:95px;
	height:95px;
	border: 1px solid Silver;
	padding: 2px;
	text-align:center;
}

div.ficha_PPC {
	padding:0px;
}

div.ficha_Descripcion {
	font-size: 14px;
	padding:0px;
}

div.ficha_Comentarios {
	padding:0px;
}

.nombreProductoFicha {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #111;
}

img.fotoProductoFicha {
	width: 200px;
	margin-bottom: 3px;
}

img.fotoProductoFichaLt {
	border: 1px solid #e3e3e3;
	padding: 2px;
	width: 95px;
	margin-bottom: 3px;
}

img.fotoProductoAtrib {
	border: 1px solid #e3e3e3;
	padding: 2px;
}

div.boxFichaProductos {
	border: 1px solid #e3e3e3;
	padding: 4px;
	margin-bottom: 5px;
}

div.boxFichaTitulo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.fichaCantidadTxt {
    color: #111;
    font-size: 11px;
    font-weight: bold;
}

input.fichaCantidad {
    color: #111;
    border: 1px solid Silver;
    font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
    padding: 3px;
    width: 50px;
    background-color: White;
    text-align: right;
    margin: 0px;
}

input.btnFicha {
	width: 215px;
	height: 40px;
    background-image: url(../../../layouts/default/images/tienda/btnFicha.gif);
    background-color: transparent;
    font-family: Lucida Sans Unicode, Arial, Verdana;
    font-size: 20px;
    color: White;
    border: none;
    cursor: pointer;
}

button.btnComprarFicha {
	width: 215px;
	padding: 12px;
	color: White;
    background-color: #FFAB5A;
    border: none;
    cursor: pointer;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0px;
}

button.btnComprarFicha:hover {
    color: #fff;
    background-color: #48b1c3;
    text-shadow: 1px 1px 1px #424242;
}

input.btnComprarFicha_es {
	width: 215px;
	height: 40px;
    background-image: url(../../../layouts/default/images/tienda/btnComprar_es.gif);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

input.btnComprarFicha_en {
	width: 215px;
	height: 40px;
    background-image: url(../../../layouts/default/images/tienda/btnComprar_en.gif);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

div.paginacionCat {
	height: 21px;
	line-height: 22px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 9px;
	padding-top: 10px;
    border: 1px solid #dbdfe0;
	background: White;
}

div.paginacionCat div.paginas {
	width:400px;
	text-align:center;
	color: #171717;
	font-weight: bold;
}

div.paginacionCat div.paginas a {
	color: #111;
	font-size: 14px;
	font-family: arial;
	margin-left:5px;
	text-decoration: underline;
}

div.paginacionCat span {
	float: left;
	margin-left: 2px;
	color: #171717;
	font-weight: bold;
}

div.paginacionCat ul {
	list-style-type: none;
	float: right;
	margin-top: 0px;
}

div.paginacionCat ul li {
	height: 20px;
	width: 13px;
	text-align: center;
	color: white;
	float:left;
	padding: 3px;
	margin: 1px;
	background-color: #888;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	color: White;
	text-decoration: none;
}

div.paginacionCat ul li:hover {
	background-color: #333;
}

div.paginacionCat li.select {
	background-color: #333;
}

div.acciones_catalogo {
	margin: auto;
	padding: 2px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 5px;
	color: #333;
	border: 1px solid #d3d3d3;
	background-color: #f3f3f3;
}

select.cat_filtros {
	border: 1px solid Silver;
	font-size: 11px;
	padding: 2px;
}

a.filtrosOrden {
    font-size: 11px;
	color: #2376bc;
	text-decoration: none;
}

a.filtrosOrdenActivo {
    font-size: 11px;
    font-weight: bold;
	color: #0288f0;
	text-decoration: none;
}

/** varios **********************************************************************************/

.oferta {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: Red;
}

.precio {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 24px;
	font-weight: 600;
	color: #41a6b8;
}

.precioDec {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 24px;
	font-weight: 600;
	color: #41a6b8;
}

.precioLt {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #0485b0;
}

.precioDecLt {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #0485b0;
}

.precioTachado {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 18px;
	text-decoration: line-through;
	color: Gray;
}

div.oferta_es {
	display: block;
	width: 52px;
	height: 52px;
	z-index: 4000;
	position: relative;
	left: -30px;
	top: 5px;
	background-image: url(../../../layouts/default/images/tienda/oferta_es.gif);
    background-repeat: no-repeat;
}

.star {
width: 100px;
height: 16px;
text-indent: -9999px;
background: transparent url(../../../layouts/default/images/tienda/star_rating_sprites.gif) 0 0 no-repeat;
margin: 0;
}
.stars5 {
background-position: -1px -340px;
}
.stars4_5 {
background-position: -1px -304px;
}
.stars4 {
background-position: -1px -268px;
}
.stars3_5 {
background-position: -1px -232px;
}
.stars3 {
background-position: -1px -196px;
}
.stars2_5 {
background-position: -1px -160px;
}
.stars2 {
background-position: -1px -124px;
}
.stars1_5 {
background-position: -1px -87px;
}
.stars1 {
background-position: -1px -51px;
}

.star_lt {
width: 60px;
height: 10px;
text-indent: -9999px;
background: transparent url(../../../layouts/default/images/tienda/star_rating_sprites.gif) 0 0 no-repeat;
margin: 0;
}
.stars5_lt {
background-position: -1px -576px;
}
.stars4_5_lt {
background-position: -19px -553px;
}
.stars4_lt {
background-position: -1px -530px;
}
.stars3_5_lt {
background-position: -1px -508px;
}
.stars3_lt {
background-position: -1px -485px;
}
.stars2_5_lt {
background-position: -1px -462px;
}
.stars2_lt {
background-position: -1px -439px;
}
.stars1_5_lt {
background-position: -1px -416px;
}
.stars1_lt {
background-position: -1px -393px;
}

div.btnPaginacion {
	border-radius: 5px;
	background: #48b1c3;
	padding: 0px 10px;
	color: White;
	text-align: center;
	cursor: pointer;
}

div.btnPaginacion:hover {
	background: #FFAB5A;
}

div.btnPaginacionClaro {
	border-radius: 5px;
	background: #48b1c3;
	padding: 0px 10px;
	color: White;
	text-align: center;
	cursor: pointer;
}

div.btnPaginacionClaro:hover {
	background: #FFAB5A;
}

#slideOfertas {
    margin: 0px auto;
    position: relative;
    width: 220px;
    height: 300px;
    padding: 10px 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: white;
    border-radius: 0px 0px 5px 5px;
}

#slideOfertas > div {
    position: absolute;
}

div.btnHomeNav {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	font-weight: 700;
	background:#FFAB5A;
	color:White;
	border-radius:100%;
	text-align:center;
	line-height:30px;
	width:30px;
	height:30px;
	cursor: pointer;
}
div.btnHomeNav:hover {
	background:#48b1c3;
}