@charset "UTF-8";

@font-face {
    font-family: 'AbadiMTCondensedLightRegular';
    src: url('fonts/abadi_mt_condensed_light-webfont.eot');
    src: url('fonts/abadi_mt_condensed_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abadi_mt_condensed_light-webfont.woff') format('woff'),
         url('fonts/abadi_mt_condensed_light-webfont.ttf') format('truetype'),
         url('fonts/abadi_mt_condensed_light-webfont.svg#AbadiMTCondensedLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
* {margin: 0; padding:0;}
html { }
body {	margin:0; font: normal 12px Aral, Helvetica, Verdana; color:#555; background:#1a1a1a; }
a, a:visited, a img { color: #5ca112; text-decoration:underline; outline:none;}
a:hover { color:#000; }
img { border:none; }
p, h1, h2, h3, h4, ul {margin: 0 0 12px 0;}
.searchField { border:none; float:left; padding:5px 0 0 10px; background: url(/images/bk_cajabusca.png) no-repeat; width:173px; height:18px; color:#777; font-size:12px; font-family:"Lucida Grande", Arial; line-height:23px; }
.btnSearch { float:left; }
.clr { clear:both; height:0%; }
.line { height: 1px; margin:10px 0; border-top: 1px Solid #D2D2D2; clear:both; display:block; }
strong {color:#000;}
fieldset { border:none; }

/* Gallery Product Images */

#gallery {
margin: 10px;
background-color: #FFFFFF;
}


#boletin_footer {
color:#FFFFFF;!important
}

#boletin_footer label {
color:#FFFFFF; !important
margin-bottom: 5px;
}

#boletin_footer input {
margin-bottom: 5px;
}



/* Breadcrumbs */
.breadcrumbs { margin-bottom:10px; margin-top: 10px; padding:0px 10px;  }
.breadcrumbs li { display:inline; margin:0px; padding:0px; font-size: 12px; }
.breadcrumbs li a { font-size: 12px; }
.breadcrumbs strong { font-weight:lighter; }

/* Wrap
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapWide { overflow:hidden; background: url(/images/bk_wrap.jpg) no-repeat bottom center; padding-bottom:149px; }

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
	background:#dcd6c9 url(/images/ima-top.jpg) left 151px repeat-x;
}
.headerWide { height:105px; background:#000 url(../images/bk_header.png) repeat-x top center; position:relative; }
#header {width:960px; height:98px; margin:0 auto;}
.logo a { float:left; width:321px; height:65px; background:url(../images/logodigideca.png) no-repeat; margin:20px 0px 0px 2px; }
.logo h1 { margin:0; padding:0; }
.logo span { display:none; }

/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.navContainer { width:960px; margin:0 auto; }
.search { float:right; margin-top:12px; }

/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.navWide { background:url(/images/bk_menu.png) repeat-x; height:45px; border-bottom:1px solid #fff; }
ul#nav { font:normal 14px/45px "Lucida Grande", Arial, Helvetica; height:45px; list-style-type:none; margin:0; padding:0; width:650px; float:left; }
ul#nav li {float:left;}
ul#nav li a { color:#fff; padding:0 12px; text-decoration:none; display:block; /* background:url(images/separador.png) no-repeat top right;*/ border-right:1px solid #022E09; font-weight: bold; }
ul#nav li a:hover, ul#nav li:hover,  ul#nav li.sfhover { text-decoration:none; background:#000 url(../images/bk_menu_ppal.png) repeat-x; }
ul#nav li ul { position: absolute; width: 195px; left: -999em; text-align:left; list-style-type:none; padding-bottom:10px; background: url(../images/bk_menu_deplegable.png) no-repeat bottom left; z-index:1000 !important;  }
ul#nav li li { margin:0; padding:0; float:left;  }
ul#nav li li  a { padding:7px; border-right:none; width:181px; display:block; font-weight:normal;  color:#fff;
font:normal 11px Arial, Helvetica; text-decoration:none; border-bottom:1px solid #333; background:none; }
ul#nav li li a:hover {  color:#fff; background:#cb2a08 url(../images/bk_submenu.png) repeat-x bottom left; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }


/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#content { width:960px; position:relative; margin:0 auto; }

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#bannerContainer { background-color:#cec1a6; border-bottom:10px solid #d9f0f7; text-align:left;}
#banner { z-index:1; width:690px; height:286px; position:relative;  }
.rotate { position:relative; z-index:1; height:280px; overflow:hidden; }
.navslide { font:bold 11px Arial, Helvetica, Sans-serif;  position:absolute; bottom:20px; left:20px; z-index:20; }
.navslide a {  line-height:20px; text-align:center;  float:left; display:block; margin-right:4px; width:20px; height:20px; text-decoration:none; background:url(../images/bk_navslideoff.png) no-repeat; color:#fff;  }
.navslide a:hover { background:url(../images/bk_navslideon.png) no-repeat; }
.navslide a.activeSlide, #navslide a:active { background:url(../images/bk_navslideon.png) no-repeat;  }

/* Widecol
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.wideCol {width:690px; float: right; overflow:hidden;  }
.wideCol ul { list-style:none; line-height: 18px; margin-left:10px; margin-bottom:14px;}
.wideCol ul li { margin:7px 0 0 0;  padding:0 0 0 16px;}
.wideCol ol { line-height: 18px; margin-left:30px; margin-bottom:14px; padding:0;}
.wideCol ol li { margin:7px 0 0 0; padding:0;}

body#home .wideCol { margin-top:20px; }

.catHeader { height:100px; margin:0; padding-top:20px; }
.peliculas { background:url(../images/bk_catpeliculas.jpg) no-repeat top left; }
.breadcrumb { font-size:11px; }
.breadcrumb a { color:#555; }

/* Narrowcol
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.narrowCol { float:left; width:250px; margin-top:0; line-height:15px; font-size:11.3px; }
.narrowCol h3 { margin:0 0 5px 0; color:#000; font-size:14px; font-weight:700; }
.narrowCol h4 { font-weight:700; font-size:12px; color:#000;  }
.narrowCol ul { list-style-type:none; margin:0; padding:0; overflow:hidden; width:230px; }
.narrowCol li { float:left; }
.narrowCol li a { color:#555; text-decoration:none; display:block; width:214px; padding:3px 3px 3px 13px; background:url(../images/bullet_rojo.gif) no-repeat 0 50%; }
.narrowCol li a:hover { text-decoration:underline; }

.subtotal {background:url(../images/bk_precio_carrito.png) no-repeat top left; padding-left:10px; height:28px; line-height:28px; float:left; display:block; margin-bottom:10px;}
.subtotal span { background:url(../images/bk_precio_carrito.png) no-repeat top right; padding-right:10px; }


/* Carrito top
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.carritoTop { float:right; margin-top:25px; width:275px; }
.carritoTop p { overflow:hidden; clear:left; margin:0; }
.carritoTop a {color:#81b53e;} .carritoTop a:hover {color:#fff;}
.carritoDatos { float:left; }
.carritoIcon { float:left; margin-right:8px; }
.subtotalTop { margin-right:8px; color:#fff; background:url(../images/bk_preciotop.png) no-repeat top left; padding-left:10px; height:27px; line-height:27px; float:left; display:block; margin-bottom:10px;}
.subtotalTop strong { color:#fff; }
.subtotalTop span a { color:#fff; }
.subtotalTop span { background:url(../images/bk_preciotop_der.png) no-repeat top right; display:block; padding-right:10px; }

body#home .narrowCol { margin-top:20px; }

/* Titulos
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.titleCategorias span, .titleCarrito span, .titleEncuesta span, .titleRecomendados_dvds span, .titleRecomendados_bluray span, .titleRecomendados_cds span, .titleRecomendados_juegos span, .titleNuevos span, .titleRecomendados span, .titleProcesoCompra span, .titleRealizarPedido span, .titleMicuenta span, .titleBoletin span  {display:none;}
.titleCategorias { background:url(../images/titulo_buscar_categoria.png) no-repeat; width:250px; height:34px; }
.titleGeneric { background:url(../images/bk_titlesgeneric.png) no-repeat; width:690px; height:34px; line-height:34px; color:#FFF; text-align:center; }
.titleGeneric strong  { color: #FC0; }
.titleCarrito { background:url(../images/titulo_micarrito.png) no-repeat; width:250px; height:34px; }
.titleProcesoCompra { background:url(../images/titulo_proceso_compra.png) no-repeat; width:250px; height:34px; }
.titleEncuesta { background:url(../images/titulo_laencuesta.png) no-repeat; width:250px; height:34px; }
.titleMicuenta { background:url(../images/titulo_micuenta.png) no-repeat; width:250px; height:34px; }
.titleBoletin { background:url(../images/titulo_boletin.png) no-repeat; width:250px; height:34px; }
.titleNuevos { background:url(../images/titulo_nuevos_productos.png) no-repeat; width:690px; height:34px; position:relative; }
.titleRecomendados { background:url(../images/titulo_productos_recomendados.png) no-repeat; width:690px; height:34px; }
.titleDetalle { background:url(../images/titulo_detalle_del_producto.png) no-repeat; width:690px; height:34px; }
.titleCarritoCompra { background:url(../images/titulo_carrito_compras.png) no-repeat; width:690px; height:34px; }
.titleRealizarPedido { background:url(../images/titulo_realizar_pedido.png) no-repeat; width:690px; height:34px; }
.titleInformacion { background:url(../images/titulo_informacion.png) no-repeat; width:690px; height:34px; }
.titleRecomendados_juegos { background:url(../images/titulo_nuevos_top_juegos.png) no-repeat; width:690px; height:34px; }
.titleRecomendados_dvds { background:url(../images/titulo_nuevos_top_dvds.png) no-repeat; width:690px; height:34px; }
.titleRecomendados_cds { background:url(../images/titulo_nuevos_top_cds.png) no-repeat; width:690px; height:34px; }
.titleRecomendados_bluray { background:url(../images/titulo_nuevos_top_bluray.png) no-repeat; width:690px; height:34px; }
.titleRecomendados { background:url(../images/titulos_nuevos.png) no-repeat; width:690px; height:34px; }
.titleRecomendados span { font-family:'AbadiMTCondensedLightRegular'; font-size:16px; color:#fff; display:block; height:24px; padding:10px 0 0 10px; font-weight:bold; float:left; }
.titleRecomendados span.other { color:#C3B39B; padding-left:4px; }

/* Modulos
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.module { background:#fff url(../images/round_cajas_izq.png) no-repeat bottom left; padding:10px; margin-bottom:12px; width:230px; overflow:hidden; }
.wideCol .module { background:#fff url(../images/round_cajas_der.png) no-repeat bottom left; padding:10px 0 20px 20px; width:670px; }
.moduleCat { background:#fff url(../images/bk_gradientcajas.png) repeat-x; no-repeat bottom left; overflow:hidden; }
.moduleCatGrid { overflow:hidden; }
.moduleProductos { background:#fff url(../images/round_cajas_der.png) no-repeat bottom left; padding:10px 0 0 0; width:690px; margin-bottom:15px; }
.todosProductos { width:187px; height:32px; margin:15px auto 0 auto; background:url(../images/btn_ver_todos_los_productos.png) no-repeat; }
.todosProductos span { display:none; }
.todosProductos a { display:block; width:187px; height:32px; }

/* Productos
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.producto { width:110px; height:auto; float:left; margin:15px 10px 0 10px; text-align:center; font-size:11px; }
.producto p { margin:0; }
.producto span { font-weight:700; color:#000; }
.producto img { margin-bottom:7px; }
.gridRow { overflow:hidden; width:650px;}

/* Productos Categoria
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.moduleProd { overflow:hidden; border-bottom:1px solid #dcd6c9; width:650px; padding:15px 20px; font-size:12px; line-height:15px; color:#666666; }
.moduleProdGrid { overflow:hidden; border-bottom:1px solid #dcd6c9; padding:15px 20px; font-size:12px; line-height:15px; color:#666666; }
.moduleProd h3, .moduleProdGrid h3 { color:#000; margin-bottom:5px; font-size:15px; } .moduleProd h3 a, .moduleProdGrid h3 a { color:#000; text-decoration:none; } .moduleProd h3 a:hover, .moduleProdGrid h3 a:hover { text-decoration:underline; }
.toolbarCat { text-align:center; border-top:1px solid #fff; background:url(../images/bk_toolbarcat.png) no-repeat; width:690px; margin-bottom:15px; }
.prodImage { width:110px; float:left; }
.prodDescription { float:right; width:525px; }
.toolbarCat table, .titleGeneric table { width:660px; margin:0 auto; font-size:11px; }
.toolbarCat table td, .titleGeneric table td { width:220px; }
.titleGeneric a { color: #FC0; }
.titleGeneric a:hover { color:#fff; }
.precioRegular { color:#900; text-decoration:line-through; font-weight:700; }
.precio { font-size:12px; color:#fff; background:url(../images/bk_precio.png) no-repeat top left; line-height:23px; margin:0; padding-left:12px; float:left; margin-right:8px;  }
.precio span { background:url(../images/bk_precio.png) no-repeat top right; line-height:23px; padding-right:12px; display:block; font-weight:700; }

.grid-precio { font-size:12px; color:#fff; background:url(../images/bk_precio.png) no-repeat top left; line-height:23px; margin:5px auto; padding-left:12px; width:75px; }
.grid-precio span { background:url(../images/bk_precio.png) no-repeat top right; line-height:23px; padding-right:12px; display:block; font-weight:700; }
.addto { margin:3px auto; width:140px;}


.badgeOffer { background: url(../images/badge_oferta.png) no-repeat bottom right; }
.badgeNew { background: url(../images/badge_nuevo.png) no-repeat bottom right; }
.badgeLast { background: url(../images/badge_ultimo.png) no-repeat bottom right; }


/* View Type: Grid */

.listing-type-grid { background:url(../images/bkg_products-grid2.gif) repeat-y top center; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; margin-left:0px; }
.listing-type-grid li.item { float:left; width:196px; padding:12px 10px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid { background-image:url(../images/bkg_products-grid1.gif); }
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-right-layout .listing-type-grid { background-image:url(../images/bkg_products-grid2.gif); }
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }




/* Detalle del producto
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.moduleDetail { overflow:hidden; background:#fff url(../images/bk_gradientcajas.png) repeat-x; padding:35px 30px 30px 30px; }
.moduleDetail h3 { font-size:27px; font-weight:700; color:#000; }
.detailPictures { width:250px;  float:left; overflow:hidden; }
.detailPicture { width:248px; height:250px; background-color:#f2f2f2; margin-bottom:10px; text-align:center; border:1px solid #e0e0e0;  }
.detailThumbs { width:75px; height:75px; background-color:#f2f2f2; float:left; margin-right: 5px; margin-bottom: 5px; 5px; border:1px solid #e0e0e0; }
.detailDescription { float:right; width:360px; font-size:12px; line-height:15px; color:#666666; }
.prodsRelated { background:#fff url(../images/bk_relacionados.png) repeat-x; padding:30px 20px 20px 20px; overflow:hidden; }
.prodsRelated h3 { font-size:16px; color:#000; }
.roundRight { background:url(../images/round_cajas_der.png) no-repeat; width:690px; height:7px; margin:0 0 15px 0; }
.action { margin-bottom:14px; width:360px; overflow:hidden; }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.footerWide { background:url(../images/bk_footer.png) repeat-x; height:276px; border-top:1px solid #000; padding-top:30px;  }
.footer { width:960px; color:#fff; margin:0 auto; font-size:11.5px; line-height:16px;  }
.footer a { color:#ffbc03; }
.footer a:hover { color:#fff; }
.footer .col { width:225px; height:200px; float:left; margin-right:20px; background:url(../images/separador_footer.png) no-repeat top right;  }
.footer .last { margin:0; background:none; }

.footer ul { list-style:none; }
.footer li { }
.footer li a { color:#fff; text-decoration:none; display:block; width:200px; padding:2px 0 2px 13px; background:url(../images/bullet_rojo.gif) no-repeat 0 50%; }  
.footer li a:hover { color:#ffbc03; }

/* Photos
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.picbr { float:right; padding:7px; margin:3px 0 10px 10px; }
.picbl {float:left; padding: 7px; margin: 3px 10px 10px 0; }
.picbcenter { display:block; width:100%; text-align:center; padding: 4px; background-color:#edeae0; }
.picr {float: right; margin: 5px 0 5px 10px; }
.picl {float: left; margin: 0 5px 5px 0;}

.last { margin:0; }



/*
		 * Required 
		*/
		.container { width:690px; height:280px; overflow:hidden; position:relative; cursor:pointer; }
		#loopedSlider { margin:0 auto; width:690px; position:relative; clear:both; }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides > div,ul.slides li { position:absolute; top:0; width:690px; display:none; padding:0; margin:0; }
	
		ul.pagination { list-style:none; padding:0; margin:0; position:absolute; top:235px; left:20px; }
		ul.pagination li  { float:left; padding:0; }
		ul.pagination li a { margin-right:6px; color:#FFF; display:block; width:20px; height:20px; line-height:20px; text-align:center; text-decoration:none; font-weight:700; background:url(../images/off.png) no-repeat; }
		ul.pagination li.active a { color:white; background:url(../images/on.png) no-repeat; }
		
		
		.container2 { width:650px; margin:0 auto; padding:0; height:200px; position:relative; cursor:pointer; }
		#loopedSlider2 { margin:0 auto; width:650px; position:relative;  }
		
		.next { position:absolute; top:-38px; right:-10px; z-index:100; background:url(../images/carousel_adelante.png) no-repeat; width:23px; height:23px; }
		.previous { position:absolute; top:-38px; right:15px; background:url(../images/carousel_atras.png) no-repeat; width:23px; height:23px; }
		.next span, .previous span { display:none; }
		



/* Styles Default Layout */
		
.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }	


/********************** Checkout */
select.address-select { width:630px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:250;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#000;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#d4cab4; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; color: #618d20; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { border:1px solid #c0b49a; background:#dcd6c9; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #000; background:#333; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#000; }
.one-page-checkout .active h3 { color:#fff; }
.one-page-checkout .allow .step-count { background:#fff; }
.one-page-checkout .active .step-count { color:#000; border:1px solid #fff; background: #fff; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; display: block; width: 100%; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom: 1px solid #a9d864; color:#618d20; }
.one-page-checkout-progress h4 a { text-transform:none; display: inline; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin: 0px; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:0px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }	


/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c6bba2; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background: #d4cab4; }
.data-table tfoot { border-bottom:1px solid #d4cab4; }
.data-table tfoot tr.first { /* background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; */}
.data-table tfoot tr { background-color:#d4cab4 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }


/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#618d20;
    color:#fff;
    border:1px solid #516304;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }


/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }



/*--------------------------------------       RESET.CSS     --------------------------------------------*/

* { margin:0; padding:0; }


a { color:#1e7ec8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:2em; line-height:1.17;  }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

.landing {
float:right;
margin-bottom:10px;
}

.custom-head {
margin-bottom:10px;
background: no-repeat top right;
height:75px;
padding:10px;
}

.category-head {
background: no-repeat top right;
padding:10px;
}


.cateogory-details {
width:400px;
}

.category-image {
float:right;
}

.banner-contacto { float:left; margin-top:10px; margin-left: 40px; width:275px; z-index:2 }

.precio_antes {
color: #FF0000; !important
font-weight: normal;
text-decoration: line-through;;


}

.precio_oferta {
color: #000000;
font-weight: bold;
}

.pagination_down {
font-size: 13px;
padding-bottom: 4px;
}


.pagination_down a {
font-size: 14px;
font-weight: bold;
padding-bottom: 4px;
}



.cross_sell_digi {
    }
.cross_sell_digi .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.cross_sell_digi .box .form-button  {  margin-left:5px; }
.cross_sell_digi .discount-codes h4, .cross_sell_digi .shipping-estimate h4 {
    min-height:16px;
    color:#000;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    }
.cross_sell_digi .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.cross_sell_digi .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.cross_sell_digi .shipping-estimate .input-text { width:214px; }
.cross_sell_digi .shipping-estimate select { width:220px; }
.cross_sell_digi .upsell {
    border:1px solid #cec3b6;
    padding:5px;
    background:#fafaec;
	margin-top: 14px;
    }
.cross_sell_digi .upsell .product-image { width:90px; border:1px solid #d0cdc9; }
.cross_sell_digi .upsell .product-shop { width:150px; }
.cross_sell_digi .upsell .product-shop h5 { font-size: 11px;; }



.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
	
	.buscar_txt {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 100%;
	width: 580px;
	padding-top: 10px;	 
	 }

