/* Principales */
html, body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
 	height:100%
 }
#main{
	width: 739px;
	margin: 0 auto;		
	position:relative;
   min-height:100%;
   _height:100%;
}
#ct{
	 padding-bottom:50px;	
}
a {
	color: #fb024e;	
	text-decoration: none;
}
a:hover {
	color: #331d00;	
}

#headernav{
	background-color: #e9fe02;
	font-size: 11px;
	color: #331d00;	
	height: 12px;
	border-top: 1px solid #331d00;
	border-bottom: 4px solid #331d00;
	padding: 3px 0 3px 0;
	width: 739px;
}
#headernav #langselect{
	float: left;
	width: 200px;
	font-weight: bold;
}
#headernav #langselect span{
	font-weight: bold;
}
#headernav .menu{
	float: right;
	width: 530px;
	font-weight: bold;
	text-align: right;
}
#headernav a, #headernav a:link, #headernav a:visited{
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none;
}
#headernav a:hover, #headernav a:active{
	color: #fb024e !important;
}
#headernav .menu a{
	margin: 0 10px;
}
#headernav .menu a{
	padding: 0 1px 0 5px;
}

#pie-text{
	font-size: 12px; 
	line-height: 130%;
}

#header{
	height: 93px;
	border-bottom: 4px solid #331d00;
	background-repeat: no-repeat;
	background-position: top left;
	width: 738px;
}
#header #logo{
	float: left;
	width: 239px;
	height: 70px;
	margin-top: 10px; 
	margin-left: -10px;
	display: block;
	background-image: url('../imagenes/logo.png')!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagenes/logo.png');

}
#header #logo:hover{
	background-image: url('../imagenes/logo-hover.png')!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagenes/logo-hover.png');

}
#header #cesta{
	float: right;
	text-align: center;
	font-size: 11px;
	color: #000;
	width: 90px;
	height: 85px;
	margin-bottom: 0;	
	margin-top: 5px;
	display: block;
}
#header #cesta.empty div{
	display: block;
	width: 53px;
	height: 65px;
	margin: 0 auto;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-image: url('../imagenes/cesta_empty.png')!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagenes/cesta_empty.png');
}
#header #cesta.full div{
	display: block;
	width: 53px;
	height: 65px;
	margin: 0 auto;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-image: url('../imagenes/cesta_full.png')!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagenes/cesta_full.png');
}
#header #cesta a{
	color: #000;	
}

#header #cesta a:hover{
	color: #fb024e;	
}



#footer{
	width: 738px;
	background-color: #e9fe02;
	font-size: 11px;
	color: #331d00;	
	height: 12px;
	border-bottom: 1px solid #331d00;
	border-top: 4px solid #331d00;
	margin: -22px auto;
   position: relative;
	padding: 3px 0 3px 0px;
}
#footer #copy{
	float: left;
	width: 150px;
	font-weight: bold;
}
#footer .menu{
	float: right;
	width: 540px;
	font-weight: bold;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited{
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #fb024e !important;
}
#footer .menu a, #footer .menu span{
	font-weight: bold;
	padding: 0 1px 0 5px;
	margin: 0 12px;
}
#footer .menu span{
	font-size: 12px;
	color: #555;
}


#mainmenu{
	background-image: url(../imagenes/back_mainmenu.gif);
	padding: 0;
	width: 738px;
}
#mainmenu #tapa{
	background-image: url(../imagenes/back_colecciones.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainmenu #colecciones{
	float: left;	
	width: 620px;
}
#mainmenu #colecciones h4{
	font-size: 13px;
	float: left;
	margin-top: 2px;
	font-weight: bold;
	width: 95px;
}
#mainmenu #colecciones table{
	float: left;
}
#mainmenu #colecciones table td{
	padding-right: 8px;
}
#mainmenu #otros{
	float: right;	
	width: 110px;
	text-align: right;
}
#mainmenu .group{
}
#mainmenu .group a{
	color: #000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	height: 16px;
	margin: 2px 0 0 10px;
	padding: 1px 0 0 0px;
}
#mainmenu .group a:hover{
	color: #fb024e;
}
#mainmenu #colecciones a.activa{
	font-weight: bold !important;
	color: #fb024e !important;
}
#mainmenu #otros .group{
	float: right;
	margin-right: 0px;
}

#mainimage{
	border: 1px solid #331d00;
	background-color: #331d00;
	width: 735px;
	margin: 0 auto;
}
#detalle #mainimage{
	width: 737px !important;
}


/* Listado de Items en Front */
#frontcategories{
	padding: 10px 0;	
	margin: 0 1px;
}
#frontcategories a{
	float: left;
	margin: 0;
	text-decoration: none;
	width: 124px;
	padding: 0;
}
#frontcategories a.end{
	text-decoration: none;
	margin: 0;
	width: 112px;
}
#frontcategories a.start{
	text-decoration: none;
	margin: 0;
}
#frontcategories a img.vinilo{
	width: 112px;
	height: 112px;
	margin: 0;
	border: 1px solid #331d00;
}
#frontcategories a .nombre{
	font-size: 10px;
	color: #331d00;
	clear: both;
	float: left;
	padding: 1px 0 1px 0;
	margin-bottom: 2px ;
}
#frontcategories a:hover span.nombre, #frontcategories a:active span.nombre{
	color: #fb024e;
}
#frontcategories a:hover img.vinilo, #frontcategories a:active img.vinilo{
	border: 1px solid #fb024e;
}
#listcategories a span.new, #frontcategories a span.new{
	background-image: url('../imagenes/new_icon.png')!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/new_icon.png');
	margin: 2px 0 0 1px;	
	position: absolute;
	display: block;
	width: 32px;
	height: 28px;
}
#listcategories a span.new{
	
}

/* Listado de Items en Categorias */
#listcategories{
	padding: 0 0 10px 0;	
}
#listcategories div.item{
	float: left;
	font-size: 12px;
	margin-bottom: 13px;
	width: 356px;
}
#listcategories div.item a{
	text-decoration: none;
	color: #331d00;	
	margin-bottom: 2px;
}
#listcategories div.item a .imgvinilo, #listcategories div.item a:link .imgvinilo{
	border: 1px solid #331d00;
	margin-bottom: 4px;
}
#listcategories div.item a:hover span.nombre{
	color: #fb024e !important;
}
#listcategories a:hover .imgvinilo, #listcategories a:active .imgvinilo{
	border: 1px solid #fb024e;
}
#listcategories div.item span.nombre{
	float: left;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 3px;
}
#listcategories div.item span.precio{
	float: right;
	font-weight: normal;
	width: 92px;
}
#listcategories div.item span.precio p{
	float: left;
	margin-top: 3px;
	text-align: right;
} 
#listcategories div.item span.precio span{
	border: 1px solid #331d00;
	background-color: #fb024e;
	color: #fff;
	width: 38px;
	float: right;
	padding: 1px 5px;
	text-align: center;
	font-weight: bold;
}
#listcategories div.item span.creado{
	float: left;
	clear: both;
	font-size: 10px;
	font-weight: bold;
}
#listcategories a.creador{
	color: #fb024e !important;
	font-weight: bold;
}
#listcategories a.creador:hover{
	text-decoration: underline;	
}
#listcategories div.dv{
	width: 25px;	
	float: left;
}



/* Detalle de Vinilo*/
#detallevinilo #mainimage{
	background-color: #331d00;
	margin: 0;
}
#detallevinilo #datos{
	padding: 0 1px 1px 0;
	background-color: #342003;
	color: #fff;
	font-size: 12px;
	margin: 0;
}
#detallevinilo #datos .nombre{
	float: left;
	display: block;
	padding: 3px 5px 0 5px ;
	width: 100px;
	text-align: left;
	font-weight: bold;
}
#detallevinilo #datos .coleccion{
	float: left;
	padding: 3px 0 0 0;
	display: block;
	width: 420px;
}
#detallevinilo #datos .coleccion a{
	text-decoration: none;
}
#detallevinilo #datos .coleccion a:hover{
	color: #fb024e;
}
#detallevinilo #datos .creado{
	float: left;
	padding: 3px 0 0 0;
	display: block;
	width: 150px;
}
#detallevinilo #datos a{
	color: #fff;
}
#detallevinilo #datos a:hover{
	color: #fb024e;
}
#detallevinilo #datos #botonera{
	float: right;
	width: 50px;
}
#detallevinilo #datos #botonera a{
	border: 0;
	width: 22px;
	height: 19px;
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}
#detallevinilo #datos #botonera #anterior{
	margin-right: 1px;
	background-image: url(../imagenes/btnVinilo_ant.gif);
	background-repeat: no-repeat;
}
#detallevinilo #datos #botonera a#anterior:hover{
	background-image: url(../imagenes/btnVinilo_ant.gif);
	background-repeat: no-repeat;
	background-position: 0 -19px;
}
#detallevinilo #datos #botonera #siguiente{
	background-image: url(../imagenes/btnVinilo_sig.gif);
	background-repeat: no-repeat;
}
#detallevinilo #datos #botonera a#siguiente:hover{
	background-image: url(../imagenes/btnVinilo_sig.gif);
	background-repeat: no-repeat;
	background-position: 0 -19px;
}
/* selector de colores */
#colores{
	padding: 0;
	margin: 23px 0 2px 0;
	width: 739px;
}
#colores td{
	padding: 0;	
}
#colores a{
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	border: 1px solid #eee;
	position: relative;
	z-index: 140;
}
#colores td.paleta_back{
	padding: 1px 2px 0 1px; 
	background-color: #9d9d9d;
	background-image: url(../imagenes/border_r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#colores td.coloresA{
	padding: 0 2px 1px 1px; 
	background-color: #9d9d9d;
	background-image: url(../imagenes/border_r.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#colores td.coloresB, #colores #setSolapasUnico .coloresA{
	padding: 0 2px 1px 1px; 
	background-color: #9d9d9d;
	background-image: url(../imagenes/border_r2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#colores .solapasbackB{
	background-image: url(../imagenes/solapas_a.gif);
	height: 30px;
	width: 739px;
}
#colores .solapasbackA{
	background-image: url(../imagenes/solapas_b.gif);
	height: 30px;
	width: 739px;
}
#colores #setSolapasUnico{
	display: none;
	background-image: url(../imagenes/solapas_unico.gif);
	height: 30px;
	width: 739px;
}
#colores #solapasBackOnly{
	background-image: url(../imagenes/solapas_only.gif);
	height: 25px;
	width: 739px;
}
#colores .solapasbackB #solapaA{
	color: #331d00;
}
#colores .solapasbackB #solapaB{
	color: #de0245;
}
#colores .solapasbackA #solapaA{
	color: #de0245;
}
#colores .solapasbackA #solapaB{
	color: #331d00;
}
#colores #setSolapasUnico #solapaA{
	color: #de0245;
}

#colores #solapas{
	height: 22px;	
}
#colores #solapas td{
	vertical-align: top;	
}
#colores #solapas a, #colores #solapas span{
	border: 0;
	display: block;
	width: 210px;	
	padding: 0;
	height: 15px;
	text-align: center;
	font-size: 11px;
}
#colores #solapas span.top{
	margin-top: 4px;
	color: #de0245;
}
#colores #solapas a.bottom, #colores #solapas span.bottom{
	margin: 15px 0 0 0;	
}
#colores .footer{
	background-image: url(../imagenes/border_b.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	height: 5px;
}

#colores div.codigos a{	
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	border: 1px solid #eee;
	position: relative;
	z-index: 140;
}
#colores div.codigos a:hover, #colores div.codigos a.activo, #colores div.codigos a.activo_especial{	
	border: 2px solid #fb024e !important;
}
#colores .paleta_back a:hover, #colores .paleta_back a.activo, #colores .paleta_back a.activo_especial{	
	border: 2px solid #fb024e !important;
}
#colores .codigos a div{
	display: none;
	float: left;
	font-size: 5px;
}
#colores .codigos a:hover div{
	display:inline;
	float: left;
   position:absolute;
	background-color: #fff;
	padding: 3px;
	color: #4b4b4b;
	font-size: 10px;
	margin-top: 20px;
	border-left: 1px solid #9d9d9d;
	border-top: 1px solid #9d9d9d;
	border-right: 2px solid #9d9d9d;	
	border-bottom: 2px solid #9d9d9d;	
}









#detallevinilo #motivo{
	width: 510px;
	float: left;
	margin: 5px 0 0 0;
}
#detallevinilo #motivo .flash{
	border: 1px solid #331d00;
	width: 510px;
	margin-bottom: 10px;
	background-color: #eee;
}
#detallevinilo #configuracionpanel{
	width: 210px;
	float: right;
	font-size: 12px;
	color: #331d00;
	margin-top: 5px;
	font-weight: normal;
}
#detallevinilo #comprar{
	font-size: 11px;
	background-image: url(../imagenes/cesta_full.gif);	
	background-position: right;
	background-repeat: no-repeat;
	padding: 30px 0 30px 37px; 
	display: block;
	text-decoration: none;
	color: #331d00;
}
#detallevinilo #comprar:hover{
	color: #fb024e;
}


.selector {
	color: #331d00;
	font-size: 11px;	
	margin-bottom: 10px;
	background-image: url(../imagenes/back_selector.gif);
	background-repeat: repeat-x;
}
.selector #label{
	border-top: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	padding: 3px 5px 3px 25px;
}
.selector a, .selector span{
	border: 1px solid #9d9d9d;
	padding: 3px 4px 3px 5px;
	float: left;
	text-decoration: none;
	color: #888;
	width: 89px;
	text-align: center;
}
.selector a:hover{
	color: #331d00;	
}
.selector #separador{
	width: 10px;	
	float: left;
	border-top:  1px solid #9d9d9d;
}
.selector a.activa{
	border-top:  1px solid #fff;
	color: #fb024e;
}

#selector-medida {
	color: #331d00;
	font-size: 11px;	
	margin-bottom: 10px;
	background-image: url(../imagenes/back_selector.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
}
#selector-medida #label{
	border-top: 1px solid #9d9d9d;
	padding: 3px 5px 3px 25px;
	display: block;
	clear: both;
}
#selector-medida a{
	border-top: 1px solid #9d9d9d;
	padding: 3px 5px;
	display: block;
	clear: both;
	text-decoration: none;
	color: #888;
	height: 11px;
	overflow: hidden;
}
#selector-medida a .medida{
	width: 125px;
	display: block;
	float: left;
	padding-left: 20px;
}
#selector-medida a .precio{
	width: 35px;
	display: block;
	float: right;
	text-align: right;
	padding-right: 15px;
}
#selector-medida a:hover{
	color: #331d00;
}
#selector-medida a.activa{
	color: #fb024e;
	border: 2px solid #fb024e;
	padding-left: 3px;
	padding-right: 3px;
}

#selector-cantidad {
	color: #331d00;
	width: 120px;
	font-size: 11px;	
	margin-bottom: 10px;
	background-image: url(../imagenes/back_selector.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #9d9d9d;
}
#selector-cantidad #label{
	border-top: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	padding: 3px 5px;
	display: block;
	clear: both;
	text-align: center;
}
#selector-cantidad #controles{
	border-top: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	display: block;
	clear: both;
	height: 18px;
}
#selector-cantidad #controles a{
	display: block;
	float: left;
	text-decoration: none;
	color: #331d00;
	width: 37px;
	font-size: 12px;
	text-align: center;
	padding: 3px 0;
}
#selector-cantidad #controles a:hover{
	background-color: #f6f6f6;
	color: #fb024e;
}
#selector-cantidad #controles #cantidad{
	width: 35px;
	text-align: center;
	float: left;
	margin-top: 4px;
	margin-left: 3px;
	display: block;
	font-weight: bold;
	color: #fb024e;
}



/* Listado Pedido*/
#pedido{
	font-size: 11px;		
}
#spacerTopPedido{
	height: 17px;
	border-top: 1px solid #321d00;
}
#pedido #lista_pedido .nombre{
	font-size: 11px;
	color: #321d00;
	display: block;
	clear: both;
	width: 110px;
	margin: 4px 0 2px 0;
	text-align: center;
}
#pedido .section th{
	background-color: #321d00;	
	color: #fff;
	padding: 4px;
	font-weight: bold;
}
#pedido .section td{
	color: #331d00;
	padding: 5px 0;
	font-weight: normal;	
	text-align: center;
	vertical-align: middle;
}
#pedido #lista_pedido{
	margin: 0;
}
#pedido .item .vinilo{
	margin-top: 10px;	
}
#pedido .section, #pedido .section-totales {
	width: 100%;	
}
#pedido .section-totales td{
	background-color: #fa024e;	
	color: #fff;
	padding: 4px;
	font-weight: bold;
}
#pedido .descuento{
	display: none;	
}
#pedido .subtotalCell, #pedido .subtotal, #pedido .total{
	text-align: right !important;
	color: #fb024e !important;	
	font-weight: bold !important;
	font-size: 12px;
}
#pedido .section-totales .subtotal{
	font-weight: bold !important;
	font-size: 12px;
	color: #fff !important;
}
#pedido .section-totales .subtotal .total{
	font-weight: bold !important;
	font-size: 12px;
	color: #fff !important;
}
#pedido #acciones{
	width: 100%;
}
#pedido .cantidad{
	text-align: right;
}
#pedido #acciones td{
	padding: 5px 0;
}
#pedido #acciones a.btn1{
	padding: 2px 5px;
	display: block;
	float: right;
	background-color: #fff;
	color: #331d00;
	text-decoration: none;
	border: 1px solid #331d00;
	font-weight: bold;
}
#pedido #acciones a.btn2{
	padding: 2px 5px;
	display: block;
	float: right;
	background-color: #fa024e;
	color: #fff;
	text-decoration: none;
	border: 1px solid #331d00;
	font-weight: bold;
}
#pedido #resumen-pedido td{
	font-size: 11px !important;
	text-align: center !important;
}
#pedido #datos td{
	padding: 4px 0;	
	vertical-align: top;
}
#pedido fieldset#datosenvio{
	display: none;	
}
#pedido .notas{
	background-color: #ffffe1;
	border: 1px solid #eee;	
}
#pedido .notas th{
	font-size: 12px;
	font-weight: bold;
	padding: 6px;	
}
#pedido .notas td{
	padding: 6px;	
}
#pedido img.vinilo{
	border: 1px solid #331d00;	
}
#pedido #descuentos td, #pedido #envios td{
	height: 40px;
}
#pedido #acciones td{
	height: 60px;
}
#pedido #acciones a{
	color: #321d00;	
}
#pedido #acciones a:hover{
	color: #fa024e;	
}

.colorCell {
	font-size: 10px;
	color: #555;
	text-align: center;
	margin-bottom: 5px;
	width: 70px;
}
.colorCell span{
	border: 1px solid #331d00;
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto 2px;
}


/* Formularios generico */
form input, form textarea, form select{
	background-image: url(../imagenes/back_input.gif);
	background-repeat: repeat-x;
	background-position: top left;	
	border: 1px solid #9d9d9d;
	padding: 2px;
	font-size: 12px  !important;
}
form input[type=radio], form input[type=checkbox]{
	border: 0;
	background-image: none;	
}
form textarea{
	font-size:12px  !important;
	font-family: Arial, Helvetica, sans-serif;
}
form table td{
	text-align: left !important;	
	padding: 0 5px;
	font-size: 12px;
}
form table tr.actions td{
	text-align: right !important;	
	padding-right: 45px !important;
}
form table td.legend{
	font-weight: bold !important;
	padding-top: 10px !important; 
}
form table td.subhead{
	background-color: #d6d6d6 !important;	
	text-align: left !important;
	font-size: 11px !important;
	font-weight: bold !important;
}
form label{
	clear: both;	
	padding: 5px 0;
	display: block;
}
form label > span + span{
	width: 280px;
	display: block;
	float: left;
	color: #888;
	margin: 0;
}
form label span.titulo{
	width: 150px;
	display: block;
	float: left;
	margin-top: 5px;	
}
form cite{
	color: #fb024e;	
	font-size: 11px;
}

/* Botones de formulario */
.formBoton1{
	background-image: url(../imagenes/back_btn.gif);
	background-color: #fb024e;
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #331d00;
	width: 120px;
	height: 11px;
	color: #eeeeee;
	text-align: center;
	font-weight: bold  !important;
	padding: 4px 0;
	font-size: 11px  !important;
	display: block;
}
.formBoton1:hover{
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 -20px;
	color: #331d00;
}
.formBoton2{
	background-image: url(../imagenes/back_btn.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 -20px;
	border: 1px solid #331d00;
	width: 120px;
	height: 11px;
	color: #fb024e !important;
	text-align: center;
	font-weight: bold  !important;
	padding: 4px 0;
	font-size: 11px  !important;
	display: block;
}
.formBoton2:hover{
	background-color: #fb024e;
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #331d00;
	color: #fff !important;
}


.estado-2{
	color: #808080;	
	font-weight: bold;
}
.estado-3{
	color: #fb024e;	
	font-weight: bold;
}
.estado-4{
	color: #6b8e23;	
	font-weight: bold;
}


#mensajes-opinion{
	border-top: 1px solid #331d00;	
	margin: 0 auto;
	width: 490px;
}
#mensajes-opinion td{
	padding: 10px 0;
	font-size: 11px;
	background-image: url(../imagenes/back_mainmenu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}
#mensajes-opinion .paginado{
	background-image: none !important;	
}

/* GENERALES  --------------------------------------------------------------------------------------------------------*/
.cf:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.cf {display:inline-block;}
 /* Hide from IE Mac \*/
.cf {display:block;}
 /* End hide from IE Mac */

.cargadorHtml {
	text-align: center;	
	width: 150px;
	margin: 0 auto;
}
.cargadorHtml img{
	float: left;
}
hr{
	margin: 7px 0;
	background-color: #c5c5c5;
}
strong{
	font-weight: bold;
}
em, i{
	font-style: italic;
}