/***************** ETIQUETAS HTML *************************/
body, html {
	color: #330000;
	margin: 0 auto 0 auto;
	padding:0;
}
body {
   background:#4E4B4A url(../img/bg_web1.jpg) repeat;	
   color:#8F8F8F;
   font-family:"Trebuchet MS", Tahoma, Helvetica, Arial;
   font-size:12px;
}
a {
	color: #4C4C4C;
	font-weight:bold;
	text-decoration:none;}
a:hover {
	color: #FE8841;
}
img {
   border:0;
   margin:0;
   padding:0;
}
h1,h2,h3,h4,p,ul,ol,li,form,blockquote {
   margin:0;
   padding:0;
}
fieldset {
   border:0;
   padding:0;
   margin:0;
}
legend.access {
   display:none;
}
input {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #A30A60;
	}
/***************** /ETIQUETAS HTML ************************/

/***************** CAPAS CONTENEDORAS *************************/
#general {
   width:760px;
   padding:0 0 10px 0;
   margin-top:0;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:0px;
   background:url(../img/bg_motivos.gif) no-repeat top;
   /*background-color:#CC0000*/
   }
#cabecera {
	position:relative;
	padding-top:46px;
	padding-bottom:0}
#carrito {
   margin-left:530px;
   height:100px;
   padding-left:126px;
   background:url(../img/bg_menu_carrito.gif) left top no-repeat;
   color:#fff;
	}
#logo_vsd {
	position:absolute;
	z-index:1;
	margin-top:-36px;
	margin-left:0px;
}
#menu {
	margin-left:65px;
	padding:4px 10px 5px 240px;
	background:url(../img/bg_menu.gif) no-repeat;
	height:50px;
	}
#menu li {
	display:inline;
	float:left;
}
#menu a {
	display:block;
	height:26px;
	background:no-repeat left bottom;
	}
#menu #botShop {width:56px; background-image:url(../img/menu/shop1.gif); }
#menu #botShop:hover { width:56px; background:url(../img/menu/shop2.gif); }
#menu #botShow { margin-left:20px; width:121px; background-image:url(../img/menu/show1.gif); }
#menu #botShow:hover { width:121px; background:url(../img/menu/show2.gif); }
#menu #botNews { margin-left:20px; width:48px; background-image:url(../img/menu/news1.gif); }
#menu #botNews:hover { width:48px; background:url(../img/menu/news2.gif); }
#menu #botVsd { margin-left:20px; width:38px; background-image:url(../img/menu/vsd1.gif); }
#menu #botVsd:hover { width:38px; background:url(../img/menu/vsd2.gif); }

/***************** Carrito *************************/
#carrito h3 {
	background:url(../img/bg_h3_tit_carrito.gif) no-repeat left bottom;
	margin:0;
	padding-top:15px;
	margin-bottom:5px
	}
#carrito h3 a {
	display:block;
	margin-top:0;
	height:20px;
	}
#carrito ul {	
	margin:0;
	padding:0
	}
#carrito li {
	list-style-type:none;
}
#carrito li a.cuenta {
	padding-left:2px;
	color:#E63AB2;
	font-weight:lighter}
#carrito li a.cuenta:hover {
	color:#fff}

/***************** Carrito *************************/
#contenidos {
	background:#F2F1ED url(../img/bg_contenidos.jpg);
	margin-right:60px;
	margin-left:64px;
	}
#contenidosShowroom {
	padding-bottom:30px;
	background-color:#EFECE3;
	background-image:url(../img/bg_contenidos_show.jpg);
	margin-right:60px;
	margin-left:64px;
	}
.contenidosProducto, .contenidosNews, #contenidosShowroom  {
	min-height:410px;
   _height:410px; /* min-height para Explorer */}
   
#contenidosInf {
	background:url(../img/bg_contenidos_inf.gif) no-repeat bottom;
	padding-bottom:30px;
	min-height:410px;
   _height:410px; /* min-height para Explorer */
	}
#contenidosInf.alturaProv {
	min-height:410px;
   _height:410px; /* min-height para Explorer */
}
#contenidosInf .nota {
	margin:80px 0 20px 210px;
	font-size:25px;
	font-weight:bold;
	color:#666;
}
#contenidosInfNews {
	background:url(../img/bg_contenidos_inf_news.gif) no-repeat bottom center;
	padding-bottom:50px;
	}
#zocalo {
	width:680px;
	font-family:Tahoma, "Trebuchet MS", Helvetica, Arial;
	background:url(../img/bg_zocalo.gif) no-repeat left bottom;
	margin-top:10px;
	padding-top:9px;
	padding-bottom:14px;
	text-align:center;
	margin-left:40px;
	color:#28474C;
	font-size:10px;
	font-weight:bold;
	}

/***************** TIENDA *************************/

/* Categorias */
#tiendaCategorias {
	position:absolute;
	z-index:2;
	width:134px;
	margin-top:-10px;
	margin-left:560px;
	background:url(../img/bg_div_categorias.jpg);
	border:1px solid #C7C7BF;
	padding-bottom:10px;
}
#tiendaCategorias h3 {
	background:url(../img/bg_h3_tit_categorias.gif) no-repeat bottom;
	padding-top:40px;
	}
#tiendaCategorias p {
	margin:20px 10px 4px 12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0AA8CB;
	}
#tiendaCategorias ul {
	margin-left:12px;
	width:109px;
	border-top:1px dotted #666
	}
#tiendaCategorias li {
	list-style-type:none;
	border-bottom:1px dotted #666;
	}
#tiendaCategorias li a {
	font-family:Tahoma, "Trebuchet MS", Helvetica, Arial;
	font-weight:bold;
	display:block;
	padding:2px 10px 2px 4px;
	margin:0;
	color:#666;
	}
#tiendaCategorias li a:hover {
	color:#000;
	background-color:#E0E6E4}
#tiendaCategorias li a.seleccionado {
	color:#E63AB2;
	font-weight:bold}
#tiendaCategorias .cierreCategorias {
	margin-top:20px;
	height:20px;
	background:url(../img/bg_zocalo_categorias.gif) no-repeat bottom}
	
/* Menú desplegable */
#tiendaCategorias dt {
	margin:4px 0 6px 0;}
#tiendaCategorias dl dt a {
	margin:20px 10px 4px 12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0AA8CB;
}	
#tiendaCategorias dl dd {
	margin-left:0;}
#tiendaCategorias dl dd a {
	font-family:Tahoma, "Trebuchet MS", Helvetica, Arial;
	font-weight:bold;
	display:block;
	padding:2px 10px 2px 4px;
	margin:0;
	color:#666;
	}
#tiendaCategorias dl dd a:hover {
	color:#000;
	background-color:#E0E6E4}
#tiendaCategorias dl dd a.seleccionado {
	color:#E63AB2;
	font-weight:bold}
	
#tiendaCategorias h4.opciones {background:url(../img/bg_zocalo_categorias.gif) no-repeat top; font-family:Georgia, "Times New Roman", Times, serif; color:#28474C; font-variant:small-caps; padding-top:30px; padding-left:10px; margin:15px 0 10px 0; font-size:14px}
#tiendaCategorias #opciones {margin-left:10px}
#tiendaCategorias #opciones li a {font-weight:lighter}

/* /Categorias */

/* Tienda */
	#tituloTienda 
	{
	padding-top:19px;
	padding-bottom:16px;
	text-transform:uppercase;
	font-size:17px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	#tituloTienda span {
	text-transform:lowercase;
	font-size:11px;
	color:#E63AB2;
	}
	#tituloTienda .freeShip {
	color:#D15A0A; 
	font-size:15px;
	text-transform:none;
	margin-left:20px;
	font-weight:bold}
	#tituloTienda p {
	padding-bottom:16px;
	}
	#tituloTienda a {
	color:#E63AB2;
	clear:left;
	}
	#tituloTienda .volver  {
	margin-left:150px;
	}
	.tituloProductos  {
	background:url(../img/bg_h2_tit_products.gif) no-repeat left bottom;
	padding-left:110px;
	}
	.tituloCategoria {
	background:url(../img/bg_h2_tit_products2.gif) no-repeat left bottom;
	padding-left:20px;
	}
	#listadoProductos {
	width:525px;
	margin:23px 5px 15px 16px;
	}
	#listadoProductos li.cajas {
	list-style-type:none;
	float:left;
	width:160px;
	margin-right:11px;
	margin-bottom:11px;
	height:200px;
	border-left: 1px solid #D3D5D2;
	border-top: 1px solid #D3D5D2;
	border-right: 2px solid #D3D5D2;
	border-bottom: 2px solid #D3D5D2;
	background: url(../img/bg_li_producto.jpg) #eeeeee;
	}
	
	#listadoProductos li a.prodImg {
	display:block;
	widht:145px;
	height:134px;
	margin:6px;
	border:1px solid #d3d5d2;}
	
	#listadoProductos li a.prodImg:hover {
	border:1px solid #999;}
	
	#listadoProductos #datosProducto
	{
	margin-left:9px;
	font-family:Tahoma, "Trebuchet MS", Helvetica, Arial;
	font-size:11px;
	min-height:50px;
	_height:50px;
	background:url(../img/bullet_ul_datosproducto.gif) no-repeat left top;
	}
	#listadoProductos #datosProducto li
	{
	list-style-type:none;
	padding-left:16px;
	line-height:14px;
	margin:0
	}
	#listadoProductos #datosProducto li.producto {
	color:#333}
	#listadoProductos #datosProducto li a {
	color:#E63AB2;
	font-weight:bold}
	#listadoProductos #datosProducto li a:hover {
	color:#333;
	}
	img.sales {
    position:absolute;
    margin:0;
	}
	img.cello {
    position:absolute;
    margin:30px 0 0 500px;
}
	img.cello2 {
    position:absolute;
    margin:20px 0 0 560px;
}

/*Paginacion*/
	.paginacion {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-left:10px;
	font-size:12px;
	font-weight:lighter;
	color:333;
	padding:3px 10px;
	background-color:#fff;
	border-top:1px solid #D3D5D2;
	border-bottom:1px solid #D3D5D2;
	margin-left:16px;
	margin-right:110px;}
	.paginacion li {
	display:inline;
	list-style-type:none;
	border-bottom:none;}
	.paginacion .separador {
	padding-left:15px;
	padding-right:5px;
	background-image: url(../img/bullet-li-paginacion.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
	.paginacion a {
	text-decoration:none}
	.paginacion a:hover {
	color:#E63AB2}

/*/Paginacion*/

/*Página de Productos*/
	#productoDatos {
	float:right;
	margin-top:23px;
	width:300px;
	padding-bottom:20px;
	border-left:1px solid #A6A59E;
	}
	#productoDatos h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#25484F;
	font-size:26px;
	padding-right:100px;
	padding-left:10px;
	}
	#productoDatos h2 .marca {
	text-transform:uppercase;
	display:block;
	}
	#productoDatos p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E63AB2;
	font-size:23px;
	padding:6px 100px 6px 10px;
	border-bottom:1px solid #A6A59E;
	}
	#productoDatos select {
	display:block;
	margin:6px 0 10px 10px;
	}
	#productoDatos input {
	margin-left:10px;
	padding:2px 60px 2px 3px;
	background-color:#E63AB2;
	}
	#productoDatos dl {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#25484F;
	margin-top:35px;
	}
	#productoDatos dt {
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:4px;
	border-bottom:1px solid #A6A59E;
	}
	#productoDatos dd {
	font-size:11px;
	margin:15px 10px 0 10px;
	padding-right:65px
	}
	#productoFotos {
	float:left;
	padding-left:23px;
	margin-top:23px;
	width:300px;
	}
	#productoFotos #fotos
	{
	border: 1px solid #D3D5D2;
	background: url(../img/bg_li_producto.jpg) #eeeeee;
	width:283px;
	padding-bottom:7px;
	margin-bottom:10px
	}
	#productoFotos #fotos .ampliada {
	margin:7px 0 2px 7px;
	border: 1px solid #D3D5D2;
	}
	#productoFotos #fotos ul li {
	list-style-type:none;
	display:inline;
	margin-left:7px;
	float:left	}
	#productoFotos #fotos ul li img {
	margin-left:3px;
	margin-top:3px;}
	
	/**** Galería de fotos de producto *********/
	a, a:visited {color:#000;} 
	
	a.galeria, a.galeria:visited {display:block; background-color:#fff; width:83px; display:inline-block; color:#000; text-decoration:none; border:1px solid #D3D5D2; float:left; z-index:50; height:84px}
	a.galeria em, a.galeria span {display:none;}
	a.galeria:hover {border:1px solid #fff;}

	a em {margin-top:-250px; background-color:#FFFFFF; background-repeat:no-repeat;}
	a.cambioa em {margin-left:0px;}
	a.cambiob em {margin-left:-92px;}
	a.cambioc em {margin-left:-184px;}
	a.cambioe em {margin-left:-92px; margin-top:-344px !important}
	a.cambiof em {margin-left:-184px; margin-top:-344px !important}

	.thumbs {
	margin-left:0;
	margin-top:0
	}
	a.galeria:hover span {display:block; position:absolute; width:402px; height:50px; top:-45px; left:5px; padding:5px; font-style:italic; color:#fff; z-index:100;}
	a.galeria:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
	a.galeria:active, a.galeria:focus {border:1px solid #000;}
	a.galeria:active em, a.galeria:focus em {display:block; position:absolute; width:267px; height:241px; /*border:1px solid #ccc;*/ z-index:50;}
	
	li.segundaFila {margin-top:8px}
	/**** /Galería de fotos de producto *********/
	
/*/Página de Productos*/

/*/Página de Productos*/

/*Carrito de la compra*/
	#tiendaProceso {
	margin:23px;
	width:495px;
	color:#333;
	}
	#tiendaProceso .destacado {
	font-weight:bold}
	#tiendaProceso a {
	color:#E439AE;}
	#tiendaProceso .carritoEncabezado {
	color:#fff;
	background-color:#E439AE;
	border-bottom:1px solid #666;
	}
	#tiendaProceso .carritoFila {
	color:#666;
	background-color:#fff;
	border-bottom:1px solid #666;
	padding:3px 0
	}
	#tiendaProceso .carritoTotal {
	color:#fff;
	background-color:#000;
	font-weight:bold;
	padding:3px 0
	}
	#tiendaProceso .botCheckout {
	margin-top:15px;
	float:right;
	background-color:#E63AB2;
	color:#fff;
	}
	#tiendaProceso .botonesCarrito {
	margin-left:12px
	}
	#tiendaProceso .encabezado {
	background-color:#333;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	margin-bottom:15px;
	}
	#tiendaProceso .botProceso {
	float:right;
	background-color:#E63AB2;
	color:#fff;
	}
	#pedidoFinal td, .separador {
	border-bottom:1px solid #666
	}
/*/Carrito de la compra*/
/***************** /TIENDA *************************/

/***************** NEWS *************************/
/* titulares */
#newsTitulares {
	position:absolute;
	z-index:2;
	width:182px;
	margin-top:-10px;
	margin-left:490px;
	background:url(../img/bg_div_newstitulares.jpg);
	border:1px solid #C7C7BF;
	padding-bottom:10px;
	background-color: #FAFBF6;
	}
#newsTitulares h3 {
	background:url(../img/bg_h3_tit_news.gif) no-repeat bottom;
	padding-top:77px;
	}
#newsTitulares ul {
	margin-left:12px;
	margin-top:20px;
	width:170px;
	border-top:1px dotted #666;
	}
#newsTitulares li {
	list-style-type:none;
	border-bottom:1px dotted #666;
	}
#newsTitulares li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	display:block;
	padding:4px 10px 4px 4px;
	margin:0;
	color:#666;
	}
#newsTitulares li a:hover {
	color:#000;
	background-color:#E6D6DE}
#newsTitulares li a.seleccionado {
	color:#E63AB2;
	font-weight:bold}
#newsTitulares .cierreCategorias {
	margin-top:10px;
	height:30px;
	background:url(../img/bg_zocalo_news.gif) no-repeat bottom}
/* /Titulares */
	#tituloNews 
	{
	padding-top:80px;
	background:url(../img/bg_h2_tit_news.gif) no-repeat left bottom;
	}
	#newsNoticia {
	margin-top:17px;
	margin-left:30px;
 	font-family:Georgia, "Times New Roman", Times, serif;
	color:#25484F;
	padding-bottom:6px;
	background:url(../img/bg_dl_news.gif) right top no-repeat;
	}
	#newsNoticia dt {
	font-size:22px;
	padding-right:210px;
	padding-bottom:6px;
	border-bottom:1px solid #A6A5A0;}
	#newsNoticia dd {
	font-size:13px;
	padding-top:12px;
	padding-right:160px;
	margin-bottom:10px;
	margin-left:0;
	text-align:justify;
	line-height:17px;}
	#newsNoticia p {
	margin:5px 0;}
	#newsNoticia dd img {
	display:block;
	border:1px solid #fff
}
	#newsNoticia .fecha {
	padding-bottom:6px;
	/*border-bottom:1px solid #A6A5A0;*/
	font-size:12px;
	color:#E63AB2;
	font-weight:bold;
	}
	#newsNoticia dd a:link, #newsNoticia dd a:visited {
	color:#13A89C}
/***************** /NEWS *************************/

/***************** SHOWROOM *************************/
	#tituloShow
	{
	padding-top:120px;
	background:url(../img/bg_h2_tit_showroom.gif) no-repeat left bottom;
	}
	.showPost {
	margin:22px 80px 20px 60px;
 	font-family:Georgia, "Times New Roman", Times, serif;
	color:#25484F;
	padding-bottom:70px;
	background:url(../img/bg_dl_showroom.gif) center bottom no-repeat;
	}
	.showPost dt {
	font-size:24px;
	padding:6px 20px 6px 0;
	border-bottom:1px solid #A6A5A0;
	border-top:1px solid #A6A5A0;}
	.showPost dd {
	font-size:13px;
	padding-top:12px;
	padding-right:10px;
	margin-left:0;
	text-align:justify;
	line-height:17px;
		}
	.showPost dd .pie, #newsNoticia dd .pie {
	font-weight:bold;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
	.showPost dd p {
	margin-bottom:10px;}
	.showPost dd img {
	float:left;
	margin-top:0;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #fff;}
	.showPost dd a, .showPost dd a:hover {
	color:#13A89C;
	font-weight:bold;
	}
	.showPost .fecha {
	padding-bottom:6px;
	font-size:12px;
	color:#13A89C;
	font-weight:bold;
	}
	.showPost .leermas {
	display:block;
	text-align:left;
	margin-top:8px;
	font-size:15px;
	}
	.showPost .leermas:hover{
	color:#000;
	}
	#showPaginacion {
	margin-left: 60px;
 	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size:13px;
	font-weight:bold
	}
	#showPaginacion li {
	list-style-type:none;
	display:inline;
	margin-left:6px;
	padding-left:6px;
	background:url(../img/bg_li_pagshowroom.gif) no-repeat left bottom;
	}
	#showPaginacion li a {
	font-size:13px}
	#showPaginacion li a:hover, #showPaginacion li a.seleccionado {
	font-size:13px;
	color:#13A89C;}
	#showPaginacion .prev, #showPaginacion .next, #showPaginacion .primero {
	background-image:none
	}
/***************** /SHOWROOM *************************/

/*** Tallas ***/
#tallas {font-family: Tahoma, "Trebuchet MS", sans-serif; }
a.tallas {margin-left:10px; margin-bottom:7px; padding-left:20px; background:url(../img/ico-zapa.gif) no-repeat left center;}

/*** Shop Info ***/
#contenidosInfo {margin:0px 100px 30px 20px}
#contenidosInfo h4 {font-family:Georgia, "Times New Roman", Times, serif; color:#E63AB2; border-bottom:3px double #28474C; font-variant:small-caps; padding-bottom:12px;  margin:20px 0 10px 0; font-size:16px;}
#contenidosInfo h5 {font-family:Georgia, "Times New Roman", Times, serif; color:#E63AB2; border-bottom:1px solid #deded0; padding-bottom:12px;  margin:20px 0 10px 0; font-size:13px;}
/********************* ACCESIBILIDAD ***********************/
.ayuda-access, #logo_vsd span, #tiendaCategorias h3 span, #newsTitulares h3 span,  #carrito h3 span
{
   position: absolute;
   left: -10000px;
   top: -10000px;
}
.boton {
   display:block;
   text-indent:-10000px;
}
.titulos, titulohome {
   font-size:0;
   background:#00557E url(../img/all/bg-titulos1.png) repeat-x top;
}
.titulos span {
	position: absolute;
   left: -10000px;
   top: -10000px;
}

/********************* /ACCESIBILIDAD **********************/

/*********************** OTROS *****************************/
div.clear {
   clear:both;
   font-size:0;
   line-height:0;
   height:0;
   }
.clear2 {
   clear:both;
}
.clear3 {
   height:20px;
}
.clearIzda {
   clear:left;
}
.clearDcha {
   clear:right;
   font-size:0;
}
/*********************** /OTROS *****************************/

#portesGratis {position:absolute; left:-50px; top:95px; z-index:500}