/* RESET RSS */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
	outline: 0 !important;
	

}

.ui-effect-transfer{
	border: 2px dotted gray;
}

.boton{
	font-family: "Century Gothic";
    font-weight: bold;
    font-size: 14px;
    background-color: #575757;
    color: #fff !important;
    border: 0px solid #fff;
    cursor: pointer;
    outline: 0px;
	padding: 3px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 3px 4px #222;
    -webkit-box-shadow: 1px 3px 4px #222;
    box-shadow: 1px 3px 4px #222;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

.boton:hover{
	background-color: #cc1c00 !important;
}

.sombra-borde{
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 3px 4px #222;
    -webkit-box-shadow: 1px 3px 4px #222;
    box-shadow: 1px 3px 4px #222;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

body{
	overflow-x: hidden;
}

a img, :link img, :visited img {
    border: 0;
	outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
}
/* FIN RESET */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	line-height: 16px;
	behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

a:link, a:visited{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active{
	color: #777;
}

#contenido table tr th{
	border: 1px solid #333;
	padding: 5px;
	background-color: #dedede;
	color: #000;
}



#contenido table tr td{
	border: 1px solid #333;
	padding: 5px;
}
#producto-seleccionado table tr td{
    border: none;
    padding: 0px;
}



#contenido ol, #contenido ul{
	width: 475px;
}

#contenido hr{
	width: 475px;
	float: left;
	margin-bottom: 10px;
}

#contenido ol li{
	list-style: decimal;
	margin-bottom: 5px;
	text-align: left;
}

#contenido ul li{
	list-style: circle;
	margin-bottom: 5px;
    text-align: left;
}

#cabecera{
	background: url('../img/fondo.jpg') repeat-x;
	height: 87px;
	border-bottom: 3px solid #fff;
}

#cabecera.gris{
    background: url('../img/fondo-gris.jpg') repeat-x;
    height: 87px;
    border-bottom: 3px solid #fff;
}

#cabecera div.interior, #menu-rojo div.interior , #menu-solapas div.interior,  #pie div.interior{
	width: 955px;
	margin: auto;
}

h1.logo{
	background: url('../img/logo.png') no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	width: 560px;
	height: 87px;
	float: left;
}

h1.logogris{
    background: url('../img/logo-gris.png') no-repeat;
    text-indent: -5000px;
    margin: 0px;
    padding: 0px;
    width: 560px;
    height: 87px;
    float: left;
}

#cabecera #login {
	float: right;
	width: 276px;
	height: 87px;
	background: url('../img/login.jpg') no-repeat;
	-moz-box-shadow: 2px 0px 4px #222;
	-webkit-box-shadow: 2px 0px 4px #222;
    box-shadow: 2px 0px 4px #222;
	behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#contenido p{
	line-height: 15px;
	text-align: left;
	width: 472px;
}

/* MENU ROJO */
#menu-rojo{
	height: 32px;
	background-color: #cc1c00;
	-moz-box-shadow: 0px 3px 4px #444;
	-webkit-box-shadow: 0px 3px 4px #444;
	box-shadow: 0px 4px 4px #444;
	behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
	
}

#menu-rojo a:link, #menu-rojo a:visited{
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
#menu-rojo a:hover, #menu-rojo a:active{
 color: #ff8a09;
}

#menu-rojo b{
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	top: 4px;
	font-size: 22px;
	line-height: 22px;
	color: #ff8a09;
}
/* FIN MENU ROJO */

/* BUSCAR */
#buscar {
	float: right;
	/*width: 275px;*/
	text-align: right;
}

#buscar form{
	text-align: right;
	margin-top: 4px;
}

#buscar form input[type="submit"]{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 14px;
	background-color: #575757;
	color: #fff;
    border: 0px solid #fff;
	cursor: pointer;
	outline: 0px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 1px 3px 4px #222;
    -webkit-box-shadow: 1px 3px 4px #222;
    box-shadow: 1px 3px 4px #222;
	
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#buscar form input[type="submit"]:hover{
	background-color: #cc1c00;
}

#buscar img.lupa{
	float: left;
	margin-left: 25px;
	margin-top: 1px;
}
/* FIN BUSCAR */

/* MENU SOLAPAS*/

#menu-solapas{
	z-index: 0;
	
}

#menu-solapas a:link,  #menu-solapas a:visited{
	font-family: "Century Gothic";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14;
	font-weight: bold;
	float: right;
	display: block;
	width: 128px;
	height: 36px;
	line-height: 36px;
	background-color: #575757;
	color: #fff;
	margin-left: 20px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#menu-solapas a:hover,  #menu-solapas a:active{
	background-color:#cc1c00;
}

/* FIN MENU SOLAPAS */


/* MENU CATEGORIAS */

#categorias{
	width: 210px;
	border: 1px solid #777;
	margin-top: 40px;
	float: left;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#categorias h2{
	height: 28px;
	font-family: "Century Gothic";
	line-height: 28px;
	color: #fff;
	text-indent: 8px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background: url('../img/fondo-categorias.png') no-repeat;	
}

#categorias ul li{
	list-style: disc;
	list-style-position: inside;
	color: #000;
	padding-left: 10px;
	border-bottom: 1px solid #777;
	height: 20px;
}

#categorias ul li a:link, #categorias ul li a:visited{
	font-weight: bold;
	font-family: "Century Gothic";
	text-decoration: none;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	color: #000;
}
#categorias ul li a:hover, #categorias ul li a:active{
	color: #ff8a09;
}

#categorias .promo{
	background-color: #eaeaea;
	overflow: hidden;
	float: right;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #fe6400;
	color: #000000;
	padding: 1px;
	margin: 3px;
	margin-right: 4px;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
	
}

/* FIN MENU CATEGORIAS */


/* CONTENIDO CATALOGO  */
#contenido{
	margin-left: 23px;
    margin-right: 23px;
	margin-top: 17px;
	width: 518px;
	float: left;
}

#contenido #barra{
	height: 30px;
	background-color: #575757;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#barra h2{
	color: #fff;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 30px;
	margin-left: 20px;
	text-transform: uppercase;
}

#producto-seleccionado{
	border: 1px solid #fe6400;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background: #eaeaea url('../img/fondo-seleccionado.png') bottom right no-repeat;  
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#producto-seleccionado h2{
	font-size: 18px;
	margin-bottom: 8px;
	font-family: "Century Gothic";
	color: #000;
}

#producto-seleccionado .preview{
	width: 267px;
	height: 200px;
	border-bottom: 3px solid #fe6400;
	background-color: #fff;
	margin-left: 20px;
	overflow: hidden;
	float: right;
	text-align: center;
}

#producto-seleccionado .promo{
	width: 267px;
	background-color: #eaeaea;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #fe6400;
	color: #333333;
	padding: 4px;
	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    
    /*-moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;*/
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}
#producto-seleccionado .share{
	width: 267px;
	margin-left: 20px;
}

#producto-seleccionado .preview a{
    display: none;
	margin: auto;
    text-align: center; 
}

#producto-seleccionado .preview a.activa{
    display: block;
	margin: auto;
    text-align: center; 
}

#producto-seleccionado p{
	line-height: 14px;
	width: 180px !important;
}

#barra .ordenacion{
	float: right;
	position: relative;
    top: -31px;
	left: -13px;
}

#producto-seleccionado .descripcion{
	font-size: 12px;
	font-weight: bold;
	font-family: "Century Gothic";
	text-align: left;	
}


#producto-seleccionado .opciones{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: "Century Gothic";
	line-height: 30px;
	
}

#producto-seleccionado b.precio{
	color: #cc1c00;
	font-size: 20px;
	margin-left: 4px;
}

#producto-seleccionado c.precio{
	color: #cc1c00;
	font-size: 14px;
	margin-left: 4px;
}


#producto-seleccionado span.descuento{
	font-family: "Century Gothic";
	font-size: 12px;
        line-height: 20px;
        text-decoration: line-through;
}

#producto-seleccionado .opciones select{
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
#producto-seleccionado h3{
	color: #000;
	font-size: 11px;
    font-weight: bold;
    font-family: "Century Gothic";
	text-transform: uppercase;
	margin-bottom: 10px;
}

#producto-seleccionado .lista-modelos{
	display: block;
	margin-bottom: 10px;
}

#producto-seleccionado .lista-modelos li{
	float: left;
	display: block;
	overflow: hidden;
	width: 72px;
	height: 68px;
	margin-right: 7px;
	margin-bottom: 7px;
	background-color: #fff;
	border-bottom: 3px solid #fe6400;
	text-align: center;
	cursor: pointer;
}

#producto-seleccionado .lista-modelos li.mini{
    float: left;
    display: block;
    overflow: hidden;
    width: 46px;
    height: 48px;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: #fff;
    border-bottom: 3px solid #fe6400;
    text-align: center;
    cursor: pointer;
}

#producto-seleccionado .lista-modelos li.mini img{
	height: 48px !important;
	
}

#listado-productos ul{
	width: 519px;
}

#listado-productos ul li.primero{
	margin-left: 0px !important;
}

#listado-productos ul li{
	float: left;
	padding: 8px;
	width: 148px;
	height: 218px;
	border: 1px solid #777;
	margin-left: 10px;
	margin-bottom: 12px;
	background: url('../img/fondo-producto2.png');
	color: #000;
	font-weight: bold;
	list-style: none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	
	-moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
	
	behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#listado-productos ul li .preview{
    width: 149px;
    height: 145px;
    border-bottom: 3px solid #fe6400;
    background-color: #fff;
    margin-left: 20px;
    overflow: hidden;
	margin: auto;
    text-align: center; 
}

#listado-productos ul li .preview a{
	margin: auto;
    text-align: center; 
}

#listado-productos ul li h3{
	font-size: 12.5px;
	color: #000;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 1px;
}

#listado-productos  li .ref{
	margin-top: 10px;
	visibility: inherit;
}

#listado-productos ul li .precio{
	color: #cc1c00;
	font-family: "Century Gothic";
	font-size: 16px;
	
}

#listado-productos ul li span.precio{
	font-family: "Century Gothic";
	font-size: 14px;

}


#listado-productos ul li span.descuento{
	font-family: "Century Gothic";
	font-size: 10px;
        line-height: 15px;
        text-decoration: line-through;
}

#listado-productos ul li a:link.boton, #listado-productos ul li a:visited.boton{
	display: block;
	float: right;
    color: #fff;
	margin-top: 0px;
	background-color: #706f6d;
    font-family: "Century Gothic";
    font-size: 14px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 2px 3px #444;
    -webkit-box-shadow: 1px 2px 3px #444;
    box-shadow: 1px 2px 3px #444;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#listado-productos ul li a:hover.boton, #listado-productos ul li a:active.boton{
	background-color: #cc1c00;
}

#form-prod .carrito{
	background-image: url('../img/carrito.png');
    background-repeat: no-repeat;
	width: 22px;
	height: 21px;
	display: block;
	float: left;
	margin-right: 3px;
	margin-top: 7px;
}

#form-prod input[type="submit"]{
	font-family: "Century Gothic";
    font-weight: bold;
    font-size: 14px;
    background-color: #575757;
    color: #fff;
    border: 0px solid #fff;
    cursor: pointer;
    outline: 0px;
	margin-top: 5px;
   
   
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 1px 3px 4px #222;
    -webkit-box-shadow: 1px 3px 4px #222;
    box-shadow: 1px 3px 4px #222;
    
    behavior: url(ie-css3.htc); /* Activamos el soporte para IE */
}

#form-prod input[type="submit"]:hover{
	 background-color: #cc1c00;
}

/* FIN CONTENIDO CATALOGO */


/* Barra lateral */
#derecha{
	margin-top: 20px;
	float: left;
	width: 179px;
}

#derecha .registro{
	width:173px;
	vertical-align: middle;
	display: block;
	text-transform: uppercase;
}
/* FIN Barra lateral */
h1{
	padding: 0px;
	margin: 0px;
}


* b, * strong{
	font-weight: bold !important;
}

#contenedor{
	width: 955px;
	margin: auto;
}



#pie{
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 20px;
	height: 105px;
	background: #706f6d;
	color: #dedede;
}

#pie #menu-pie-1{
	height: 6px;
}

#pie #menu-pie-1 table tr td{
	text-align: center;
	border: none;
	padding: 0px;
}

#menu-pie-1 b{
	font-size: 20px;
	color: #CC1C00;
	line-height: 30px;
}

#menu-pie-1 a:link, #menu-pie-1 a:visited{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#menu-pie-1 a:hover, #menu-pie-1 a:active{
	color: #cc1c00;
}

#menu-pie-2{
	background-color: #CC1C00;
	height: 10px;
	margin-bottom: 10px;
	text-align: center;
	
	
}

#menu-pie-2 div{
	text-align: center;
}

#menu-pie-2 b{
    font-size: 20px;
    color: #706f6d;
    line-height: 20px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

#menu-pie-2 a:link, #menu-pie-2 a:visited{
	font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

#menu-pie-2 a:hover, #menu-pie-2 a:active{
	color: #999999;
}

#pie hr {
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 1px solid #dedede;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pie #texto-pie{
	text-align: left;
	line-height: 14px;
}

#pie #banner-pie{
	text-align: left;
	line-height: 14px;
}

#paginador{
	font-family: "Century Gothic";
	font-size: 13px;
}

#paginador a:link, #paginador a:visited{
	color: #fe6400;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
#paginador a:active, #paginador a:hover, #paginador a.active{
	color: #000;
}

#cantidad{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 112px;
	height: 22px;
	background: url('../img/input.png');
	border: none;
	padding-left: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	
    
}




