@charset "utf-8";
/* CSS Document */

*,html{
	padding: 0px;
	margin:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;

}
a {
	outline:none;
}
img{
	border:none;
}

p, a{
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin-bottom:10px;
}

ul{
	list-style:none;
}
a{
	text-decoration:none;
}
a:focus, button{
	outline:none;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h1{
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	top:28px;
	left:0px;
}

h1 a{
	display:block;
}

h1 span{
	display:none;
}

.h2_home{
	margin-bottom:10px;
	margin-top:0;
}
h2, h2 a{
	font-size:18px;
	color:#010101;
	font-weight:normal;
	margin-bottom:3px;
}
h3{
	margin:10px 0px;
	font-family:Verdana;
	font-weight:normal;
	font-size:20px;
}

hr{

	height:0px;
	width:0px;
	margin:0px;
	clear:both;
	font-size:0px;
	border:none;
}
#mapa {
	height:311px;
	width:733px;
}

/* clases propias*/
.uper{
	text-transform:uppercase;
}
.floatleft {
	float: left;
	width:100%;
}
.floatright {
	float:right;
}
.salto {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
}

.sincss{
	display:none;
}

.sinlista{
	list-style:none;
}

.negro{
	color:#000;
}

.blanco{
	color:#FFF;
}
.sin_texto{
	padding: 10px 0px 0px 0px;
}

/*   ids    */

#contenedor{
	width:976px;
	margin:auto auto;
}
#cabecera{
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:85px;
	padding-bottom:6px;
	float:left;
	width:100%;
	position:relative;
}
.idiomavacio{
	float:left;
	height:22px;
}
#idiomas{
	float:left;
	height:22px;
	padding-left:45px;
}

#idiomas li{
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:25px;
	padding-right:2px;
	width:24px;
}

#idiomas li a{
	float:left;
	height:11px;
	line-height:10px;
	padding:8px 3px 6px 5px;
	width:16px;
	color:#000000;
}
#idiomas #idioma_sel a{
	background-color:#000;
	color:#FFFFFF;
}
#menu{
	padding-top:40px;
	float:right;
	height:50px;
}
#menu li{
	float:left;
	font-size:13px;
	font-weight:bold;
	height:46px;
}
#menu .on, #menu .homeon{
	background-image:url(../images/flecha.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#menu li a{
	float:left;
	padding:8px 14px;
	background-image:url(../images/borde.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#CCCCCC;
}
#menu .on a{
	color:#ffffff;
}
#menu .home a{
	background-image:url(../images/menuhomeoff.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding:8px 14px 8px 40px;
	color:#CCCCCC;
}
#menu .homeon a{
	background-image:url(../images/menuhomeon.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding:8px 14px 8px 40px;
	color:#ffffff;
}

.item{
	color:#FFFFFF;
	float:left;
	font-size:15px;
	height:156px;
	margin-bottom:7px;
	margin-right:7px;
	text-transform:uppercase;
	width:156px;
}
.item a{
	float:left;
	height:156px;
	width:156px;
	color:#FFFFFF;
	font-size:15px;
	text-transform:uppercase;
}
.ultimo a, .ultimo{
	width:156px;
	margin-right:0px;
}
.home_derecho{
	float:right;
	height:158px;
	margin-bottom:0px;
	padding-left:5px;
	padding-right:4px;
	width:470px;
}
.enlace_flecha{
	background-image:url(../images/flecha_enlace.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
	color:#a08244;
	font-size:13px;
	margin-right:20px;
	padding-right:14px;
}
#contenido{
	width:100%;
	float:left;
}
#contenido_inicio{
	width:100%;
	float:left;
	margin-top:14px;
}


/***************MENU LATERAL IZQUIERDO**********************/
/*----CONSTRUIMOS EL MENU LATERAL----*/
#menu_lateral{
	float:left;
	width:216px;
	padding-top:16px;
	background-image:url(../images/menup1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.menu_lateral_comienzo{
	float:left;
	width:204px;
	background-image:url(../images/menup2.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:12px;
}

.menu_lateral_final{
	float:left;
	width:216px;
	height:26px;
	background-image:url(../images/menup3.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.menu_carrito_comienzo{
	float:left;
	width:200px;
	padding-top:24px;
	padding-left:16px;
	background-image:url(../images/carrito_arriba.gif);
	height:52px;
	background-position:top left;
	background-repeat:no-repeat;
}
.menu_carrito_comienzo p{
	margin-bottom:5px;
}
.cant_articulos{
	color:#f6060b;
}
.boton_comprar{
	background-color:#FBFBFB;
	background-image:url("../images/boton_comprar.gif");
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	float:left;
	height:20px;
	padding-top:5px;
	text-align:center;
	width:186px;
}
.boton_comprar a{
	color:#FFFFFF;
}
.menu_borde{
	height:5px;
	width:100%;
	margin:0px;
	clear:both;
	font-size:0px;
	border:none;
	background-image:url(../images/borde_menu.gif);
	background-repeat:no-repeat;
	background-position:-13px 0px;
	margin-bottom:5px;
}

/*----CONSTRUIMOS LAS LISTAS----*/
/*Lista sup*/
.menu_lateral_lista{
	float:left;
	width:204px;
	font-size:13px;
	margin-bottom:14px;
}
.menu_lateral_lista .colapso{
	background-image:url(../images/borde_menu.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	float:left;
	padding-left:9px;
	padding-top:12px;
	margin-bottom:0px;
	width:186px;
	cursor:pointer;

}
.menu_lateral_lista p a{
	color:#333;
}

.menu_lateral_lista p a:hover,.menu_lateral_lista p .activo{
	color:#A08244;

}
.menu_lateral_lista .sin_borde{
	background-image:none;
}

/*Lista interior*/
.menu_lateral_lista_interior, .menu_lateral_lista_interior_activo{
	float:left;
	width:186px;
	padding-left:6px;
	padding-top:10px;
}
.menu_lateral_lista_interior .listaint, .menu_lateral_lista_interior_activo .listaint{
	padding-top:0px;
	background-image:url(../images/lista_off.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	color:#999999;
	float:left;
	height:12px;
	line-height:12px;
	padding-left:20px;
	width:160px;
}
.menu_lateral_lista .on{
	background-image:url(../images/lista_on.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	
}
.menu_lateral_lista .on a,.menu_lateral_lista_interior .listaint:hover a, .menu_lateral_lista .activo, .menu_lateral_lista_interior_activo .listaint:hover a{
	color:#A08244;
}
.menu_lateral_lista_interior .listaint:hover, .menu_lateral_lista_interior_activo .listaint:hover{
	color:#A08244;
	background-image:url(../images/lista_on.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	cursor:pointer;
}

#buscador{
	background-image:url(../images/buscador.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:190px;
	float:left;
	padding-left:26px;
	height:36px;
	padding-top:22px;
	margin-bottom:10px;
	
}
#buscador label{
	display:none;
}
#buscador input{
	float:left;
	background:none;
	border:none;
	color:#777777;
	height:20px;
}
#buscador .boton_buscar{
	width:54px;
}
.total_menu{
	font-weight:bold;
	text-align:center;
	width:190px;
	margin-bottom:5px;
}
.total_menu span{
	color:#009db2;
	font-size:14px;
}
.cons_gast{
	font-size:11px;
	color:#a9a9a9;
	text-align:center;
	width:190px;
	margin-bottom:0px;
}
.cons_gast a{
	color:#a08244;
	text-decoration:underline;
	font-size:11px;
}
.lista_carrito{
	float:left;
	height:48px;
	background-image:url(../images/borde-menu.gif);
	background-position:top center;
	width:185px;
	padding-top:5px;
}
.lista_carrito img{
	float:left;
	width: 40px;
	border:1px solid #cecece;
}
.lista_carrito p{
	float:left;
	line-height:12px;
	margin:4px 0 0 5px;
	width:135px;
}
.lista_carrito .lista_carrito_uni{
	font-size:11px;
	color:#b5b4b4;
	text-transform:uppercase;
}
.lista_carrito .lista_carrito_uni .precio{
	font-size:14px;
	text-transform:none;
	color:#009db2;
}
/***************FIN MENU LATERAL IZQUIERDO**********************/

/*CARRITO*/
.intro_carrito{
	font-size:12px;
	line-height:16px;
}

.tpvizq_siguiente{
	background-image:url(../images/carrito.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	width:149px;
	height:24px;
	line-height:24px;
	color:#fff;
	margin:15px 0;
}

.tabla_carrito p, .tabla_carrito a{
	font:12px Verdana;
}
.tabla_carrito{
	width:100%;
	float:left;
	margin-top:10px;
}
.tabla_carrito .eliminar, .tabla_carrito .th_eliminar{
	background-color:#fff;
	border:none;
}
.tabla_carrito .eliminar a{
	background-image:url(../images/eliminar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	float:left;
	height:17px;
	padding:21px 0px;
	text-indent:-9999px;
	padding:0px;
	margin:0px;
}
.tabla_carrito .eliminar a:hover{
	background-position:bottom center;
}
.tabla_carrito th{
	height:21px;
	font-weight:normal;
	background-color:#f2f2f2;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.tabla_carrito .th_primero,.tabla_carrito .td_primero{
	border-left:1px solid #dedede;
}
#select_cant select{
	width:45px;
}
.tabla_carrito td{
	color:#666666;
	text-align:center;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.tabla_carrito .tabla_imagen{
	float:left;
	width:20%;
	height:50px;
	padding-right:15px;
	padding-top:10px;
}
.tabla_carrito img{
	border:1px solid #ccc;
}
.tabla_carrito div{
	margin-top:10px;
}
.tabla_carrito p{
	margin:0px;
}
.tabla_carrito .tabla_marca{
	float:left;
	width:65%;
	padding-top:15px;
	font-weight:bold;
	font-size:12px;
}
.tabla_carrito .tabla_titulo{
	float:left;
	color:#666666;
	font-size:11px;
	width:65%;
}
.tabla_carrito .tabla_titulo a{
	color:#666666;
	font-size:11px;
}
.tabla_carrito .tabla_titulo a:hover{
	text-decoration:underline;
}

.th_primero,.tabla_carrito .td_primero{
	text-align:left;
	padding-left:10px;
}
.tabla_carrito  .thesp,.tabla_carrito  .tdesp{
	text-align:center;
	padding-left:0px;
}
.error{
	color:#FF0000;
}
.carrito_izq{
	float:left;
	margin-top:15px;
}
.carrito_izq a, .carrito_izq p, .link{
	font-weight:bold;
	color:#009DB2;
	text-decoration:underline;
}
.carrito_der{
	float:right;
	margin-top:5px;
	margin-right:75px;
	width:300px;
}
.carrito_der a{
	float:right;
}
.vaciar{
	color:#FF0000;
	text-decoration:underline;
	width:100%;
	text-align:right;
	font-weight:bold;
}
.carrito_der div{
	border:1px solid #dedede;
/*	width:265px;*/
/*	height:28px; */
	float:right;
	line-height:28px;
	padding-left:15px;
	margin-bottom:5px;
	
	padding:15px;
	
}
.total_carrito{
	font-weight:bold;
}
.carrito_der div p{
	float:left;
	margin-bottom:0px;
	margin-right:27px;
}
.carrito_der .pderecho{
	font-weight:bold;
	text-align:right;
	margin-right:10px;
	float:right;
}
.total_carrito .pderecho{
	color:#019db2;
	font-size:14px;
}
#extranet_form{
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
}
#extranet_form p{
	float:left;
	width:100%;
	margin:0px 0px 10px;
}
#extranet_form label{
	float:left;
	width:150px;
}
#extranet_form input{
	float:left;
	width:150px;
}
#extranet_form .tpvizq_siguiente{
	border:none;
	width:148px;
	margin:0px;
}
/********************COMIENZO FICHA*************************/
.contenido_ficha{
	float:left;
	width:760px;
}
.ficha_foto{
	background-image:url("/images/fondo_imagen.jpg");
	background-position:0 -1px;
	background-repeat:no-repeat;
	float:left;
	padding:4px 5px 0;
	position:relative;
	width:363px;
	margin-left:5px;
}
.novedad{
	background-color:#AF833D;
	color:#FFFFFF;
	font-size:12px;
	left:5px;
	padding:0 3px;
	position:absolute;
	top:331px;
}
.relacionados{
	margin-left:10px;
}
.migas {
	margin:5px 0px 7px 10px;
}
.migas span{
	background-image:url(../images/flecha_migas.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	padding-right:10px;
	color:#A08244;
}
.migas a{
	color:#A08244;
}
.migas a:hover{
	text-decoration:underline;
}
.ficha_foto img{
	margin-bottom:9px;
}
.ficha_foto_peq{
	width:84px;
	height:84px;
	margin-right:5px;
}
.ficha_foto_peq_sin{
	width:84px;
	height:84px;
}
.ficha_texto{
	float:right;
	width:370px;
}
.ficha_datos_part1{
	float:left;
	width:240px;
}

.ficha_datos_marca{
	font-size:20px;
	margin-bottom:5px;
}
.ficha_datos_nombre{
	font-size:14px;
	margin-bottom:5px;	
}
.ficha_datos_precio{
	font-size:12px;
	color:#999999;
}
.antes{
	color:#666666;
	font-size:18px;
	text-decoration:line-through;
	margin-right:5px;
}
.despues{
	color:#009db2;
	font-size:18px;
}
.ficha_texto .resalto{
	color:#f6060b;
	font-weight:bold;
	margin-bottom:5px;
}
.ficha_datos_part2{
	float:right;
	width:130px;
	text-align:center;
}
.ficha_datos_referencia{
	color:#999999;
	font-size:13px;
	margin-bottom:0;
	margin-top:25px;
}
.ficha_texto a{
	color:#a08244;
}
.ficha_texto a:hover{
	text-decoration:underline;
}
.texto_top{
	background-image:url(../images/texto-top.jpg);
	background-position:center top;
	float:left;
	height:11px;
	width:369px;
}
.texto_bottom{
	background-image:url("../images/texto-bottom.jpg");
	background-position:center bottom;
	float:left;
	height:12px;
	margin-bottom:10px;
	width:369px;
}
.ficha_datos_texto{
	background-color:#ffffff;
	background-image:url(../images/fondo_texto_ficha.gif);
	background-repeat:repeat-y;
	float:left;
	padding:5px 10px 10px 15px;
	width:344px;
}
.ficha_datos_texto .enlace_marca{
	margin-top:5px;
}
.ficha_datos_texto, .ficha_texto p{
	color:#666666;
}
.ficha_datos_texto ul{
	margin:10px 0px;
}
.ficha_datos_texto li{
	list-style-image:url(../images/lista.gif);
	list-style:inside;
}
#talla{
	color:#666666;
}
#talla label{
	float:left;
	width:60px;
	height:20px;
	line-height:20px;
}
#talla select{
	color:#666666;
	border:1px solid #dfdfdf;
	height:20px;
	line-height:20px;
}
.anadir_carrito{
	background-image:url(../images/boton_anadir.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:medium none;
	width:200px;
	height:48px;
	float:left;
	color:#FFFFFF;
	cursor:pointer;	
	display:block;
	margin-top:15px;
}
.recomendar_carrito{
	background-color:#FFFFFF;
	background-image:url("../images/boton_grande.gif");
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	height:36px;
	line-height:36px;
	text-align:center;
	width:200px;
}

.interesa{
	margin-top:20px;
	color:#f6060b;
	font-size:18px;
}
/*************************COMIENZO CATALOGO*************************/
.item_catalogo, .item_catalogo_ultimo{
	width:158px;
	float:left;
	height:200px;
	margin-right:39px;
	position:relative;
	font-size:12px;
	padding-bottom:10px;
}
.item_catalogo a, .item_catalogo_ultimo a{
	width:156px;
	float:left;
	height:156px;

}
.item_catalogo p, .item_catalogo_ultimo p{
	margin-bottom:0px;
	float:left;
}
.item_catalogo_ultimo{
	margin-right:0px;
}

.item_catalogo img, .item_catalogo_ultimo img{
	margin-bottom:5px;
}
.item_catalogo .novedad_peq, .item_catalogo_ultimo .novedad_peq{
	background-color:#AF833D;
	color:#FFFFFF;
	font-size:12px;
	left:0px;
	padding:0 3px;
	position:absolute;
	top:133px;
}
.item_catalogo .floatright, .item_catalogo_ultimo .floatright{
	float:right;
}
.item_catalogo .des_articulos, .item_catalogo_ultimo .des_articulos{
	font-weight:bold;
	color:#f6060b;
	float:right;
}
.precio_peq{
	color:#b5b4b4;
	font-size:11px;
}
.antes_peq{
	color:#666666;
	font-size:12px;
	text-decoration:line-through;
	margin-right:5px;
}
.despues_peq{
	color:#009db2;
	font-size:12px;
}
/*************************COMIENZO PIE*************************/
#menu_botom{
	border:1px solid #dcdcdc;
	background-color:#f2f2f2;
	float:left;
	padding-left:8px;
	font-size:12px;
	font-weight:bold;
	margin-top:30px;
}
#menu_botom li{
	line-height:24px;
	float:left;
	width:241px;
	height:24px;
}
#menu_botom .rss{
	background-image:url(../images/rss.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:216px;
	padding-left:25px;
}
#menu_botom_text{
	border:1px solid #dcdcdc;
	border-top:none;
	background-color:#fafafa;
	float:left;
	padding-top:9px;
	padding-left:8px;
	color:#999999;
	font-size:12px;
}
#menu_botom_text li{
	line-height:14px;
	float:left;
	width:221px;
	height:80px;
	padding-right:20px;
}
.enlace{
	padding-top:5px;
	float:right;
	color:#A08244;
}
.enlace_linea{
	color:#A08244;
}
#pie{
	float:left;
	height:30px;
	margin-top:5px;
	width:100%;
	margin-bottom:20px
}

#pie li{
	color:#666666;
	float:right;
	padding-left:30px;
	display:inline;
	height:20px;
	line-height:20px;
	
}
#pie a{
	float:left;
	color:#666666;
}
#pie a:hover{
	color:#A08244;
}
#pie li a.norsis{
	padding-right:70px;
	background-image:url(../images/desarrollo-web-norsis.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#pie li a.norsis:hover{
	background-image:url(../images/desarrollo-web-norsis_sel.gif);
}
#pie li a.norsis span{
	display:none;
}
/*FAQS*/
.intro_faqs{
	margin-top:20px;
	color:#666666;
	padding-right:30px;
}
.intro_faqs a{
	font-weight:bold;
	color:#a08244;
}
.intro_faqs a:hover{
	text-decoration:underline;
}
.faqs_pregunta{
	font-weight:bold;
	color:#a08244;
	margin-bottom:0px;
	padding-right:30px;
	padding-left:10px;
	background-image:url(../images/lista_on.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
}
.faqs_respuesta{
	padding-right:20px;
	padding-left:10px;
	
}
/*NOTICIAS*/
.not_fechas{
	float:left;
	width:146px;
	padding:0px 15px 0px 10px;
}
.not_fechas ul{
	background-color:#fafafa;
	float:left;
	width:136px;
	font-size:13px;
	font-weight:bold;
	padding:5px;
}
.not_fechas .mes_noticia{
	background-image:url("../images/lista_off.gif");
	background-position:0 5px;
	background-repeat:no-repeat;
	float:left;
	line-height:20px;
	padding-left:13px;
	width:100px;
}
.not_fechas .mes_activo{
	background-image:url("../images/lista_on.gif");
	background-position:0 5px;
	background-repeat:no-repeat;
	float:left;
	line-height:20px;
	padding-left:13px;
	width:100px;
}
.not_fechas .mes_activo a{
	color:#af833d;
}
.noticias{
	margin-top:20px;
	float:left;
	width:589px;
	font-size:12px;
}
.not_fecha{
	color:#999999;
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:11px;
}
.not_nombre{
	font-size:18px;
	color:#009db2;
	margin-bottom:20px;
}
.not_texto{
	color:#000000;
	margin-bottom:10px;
}
.not_texto ul{
	margin:10px 0px;
}
.not_texto li{
	list-style-image:url(../images/lista.gif);
	list-style:inside;
}
.not_url a{
	color:#a08244;
	text-decoration:underline
}
.not_separador{
	margin:10px 0px 30px 0px;
	float:left;
	width:100%;
	height:1px;
	border-bottom:1px solid #dcdcdc;
}

.loreak{
	float:left;
	width:100%;
	margin:10px 0px;
}



/*  estilos para formularios */

.form{
	background-color:#FAFAFA;
	border:1px solid #DCDCDC;
	float:left;
	margin-bottom:9px;
	margin-top:3px;
	padding:9px;
	width:97%;
}
.form_bloque, .form_campo_error {
	float:left;
	margin-bottom:10px;
	width:100%;
}
.form_bloque p{
	margin-bottom:0px;
}
.form_campo_error p {
	margin-bottom:0px;

}
.form_bloque label, .form_campo_error label {
	font-weight:bold;
	float:left;
	font-weight:bold;
	line-height:24px;
	margin-right:10px;
	text-align:right;
	width:150px;
}
.form_bloque input, .form_campo_error input {
	width:190px;
	border:1px solid;
	padding:4px 3px;
	margin-right:5px;
	margin-bottom:5px;
}
.form_bloque textarea, .form_campo_error textarea {
	width:280px;
	border:1px solid;
	padding:4px 3px;
	margin-right:5px;
	margin-bottom:5px;
	height:120px;
}
.form_boton {
	background-color:#009DB2;
	background-image:url("../images/flechader.gif");
	background-position:right center;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-size:14px;
	height:31px;
	line-height:26px;
	margin:10px 5px 5px 159px;
	padding:0 19px 0 10px;
	text-align:center;
	width:146px;
}
.form_campo_error label, .form_campo_error p {
	color:#0099CA;
}
.form_campo_error input {
	border:1px solid #0099CA;
	color:#0099CA;
}
.form_texto_error {
	color:#0099CA;
	float:left;
	width:100%;
}
