@charset "utf-8";

/* = Eric Meyer's Reset CSS v2.0 - http://cssreset.com ====================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* = Debug ================================================================== */
#debug{background:#CCC;margin:10px auto;padding:10px;text-align:left;font-size:10px;}#debug p,#debug pre{color:#000;font-family:monospace;font-weight:700;margin-bottom:10px}#debug .debug{color:#000;text-align:left}#debug .debug2{color:red}#debug .debug4{color:#004}#debug .debug8{color:#008}#debug .debug16{color:#016}#debug .debug32{color:#032}#debug .debug64{color:#064}#debug .debug128{color:#128}#debug .debug256{color:#256}#debug .debug512{color:#512}.dump{background:#CCC;color:#000;font-family:monospace;font-weight:700;padding:0px 10px 10px 10px;}
a.debug{display:block; font-size:32px;line-height:32px;text-transform:uppercase;padding:5px 10px;color:#fff;background-color:#000;}

/* =============================================================================
                Estilos Generales
============================================================================= */
* {
	font-family: 'Ubuntu', sans-serif;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	/* background: url("background.jpg") no-repeat scroll center top #e1e1e1; */
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}
a {
	color: #322653;
	font-weight: bold;
	font-size: inherit;
	text-align: left;
	text-transform: inherit;
	text-decoration: none;
}
dt {
	margin-bottom: 5px;
}
dd {
	margin-bottom: 5px;
}
#contenidoAll {
	border: none;
	height: auto;
	min-height: 100%;
	width: 990px;
	outline: none;
	border: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#tramaCabecera {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 148px;
	z-index: 600;
}
#tramaPie {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	background: url(pie.fondo.jpg) repeat-x top left transparent;
	z-index: 0;
	clear: both;
}

#contenedor {
	left: 50%;
	margin-left: -495px;
	position: relative;
	text-align: center;
	top: 0;
	width: 990px;
	overflow: hidden;
}

.separador {
	color: #b4b9b6;
	font-weight: normal;
	font-size: 10px;
}

/* =============================================================================
                Barras
============================================================================= */

#izquierda {
	width: 265px;
	background: #30244f;
	float: left;
	margin-right: 15px;
}

#principal {
	background: url('back_principal.png');
	width: 710px;
	float: left;
}

/* =============================================================================
                Cabecera
============================================================================= */
#cabecera {
	position: relative;
	top: 0;
	left: 0;
	width: 990px;
	height: 121px;
}
#logo {
	border-bottom: 1px solid #fff;
	position: relative;
}
#marcaAgua {
	left: 400px;
	position: absolute;
	top: 50px;
}

/* =============================================================================
                Bonotes superiores
============================================================================= */

#botonesSuperiores {
	position: absolute;
	right: 10px;
	top: 20px;
}

#botonesSuperiores .btSup {
	float: left;
	height: 36px;
	width: 35px;
}

#btSupEs {
	background: url(cabecera.bt_es.png) no-repeat;
}
#btSupEs:hover {
	background: url(cabecera.bt_es_hover.png) no-repeat;
}
#btSupEn {
	background: url(cabecera.bt_en.png) no-repeat;
}
#btSupEn:hover {
	background: url(cabecera.bt_en_hover.png) no-repeat;
}
#btSupFb {
	background: url(cabecera.bt_fb.png) no-repeat;
}
#btSupFb:hover {
	background: url(cabecera.bt_fb_hover.png) no-repeat;
}

#bordeSupTitCab {
}

/* =============================================================================
                Titulo cabecera
============================================================================= */

#tituloCabecera {
	background: none repeat scroll 0 0 #322653;
	color: #afb2b9;
	font-size: 25px;
	height: 33px;
	padding-top: 7px;
	width: 100%;
}

#subtituloCabecera {
	color: #322653;
	height: 10px;
	text-align: left;
	padding: 15px 20px;
	position: relative;
	background: #fff;
}

#subtituloCabecera .subtituloCabecera {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
	background: #fff;
	padding-right: 5px;
}

/* =============================================================================
                Clientes
============================================================================= */
/* #accesoClientes {
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
	text-align: left;
}
.titClientes {
	color: #b4b9b6;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url('ico_user.png') no-repeat;
	padding-left: 20px;
} */
/*
.txtClientes{
	position: relative;
	top: 10px;
	right: 35px;
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase;
	text-align: left;
	color: #004695;
	text-decoration: none;
}
*/

/* #btsLogin {
}

#accesoClientes a.txtClientes {
	background: url("menuproductos.bt_clientes.png") no-repeat scroll right top transparent;
	color: #322653;
	display: block;
	font-weight: bold;
	height: 24px;
	padding: 13px 0 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 101px;
	float: left;
	margin-top: 4px;
	font-size: 13px;
}

#accesoClientes a.txtClientes:hover {
	background: url("menuproductos.bt_clientes.png") no-repeat scroll right bottom transparent;

	color: #0d460d;
}

#accesoClientes fieldset,
#accesoClientes p {
	background-color: #d0cdd8;
	margin-bottom: 1px;
	padding: 5px;
}

#backCamposLogin {
}

#camposClientes {
	margin-right: 20px;
	margin-top: 5px;
	position: relative;
}

#camposClientes input[type="text"] {
	background: url("ico_user.png") no-repeat scroll 5px center transparent;
	border: medium none;
	color: #30244f;
	margin: 5px 0;
	padding-left: 30px;
	width: 185px;
}

#camposClientes input[type="password"] {
	background: url("ico_pass.png") no-repeat scroll 5px center transparent;
	border: none;
	color: #30244f;
	margin: 5px 0;
	padding-left: 30px;
	width: 185px;
}

#btEntrar {
	background: none repeat scroll 0 0 #8b849e;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
}
#btEntrar:hover {
	color: #30244f;
}

#btsRegistro {
	border-bottom: 1px dotted #746799;
	margin-top: 8px;
	padding-bottom: 5px;
}

#btsRegistro span.btsRegistro {
	color: #b4b9b6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#btsRegistro a.btRegistro {
	background: none repeat scroll 0 0 #8b849e;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 6px;
}
#btsRegistro a.btRegistro:hover {
	color: #30244f;
} */

/* =============================================================================
                Buscador
============================================================================= */

/* #subtituloCabecera .lineaSep {
	background: none repeat scroll 0 0 #2d254e;
	height: 1px;
	margin: 8px 0 0 10px;
	width: 450px;
}

#buscador {
	position: absolute;
	right: 20px;
	top: 7px;
}

#cajaInputBuscador {
	background: url(cabecera.caja_buscador.png) no-repeat top right transparent;
	width: 168px;
	height: 36px;
	float: left;
}

#campoBuscador input[type="text"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #322653;
	font-size: 12px;
	font-weight: 400;
	left: 12px;
	padding: 9px;
	width: 156px;
}

#btLupa {
	width: 36px;
	height: 36px;
	background: url("cabecera.bt_buscador.png") no-repeat top;
	border: none;
	cursor: pointer;
}
#btLupa:hover {
	background: url("cabecera.bt_buscador.png") no-repeat bottom;
} */
/* =============================================================================
                Menu Principal
============================================================================= */
#menuPrincipal {
	clear: both;
	height: 27px;
	position: absolute;
	text-align: center;
	top: 121px;
	width: 100%;
	z-index: 600;
}
#botonesPrincipal {
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	width: 990px;
	height: 27px;
}
#botonesPrincipal ul {
	float: left;
	margin-top: 0;
}
#botonesPrincipal a {
	text-decoration: none;
	color: #b4b9b6;
}
#botonesPrincipal ul li {
	float: left;
	text-align: center;
}
div.botonesMasCortos {
	position: relative;
	top: 0;
	width: 64px;
	height: 27px;
	outline: none;
	color: #fff;
	display: block;
	z-index: 300;
}
div.botonesMasCortos:hover {
	position: relative;
	top: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	width: 64px;
	height: 27px;
	background: url(menu.fondo_over.jpg) repeat-x top left;
	z-index: 100;
}
div.botonesMasCortos a {
	position: relative;
	top: 3px;
	color: #fff;
	text-decoration: none;
}
div.botonesCortos {
	position: relative;
	top: 0;
	width: 95px;
	height: 27px;
	outline: none;
	color: #fff;
	display: block;
	z-index: 300;
}
div.botonesCortos:hover {
	position: relative;
	top: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	width: 95px;
	height: 27px;
	background: url(menu.fondo_over.jpg) repeat-x top left;
	z-index: 100;
}
div.botonesCortos a {
	position: relative;
	top: 3px;
	color: #fff;
	text-decoration: none;
}
div.botonesLargos {
	position: relative;
	top: 0;
	width: 246px;
	height: 27px;
	outline: none;
	color: #fff;
	text-decoration: none;
	display: block;
	z-index: 300;

	text-align: center;
	color: #b4b9b6;
	text-decoration: none;

	padding-top: 8px;
	height: 19px;
}
div.botonesLargos:hover {
	background: url(menu.fondo_over.jpg) repeat-x top left;
}
div.separador {
	float: left;
	width: 2px;
	height: 27px;
	position: relative;
	background: url(menu.separador_bt.jpg) no-repeat top left;
	z-index: 400;
}
div.separador2 {
	float: left;
	width: 2px;
	height: 27px;
	position: relative;
	left: 94px;
	top: -27px;
	background: url(menu.separador_bt.png) no-repeat top left;
	z-index: 400;
}
/* =============================================================================
                Contenidos
============================================================================= */
/* #contenidos {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contenido table td > strong {
	color: #645b7e;
}

.contenido table td {
	font-size: 12px;
}

table,
td {
	vertical-align: top;
} */
/* =============================================================================
                Menu Productos
============================================================================= */
/* #tituloMenu {
	color: #322653;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 20px;
	text-align: left;
}

#menu {
	width: 248px;
	background-color: #30244f;
	z-index: 400;
	margin-top: 20px;
}
#menu ul.menu {
	margin-left: 20px;
	width: 208px;
	position: relative;
}
#menu .menu li {
}
#menu .menu ul li {
	padding: 6px 4px;
	text-align: left;
}

#menu .menu li a {
	color: #b4b9b6;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu .menu li a:hover {
	color: #fff;
}
#menu .menu ul.menu > li > div {
	display: none;
}
#menu .menu ul.menu li:hover > div {
}
#menu .menu .submenu li a {
	font-size: 12px;
	margin-left: 20px;
} */

/* =============================================================================
                Menu Admin
============================================================================= */
#menuAdmin {
	padding: 0px;
	text-align: center;
}
#menuAdmin ul li {
	text-align: left;
	margin-top: 5px;
	display: inline-block;
}
/* =============================================================================
                Buscador Productos
============================================================================= */
#buscadorProductos {
	margin-top: 65px;
	padding-left: 15px;
	text-align: left;
}
#campoBusProductos {
	display: block;
}
#campoBusProductos label {
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	color: #004695;
	font-weight: 600;
}
#campoBusProductos input[type="text"] {
	background-color: #e4f2fd;
	border-top: 1px solid #cacacb;
	border-right: 1px solid #a1a1a3;
	border-bottom: 1px solid #7a7a7c;
	border-left: 1px solid #7a7a7c;
	color: #004695;
	left: 0;
	padding-left: 3px;
	margin: 8px 0;
}
#btBuscar {
	margin-top: 8px;
}
/* =============================================================================
                Carrito
============================================================================= */
/* #carrito {
	position: relative;
	margin-left: 20px;
	margin-top: 40px;
	text-align: left;
}

span.carritoTitulo,
a.carritoTitulo {
	background: url("ico_carrito.png") no-repeat scroll 0 0 transparent;
	color: #b4b9b6;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

div.carritoTitulo {
	width: 220px;
	display: none;
}
div.carritoContenido {
	margin-top: 5px;
	margin-right: 20px;
	border-bottom: 1px dotted #746799;
	padding-bottom: 5px;
}
#cabeceraCarritoContenido,
#pieCarritoContenido {
	display: none;
}
#intCarritoContenido {
	width: 100%;
	background: #d0cdd8;
}

table.carritoContenido {
	border-collapse: separate;
	width: 100%;
}

table.carritoContenido td {
	border-bottom: 1px solid #30244f;
	padding: 5px;
}

table.carritoContenido td.total {
	border-bottom: none transparent;
}
table.carritoContenido td.carrito_1st {
	border-top: none transparent;
}

div.carritoInferior {
	display: none;
}

div.carritoContenido a {
	background: none repeat scroll 0 0 #8b849e;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 10px;
	margin-top: 1px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
div.carritoContenido a:hover {
	color: #30244f;
}

td.carritoIzq {
	font-size: 13px;
	line-height: 1.2em;
	color: #30244f;
	text-align: left;
	text-transform: capitalize;
}
td.carritoCifras {
	padding-right: 17px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	color: #30244f;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}
#carrito td.total {
	color: #30244f;
} */

/* =============================================================================
                Marcas
============================================================================= */
#logosMarcas {
	margin-top: 50px;
	padding-bottom: 60px;
}
#logosMarcas img {
	margin-top: 16px;
	margin-bottom: 0;
}
/* =============================================================================
                Menu lateral inferior
============================================================================= */

#condicionesVenta {
	margin: 40px 0 0 20px;
	text-align: left;
	overflow: hidden;
}

#condicionesVenta span.condicionesVenta {
	color: #b4b9b6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
}

#condicionesVenta a {
	margin-right: 20px;
}

#condicionesVenta a,
#formasPago a {
	background: url("bt_masinfo.png") no-repeat scroll 0 0 transparent;
	color: #b4b9b6;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	min-height: 19px;
	padding-left: 25px;
	padding-top: 2px;
	text-decoration: none;
}

#menuLatInf {
	margin: 0 0 0 20px;
	position: relative;
	text-align: left;
}

#menuLatInf a,
#menuAdmin a {
	border-bottom: 1px solid #4c3767;
	color: #4c3767;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
	width: inherit;
	padding: 0px;
	margin: 0px 10px;
}

#menuLatInf a:hover,
#formasPago a:hover,
#menuAdmin a:hover,
#condicionesVenta a:hover {
	color: #bac29b;
	text-decoration: none;
	border-bottom: 1px solid #bac29b;
}

#formasPago {
	color: #b4b9b6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 20px;
	position: relative;
	text-align: left;
	border-bottom: 1px dotted #746799;
	padding-bottom: 5px;
	margin-right: 20px;
}

#formasPago a {
	margin-top: -20px;
}

#formasPago span.formasPago {
	text-transform: uppercase;
}

#formasPago img {
	margin-bottom: 5px;
}

.txtSombraBlanca {
	color: #322653;
	font-size: 14px;
	font-weight: bold;
}

/* =============================================================================
                Contenido Central
============================================================================= */
/* #contenido {
	padding: 10px 20px 20px 20px;
}

h2 {
	color: #322653;
	font-weight: bold;
	margin: 0 0 10px 20px;
	text-align: left;
	text-transform: uppercase;
}
h2 a {
	font-size: 16px;
	font-weight: 400;
	color: #322653;
	text-transform: uppercase;
	text-decoration: none;
}
#contenido h2 {
	font-size: 15px;
	font-weight: 400;
	color: #322653;
	text-transform: uppercase;
	text-decoration: none;
}

.apartadosTexto {
	background-color: #ffffff;
	border: 1px solid #322653;
	padding: 10px;
	text-align: justify;
}

.apartadosTexto h2 {
	color: #0d460d !important;
	text-transform: uppercase;
	text-decoration: none;

	font-weight: bold;
}

div.ruta {
	position: absolute;
	top: 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #fff;
}

h2#ruta {
	margin-left: 0px;
}

.titular {
	color: #322653;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 10px;
}
#contenido ul {
	list-style: disc outside;
	margin-top: 5px;
	margin-left: 20px;
}
#contenido ol {
	list-style: decimal outside;
	margin-top: 5px;
	margin-left: 20px;
}
#contenido li {
	margin-bottom: 5px;
}
#contenido strong,
#contenido b {
	font-weight: bold;
}
#contenido em,
#contenido italic {
	font-style: italic;
}
#contenido sup {
	vertical-align: super;
	font-size: 75%;
} */
/* =============================================================================
                Productos
============================================================================= */
/* table.productos {
	width: 100%;
}

td.producto {
	text-align: center;
	width: 220px;
}

div.productoHome {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #322653;
	height: 290px;
	position: relative;
	text-align: center;
	width: 220px;
}

div.intProductoHome {
	margin: 1px;
}

a.enlaceProductoHome {
	display: block;
	height: 250px;
	overflow: hidden;
}

span.fotoProductoHome {
	position: relative;
}
span.nombreProductoHome {
	background: #d0cdd8;
	color: #30244f;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px;
	text-align: center;
}
div.separadorProductoHome {
	border-bottom: 1px dotted #746799;
	bottom: 35px;
	height: 1px;
	left: 9px;
	position: absolute;
	width: 201px;
}

span.precioProductoHome {
	display: block;
	width: 155px;
	text-align: right;
	font-size: 18px;
	font-weight: 800;
	color: #01355f;

	position: absolute;
	left: 15px;
	bottom: 85px;
}
div.precioProductoHome img.stockProducto {
	margin-top: -3px;
	float: left;
}
div.cestaProductoHome {
	bottom: 7px;
	left: 4px;
	position: absolute;
}
div.cestaProductoHome a.productoanadir {
	background: url("ico_cesta.jpg") no-repeat scroll left top transparent;
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 18px;
	margin: 0 10px;
	padding-left: 30px;
	text-align: left;
	width: 215px;
}
div.cestaProductoHome a.productoanadir:hover {
	background: url("ico_cesta.jpg") no-repeat scroll left bottom transparent;
}

div.cestaProductoHome a.productoanadir span {
}

div.cestaProductoHome a.productoanadir span.iva {
	display: inline-block;
	font-size: 10px;
	padding-left: 5px;
}

div.cestaProductoHome img {
	margin-left: 0;
}
div.btMasProductoHome {
	background: url("bt_info.jpg") no-repeat scroll right bottom transparent;
	bottom: 0;
	height: 27px;
	position: absolute;
	right: 0;
	width: 28px;
}

div.ofertaProducto {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 200;
}
div.nuevoProducto {
	display: none;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 200;
}
div.paginador {
	padding-top: 30px;
}
table.paginador {
	width: 100%;
}
table.paginador td.ordenar {
	width: 100%;
	vertical-align: middle;
	text-align: left;
}
table.paginador td.resultados {
	text-align: right;
	vertical-align: middle;
}
table.paginador table.paginas {
	margin-right: 0px;
}
table.paginador table.paginas td {
	padding: 0px 2px;
	white-space: nowrap;
	vertical-align: middle;
}

table.paginador table.paginas td.paginas {
	padding-left: 0px;
}

table.paginador table.paginas td.paginaanterior a,
table.paginador table.paginas td.paginasiguiente a {
	background: #d0cdd8;
	padding: 5px;
	border: 1px solid #322653;
	font-weight: normal;
}

table.paginador table.paginas td.pagina a {
	background: #d0cdd8;
	padding: 5px;
	border: 1px solid #322653;
	font-weight: normal;
}

table.paginador table.paginas td.actual a {
	font-weight: bold;
} */

/* =============================================================================
                Producto pack
============================================================================= */

/* div.pack {
	overflow: hidden;
	margin-top: 20px;
}

div.pack div.productoPack {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #322653;
	height: 290px;
	position: relative;
	text-align: center;
	width: 219px;
	float: left;
	margin: 0 1px;
}

div.pack div.intProductoPack {
	margin: 1px;
}

div.pack div.nombreProductoPack {
	background: #d0cdd8;
	color: #30244f;
	display: block;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px;
	text-align: center;
}

div.pack div.separadorProductoPack {
	border-bottom: 1px dotted #746799;
	bottom: 35px;
	height: 1px;
	left: 9px;
	position: absolute;
	width: 201px;
}

div.pack div.cestaProductoPack {
	bottom: 7px;
	left: 4px;
	position: absolute;
}

div.pack a.productopackanadir {
	background: url("ico_cesta.jpg") no-repeat scroll left top transparent;
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 18px;
	margin: 0 10px;
	padding-left: 30px;
	text-align: left;
	width: 215px;
}

div.pack a.productopackanadir:hover {
	background: url("ico_cesta.jpg") no-repeat scroll left bottom transparent;
}

div.pack .unidades {
	font-weight: bold;
	margin-left: 20px;
}

div.pack .tit {
	background: none repeat scroll 0 0 #8b849e;
	color: #ffffff;
	font-size: 12px;
	height: 21px;
	padding-top: 8px;
	position: absolute;
	right: 58px;
	text-align: center;
	text-transform: uppercase;
	top: -7px;
	width: 60px;
}

div.pack a.productopackanadir:hover .tit {
	color: #322653;
}

.fichaproducto div.carrito a.packanadir {
	background: url("ico_carro_ficha.png") no-repeat scroll left 5px transparent;
	color: #322653;
	display: block;
	font-size: 18px;
	height: 25px;
	padding: 5px 0;
	position: relative;
	text-align: right;
}
.fichaproducto div.carrito a.packanadir:hover {
	background: url("ico_carro_ficha.png") no-repeat scroll left -40px transparent;
}

.fichaproducto div.carrito a.packanadir span.precio {
	left: 50px;
	position: absolute;
	top: 8px;
}

.fichaproducto div.carrito a.packanadir span.iva {
	font-size: 10px;
	left: 120px;
	position: absolute;
	top: 15px;
}

.fichaproducto div.carrito a.packanadir span.tit {
	background: none repeat scroll 0 0 #8b849e;
	color: #ffffff;
	font-size: 12px;
	height: 21px;
	padding-top: 8px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 3px;
	width: 200px;
}

.fichaproducto div.carrito a.packanadir:hover span.tit {
	color: #322653;
}

div.pack .imagenProductoPack {
	width: 218px;
	height: 200px;
	overflow: hidden;
} */

/* =============================================================================
                Producto
============================================================================= */
/* div.fichaproducto {
	display: block;
	position: relative;
	overflow: hidden;
}

div.fichaproducto div.middle {
	width: 400px;
	margin-left: 20px;
	float: left;
}

div.fichaproducto h2.titularproducto {
	background: none repeat scroll 0 0 #b8b3c4;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 10px;
	text-align: center;
	margin: 0;
	line-height: 20px;
}

div.fichaproducto .unidades img {
	float: left;
	margin-right: 6px;
}

div.fichaproducto .inputUnidades {
	float: left;
	margin-right: 3px;
	height: 20px;
	width: 50px;
	border: 1px solid #564324;
	background: #ffffff;
	text-align: center;
}

div.fichaproducto .botonesUnidades input {
	margin-bottom: 2px;
}

div.fichaproducto div.precioproducto {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 800;
	color: #01355f;
}

div.fichaproducto div.precioproducto img.stockProducto {
	margin-left: 10px;
	vertical-align: text-bottom;
}

div.fichaproducto div.ofertaproducto {
	display: none;
	position: absolute;
	top: 38px;
	left: 0px;
}

div.fichaproducto div.nuevoproducto {
	position: absolute;
	top: 38px;
	left: 0px;
}

div.fichaproducto a.pdfproducto {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

div.fichaproducto div.social {
	text-align: right;
	overflow: hidden;
}

.social a.icoFb,
.social a.icoTwitter,
.social a.icoMail {
	text-indent: -9999em;
	height: 20px;
	width: 20px;
	display: block;
	float: right;
	margin: 5px;
}

.social a.icoFb:hover,
.social a.icoTwitter:hover,
.social a.icoMail:hover {
	background-position: 0 -20px;
}

.social a.icoFb {
	background: url('producto.fb.jpg') no-repeat;
}
.social a.icoMail {
	background: url('producto.mail.jpg') no-repeat;
}
.social a.icoTwitter {
	background: url('producto.twitter.jpg') no-repeat;
} */

/* =============================================================================
                Destacado SAC
============================================================================= */
#destacadoSAC {
	position: relative;
	float: left;
	top: 30px;
	left: 20px;
	margin-bottom: 20px;
}
/* =============================================================================
                Pie
============================================================================= */
#pie {
	position: relative;
	margin: 20px 20px 0 20px;
}

#pie li {
	text-align: center;
	display: inline-block;
}
#pie li.menu_last {
	background: transparent none;
}
#pie a {
	color: #b4b9b6;
	font-size: 10px;
	padding: 0 10px;
	text-transform: uppercase;
}
#pie a:hover {
	color: #fff;
}

#social a {
	height: 16px;
	padding: 0;
}
#social a:hover {
	color: #fff;
}

#pie .last a {
	border: none;
}

#pie .menuBotones {
	padding-top: 10px;
}

#menuEnlacesPie {
	margin: 7px 0;
}

#pie .menuBotones ul.menu li,
#menuEnlacesPie ul li {
	display: inline;
}

#pie .menuBotones ul.menu > li > div {
	display: none;
}

.enlaceBaja {
	clear: both;
	float: left;
	position: relative;
	margin-top: 28px;
}
.enlaceBaja li {
	position: relative;
	margin-left: 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8em;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.enlaceBaja a {
	color: #fff;
	text-decoration: none;
}

#tarjetas {
	position: relative;
	margin-top: 28px;
	width: 222px;
	height: 52px;
	border-bottom: 1px solid #0a77cd;
}
#tarjetas img {
	padding-right: 20px;
}

#direccionPie,
#direccionPie a {
	color: #b4b9b6;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 15px;
}

#direccionPie a {
	border: none;
}

#moscaAaccentia {
	text-align: center;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
}
#moscaAaccentia a {
	border: none;
}
/* =============================================================================
                Listado
============================================================================= */
/* div.listado {
}

table.listado {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

table.listado th,
table.listado td {
	padding: 3px 5px;
	color: #322653;
	text-align: left;
	border: 1px solid #d0cdd8;
}

table.listado th {
	background-color: #d0cdd8;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
}

table.listado th a {
	color: #ffffff;
	font-weight: 700;
}

table.listado td.info {
	text-align: right;
	white-space: nowrap;
}

table.listado td.utiles {
	text-align: center;
	white-space: nowrap;
}

table.listado td.utiles img {
	cursor: pointer;
}

table.listado td.utileslistado {
	border: none;
	padding: 10px 0px;
}

table.listado tr.alt td {
	background-color: #d0cdd8;
}

table.listado input[type=text] {
	width: 100%;
	border: none;
}

table.listado span.telefono {
	white-space: nowrap;
}

table.listado div.paginador {
	text-align: right;
	padding-top: 0px;
}

table.listado div.paginador a {
	color: #322653;
	font-weight: 700;
	text-decoration: none;
}

div.listado div.mensaje {
	border: 1px dotted #ff0000;
	padding: 2px;
	margin-bottom: 5px;
}

div.listado div.mensaje div.error {
	color: #ff0000;
	font-weight: 600;
	text-align: left;
}

div.listado table.imagenes td {
	vertical-align: middle;
	text-align: center;
} */
/* =============================================================================
                Modificaciones
============================================================================= */
/* input[type="text"],
input[type="password"],
textarea,
select {
	background-color: #d0cdd8;
	border: 1px solid #322653;
	color: #322653;
	padding-left: 3px;
}

input[type=button].boton,
input[type=submit].boton,
input[type=reset].boton {
	background: none repeat scroll 0 0 #8b849e;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

input[type=button].boton:hover,
input[type=submit].boton:hover,
input[type=reset].boton:hover {
	color: #30244f;
}

table.formulario {
	width: 100%;
}
table.formulario td {
	padding: 1px 0px;
	width: 100%;
}
table.formulario td.check {
	width: inherit;
}
table.formulario textarea.observaciones {
	width: 100%;
}
table.formulario div.error {
	color: #ff0000;
	font-weight: 600;
	padding: 2px;
	margin-bottom: 5px;
}
table.formulario td.mensaje div.error {
	border: 1px dotted #ff0000;
}
table.formulario td.mensaje div.zona {
	border: 1px dotted #ff0000;
	color: #ff0000;
	font-weight: 600;
	padding: 2px;
	margin-bottom: 5px;
}
table.formulario td.mensaje {
	padding: 0px;
	padding-bottom: 5px;
}
table.formulario label {
	color: #322653;
	font-weight: normal;
	font-size: inherit;
	text-align: left;
	text-transform: inherit;
	text-decoration: none;
}
table.formulario td.utilesformulario {
	text-align: center;
}
table.formulario input[type=text],
table.formulario input[type=password],
table.formulario textarea,
table.formulario select {
	width: 500px;
}
table.formulario input[disabled],
table.formulario textarea[disabled],
table.formulario select[disabled] {
	background-color: #858586;
}
table.formulario input[readonly],
table.formulario textarea[readonly],
table.formulario select[readonly] {
	background-color: #858586;
}
table.formulario td.destacado {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px;
}
table.formulario p.aviso {
	color: #ff0000;
}
table.formulario span.aviso {
	color: #ff0000;
}

table.formulario div.pack .control {
	clear: both;
	margin-bottom: 2px;
	overflow: hidden;
}

table.formulario div.pack label {
	width: 143px;
	display: block;
	float: left;
}

table.formulario div.pack input[type=text] {
	float: left;
} */

/* =============================================================================
                Carrito
============================================================================= */
/* table.carrito {
	width: 100%;
}

table.compra {
	width: 100%;
	border: 1px solid #d0cdd8;
}

table.carrito td {
	vertical-align: middle;
	padding: 2px 5px;
	background: #ffffff;
	width: inherit;
	border: 1px solid #d0cdd8;
}

table.carrito tr.alt td {
	background-color: #d0cdd8;
}

table.compra td {
	border: 0px none;
}

table.compra tr.producto td {
	border: 1px solid #d0cdd8;
}

table.carrito tr.total td {
	font-weight: bold;
	color: #000000;
}

div.contentimagenproducto {
	width: 248px;
	float: left;
}

div.imagenproducto div.imagenportada {
	background: url('sombra_imagen.png') no-repeat bottom;
	padding-bottom: 21px;
}

div.imagenproducto a.imagenportada {
	display: block;
	text-align: center;
	width: 248px;
	border: 1px solid #322653;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

div.imagenproducto div.imagenes {
	margin-top: -10px;
	text-align: center;

	clear: both;
	margin-bottom: 20px;
	overflow: auto;
}

div.imagenproducto div.social {
	margin-top: -10px;
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
}

div.imagenproducto div.carrito {
	margin-top: -10px;
}

div.imagenproducto div.carrito a.productoanadir span.precio,
div.imagenproducto div.carrito a.packanadir span.precio {
	left: 35px;
}
div.imagenproducto div.carrito a.productoanadir span.iva,
div.imagenproducto div.carrito a.packanadir span.iva {
	left: 110px;
}
div.imagenproducto div.carrito a.productoanadir span.tit,
div.imagenproducto div.carrito a.packanadir span.tit {
	width: 75px;
}

.fichaproducto div.imagenes a.imagen {
	display: block;
	background: #fff;
	border: 1px solid #322653;
	width: 73px;
	height: 38px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.fichaproducto .tit {
	color: #322653;
	font-weight: bold;
}

.fichaproducto div.cantidadProductos {
	margin-top: 6px;
}

.fichaproducto div.cantidadProductos .tit {
	display: block;
	margin-bottom: 4px;
}

.fichaproducto div.carrito {
	border-bottom: 1px dotted #322653;
	border-top: 1px dotted #322653;
}

.fichaproducto div.carrito a.productoanadir {
	background: url("ico_carro_ficha.png") no-repeat scroll left 5px transparent;
	color: #322653;
	display: block;
	font-size: 18px;
	height: 25px;
	padding: 5px 0;
	position: relative;
	text-align: right;
}
.fichaproducto div.carrito a.productoanadir:hover {
	background: url("ico_carro_ficha.png") no-repeat scroll left -40px transparent;
}

.fichaproducto div.carrito a.productoanadir span.precio {
	left: 50px;
	position: absolute;
	top: 8px;
}

.fichaproducto div.carrito a.productoanadir span.iva {
	font-size: 10px;
	left: 120px;
	position: absolute;
	top: 15px;
}

.fichaproducto div.carrito a.productoanadir span.tit {
	background: none repeat scroll 0 0 #8b849e;
	color: #ffffff;
	font-size: 12px;
	height: 21px;
	padding-top: 8px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 3px;
	width: 200px;
}

.fichaproducto div.carrito a.productoanadir:hover span.tit {
	color: #322653;
}

.fichaproducto div.carrito img {
	margin-left: 0;
}

.descripcionproducto {
	text-align: justify;
	margin-top: 10px;
}

table.carrito td.importe {
	white-space: nowrap;
	text-align: right;
}

table.carrito td.unidades {
	white-space: nowrap;
	text-align: right;
}

table.carrito td.unidades .inputUnidades {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #564324;
	float: left;
	height: 20px;
	margin-right: 3px;
	text-align: center;
}

table.carrito td.unidades .botonesUnidades {
	position: relative;
	width: 48px;
}

table.carrito td.unidades .botonesUnidades input {
	margin-bottom: 2px;
}

table.carrito td.utilescarrito {
	border: none;
	padding: 10px 0px;
	background-color: transparent;
}

table.carrito td.resumen {
	text-align: right;
	white-space: nowrap;
}

table.carrito td.total {
	color: #000000;
	font-weight: bold;
}

div.utilescarrito {
	padding: 10px 0px;
}

table.formulario textarea.compra {
	width: 640px;
}

table.formulario input.codigodescuento {
	width: 640px;
} */

/* =============================================================================
                Login
============================================================================= */
/* div.login {
	left: 50%;
	margin-left: -200px;
	position: relative;
	width: 400px;
}
div.login td {
	padding: 1px 0px;
	width: 100%;
}
div.login td.utilesformulario {
	text-align: right;
}
div.login div.forget {
	margin-top: 10px;
}
div.login input[type=text],
div.login input[type=password] {
	width: 150px;
} */
form .titular {
	margin: 0px 0px 15px;
	color: #4d3868;
	font-weight: 700;
	border-bottom: 2px solid #4d3868;
}

table.formulario {
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
}

form#formulario select {
	width: 100%;
	padding: 5px;
	border: 1px solid #4d3868;
	margin: 10px 0px;
}

form#formulario textarea {
	width: 100%;
	resize: none;
	border: 1px solid #4d3868;
	padding: 5px;
}

form#formulario input[type="password"],
form#formulario input[type="text"] {
	width: 100%;
	border: none;
	padding: 5px 10px;
	background-color: white;
	border-bottom: 1px solid #4d3868;
	margin: 0px 0px 10px;
}
form#formulario input[type="button"],
form#formulario input[type="reset"],
form#formulario input[type="submit"] {
	border: none;
	background-color: #4d3868;
	color: white;
	padding: 10px 0px;
	width: 100%;
	border-radius: 3px;
	margin: 10px 0px 10px;
}
#forget {
	text-align: center;
}
.centrado a:hover,
.centrado a,
#forget a,
#forget a:hover {
	color: #a5af80;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
}
.contenedorInformacionUsuario p {
	margin: 0px;
}
.contenedorInformacionUsuario label {
	display: inline-block;
	margin: 0px;
	font-weight: 600;
}
.contenedorRegistro {
	margin: 0px 0px 15px;
}
.contenedorRegistro p {
	margin: 0px;
}
.centrado {
	margin: 0px auto;
}
.centrado .titular {
	border-bottom: 2px solid #4b3767;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 18px;
	color: #4b3767;
	font-weight: 600;
}
.centrado .titular label {
	margin: 0px;
}
.centrado p {
	margin: 0px;
}
.btnCentrado {
	display: block;
	border: none;
	background-color: #4d3868;
	color: white;
	width: 200px;
	border-radius: 3px;
	margin: 10px auto;
	padding: 10px 20px;
}
.estiloBtn {
	display: inline-block;
	border: none;
	background-color: #4d3868;
	color: white;
	width: 200px;
	border-radius: 3px;
	margin: 10px;
	padding: 10px 20px;
}
.pr-10 {
	padding-right: 10px;
}
.defaultSkin table.mceLayout {
	border: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100% !important;
}
.contenedorBotones input {
	display: inline-block;
	border: none;
	background-color: #4d3868;
	color: white;
	width: 200px;
	border-radius: 3px;
	margin: 10px;
	padding: 10px 20px;
}
table input[type="text"] {
	width: 100%;
}
.politicaprivacidad {
	font-size: 12px;
}
/* =============================================================================
                Email
============================================================================= */
body.email {
}
body.email div.apartadosTexto {
	margin: 0px 10px;
	margin-top: 20px;
}
body.email h2 {
	text-align: left;
	background: none;
	font-size: 18px;
	margin: 20px 0px 20px 0px;
}
body.email table.formulario {
	width: inherit;
}
body.email table.formulario td {
	width: inherit;
	font-weight: bold;
}
/* =============================================================================
                PDF
============================================================================= */
body.pdf {
	background-image: none;
}
body.pdf div.apartadosTexto {
	margin: 10px auto;
	width: 780px;
}
body.pdf h2 {
	text-align: left;
	background: none;
}
body.pdf a.productoanadir {
	display: none;
}
body.pdf a.pdfproducto {
	display: none;
}
body.pdf div.social {
	display: none;
}
body.pdf div.ofertaproducto {
	top: 48px;
}
body.pdf div.nuevoproducto {
	top: 48px;
}
/* =============================================================================
                Hacks
============================================================================= */
input.datepicker {
	background: #ffffff url(i_calendar.png) center right no-repeat;
	border: 1px solid #7f9db9;
}
body .cc-cookies {
	top: inherit;
	bottom: 0;
	background: rgba(99, 99, 99, 0.95);
}
body .cc-cookies a.cc-cookie-accept,
body .cc-cookies-error a.cc-cookie-accept,
body .cc-cookies a.cc-cookie-decline,
body .cc-cookies-error a.cc-cookie-decline,
body .cc-cookies a.cc-cookie-reset {
	background: #30244f;
}
/* =============================================================================
                TPV
============================================================================= */
div.estadolineaspedido {
	margin: 10px 0px;
}
div.tpv p.tpvintro {
	margin: 10px 0px;
}
div.tpv div.form {
	margin: 10px 0px;
}
div.tpv div.tpvresultado label {
	display: inline-block;
	width: 25%;
}
div.tpv p.tpvmsg {
	margin: 10px 0px;
}
div.tpv p.tpvaviso {
	color: #ff0000;
}
div.tpv p.tpvboton {
	text-align: center;
	margin: 20px 0px;
}