﻿body {
	background-color: #ACA280;
	font-family: Tahoma, "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
	background-image: url(img/fondoweb.gif);
	/*background-image: url(img/fondoweb.gif);
	*background-image: url(img/fondowebie.gif);
	background-repeat:   repeat-y;
	background-position: center 132px;*/
}
#datos {
	font-size: 12px;
	margin-bottom: 25px;
	border: 1px solid #CCC;
}


iframe { border: 1px solid #666; }

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 10pt;
	font-family: Tahoma, "Trebuchet MS", Arial;
}

label {
	margin-top: 10px;
	font-size: 10pt;
}
textarea {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 100%;
	background-color: #E5E5E5;
	text-align: left;
}
select {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 100%;
	background-color: #E5E5E5;
	text-align:left;
}

img {
	border: 0;
}

li {
	margin-bottom: 10px;
}

a {
	color: #287AA2;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ZONAS GENERALES */

#web {
	width: 990px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	background-image: url(img/fondoizquierda.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
	background-position: left 130px;
}

#eslogan {
	background-color: #FFFFFF;
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	width: 790px;
	float: right;
	height: 80px;
	text-align: right;
	padding-top: 20px;
	color: #FFFFFF;
	padding-right: 20px;
}

#eslogan  h1 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#logo {
	height: 132px;
	float: left;
	background-color: #FFFFFF;
}

#central {
	color: #000000;
	background-color: #FFFFFF;
	width: 716px;
	padding-top: 34px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 34px;
	font-size: 90%;
	float: right;
	clear: right;
	text-align: justify;
}

#portada {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 400px;
	padding: 0px;
	background-image: url(img/montaje.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
}

#desarrollo {
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
	float: left;
	margin-left: 0px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-left: 0px;
	width: 740px;
}
#desarrollo p {
	text-align: justify;
}



/* RUTA DE NAVEGACION */
.titular {
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #297FC3;
	text-align: left;
	padding-bottom: 4px;
}
.titular a {
	text-decoration: none;
	color: #000000;
}
.titular a:hover {
	text-decoration: none;
	color: #FF962E;
}
.categoria {
	font-weight: normal;
	color: #999999;
	margin-left: 10px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF962E;
}

/* FOTO CON TEXTO ESTATICO */
.fotointerior {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #000000;
}


.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el Ãºltimo elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

/* LOGIN */
#login {
	font-size: 90%;
	padding-bottom: 15px;
	padding-top: 0px;
	width: 180px;
	float: left;
	background-color: #D3D3D3;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: left;
}

#login h2 {
	font-size: 90%;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #333333;
	background-image: url(img/fondologin.gif);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#login img  {
	clear: both;
	float: left;
	border: 0;
}

#login label {
	font-size: 90%;
	color: #666666;
	text-align: left;
	/*width: 100%;*/
	display: block;
}
#login input {
	clear: both;
	margin: 0;
	padding: 0;
	width: 140px;
}
#login .nombre {
	background-color: #000000;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 5px;
}
#login form {
	padding-right: 20px;
	padding-left: 20px;
}
#login #email {
	border: 1px solid #999999;
	width: 138px;
}
#login #clave {
	border: 1px solid #999999;
	width: 138px;
}


/*LOCALIZACION*/

.mapaloc {
	width: 450px;
	margin-bottom: 10px;
	clear: right;
	float: right;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}


/* FORMULARIOS */

#Consulta {
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
#Consulta p {
	text-align: center;
	padding: 10px;
}

.campo {
	background-color: #EFECE9;
	border: 1px solid #666666;
	padding: 2px;
}


.asterisco {
	color: #969EC7;
	margin-left: 3px;
	font-size: 120%;
	font-weight: bold;
	line-height: 60%;
}

.bloqueizd {
	float: left;
	margin-left: 15px;
	clear: none;
	text-align: left;
}
.bloqueder {
	float: right;
	margin-right: 15px;
	text-align: left;
}

.bloquecen {
	float: left;
	clear: both;
	margin-left: 80px;
}

.finfila { /* separa una fila de otra en los formularios */
	clear:both;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 0;
	height: 1px;
}

.boton {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10pt;
}
/* PAGINACION ---------------------------------------- */

#paginacion {
	color: #666666;
	margin-top: 10px;
	font-weight: bold;
	width: 740px;
	float: right;
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
}
#paginacion a:hover {
	color: #000000;
	text-decoration: underline;
}
#paginacion .paginas {
	clear: left;
	float: left;
	font-size: 90%;
	width: 350px;
}
#paginacion .resultados {
	float: right;
	margin-left: 20px;
	font-size: 90%;
	clear: right;
	width: 100px;
	text-align: right;
}
.adelante {
	font-weight: bold;
	color: #D78633;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 5px;
	background-image: url(img/adelante.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.atras {
	font-weight: bold;
	color: #D78633;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(img/atras.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* CARRITO ------------------------------------------------------- */
#carrito {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 700px;
}

#carrito td {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D5D5;
}
#carrito th {
	padding: 5px;
	text-align: center;
	background-color: #D8D5D5;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#carrito a {
	color: #800000;
	text-decoration: none;
}

#carrito img {
	border: 0;
	vertical-align: text-bottom;
}
#carrito input {
	font-size: 11px;
	background-color: #ECE9E9;
	margin-right: 3px;
	margin-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: right;
}
#carrito .precio {
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
}
#carrito .suma {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC8C8;
}
#carrito .cambiar {
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

#carrito .total {
	font-weight: bold;
	color: #1C61AD;
	text-align: right;
}
#carrito .nombre {
	width: 200px;
}
#carrito .referencia {
	width: 150px;
}
#carrito .cantidad {
	width: 120px;
}

#carrito_email {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 500px;
}
#carrito_email .cantidad {
	width: 120px;
}

#carrito_email td {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D5D5;
}
#carrito_email th {
	padding: 5px;
	text-align: center;
	background-color: #FF962E;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#carrito_email .nombre {
	width: 100;
}
#carrito_email .referencia {
	width: 50px;
}
#carrito_email input {
	font-size: 11px;
	background-color: #ECE9E9;
	margin-right: 3px;
	margin-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: right;
}

#carrito_email .cambiar {
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 11px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}


.faseon {
	color: rgb(255, 255, 255);
	padding-left: 5px;
	padding-right: 5px;
	background-color: #A5A49E;
	background-image: url(img/cart_fase_on.gif);
	background-repeat:  repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBD8;
}

.faseoff {
	color: rgb(255, 255, 255);
	padding-right: 5px;
	padding-left: 5px;
	background-color: #D0D0CE;
	background-image: url(img/cart_fase_off.gif);
	background-repeat:  repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEB;
}
.acciones {
	text-align: center;
	padding: 10px;
}
.acciones img {
	margin-right: 5px;
	margin-left: 5px;
}

#navegador {
	height: 60px;
	background-image: url(img/nav_izd.gif);
	background-repeat:  no-repeat;
	padding-left: 15px;
	margin-bottom: 20px;
	width: auto;
	clear: both;
	border: 0;
	float: left;
	margin-left: 175px;
}
#navegador .anterior {
	background-image: url(img/cart_fase_on.gif);
	background-repeat:  repeat-x;
	float: left;
	height: 40px;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	color: #999999;
}
#navegador .actual {
	background-image: url(img/nav_cart.gif);
	background-repeat: no-repeat;
	float: left;
	white-space: nowrap;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center top;
}
#navegador .posterior {
	background-image: url(img/cart_fase_off.gif);
	background-repeat:  repeat-x;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	color: #999999;
}
#navegador .finaloff {
	background-image: url(img/nav_der_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	width: 15px;
}
#navegador .finalon {
	background-image: url(img/nav_der.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	width: 15px;
}
.linea {
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
}
.linea img {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #000;
}

#envio td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#envio {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#envio caption {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}

/* AVISO LEGAL */ 
.avisolegal {
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 12px;
}

.avisolegal .titular{
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
}

/* NOTICIAS */
.noticia {
	padding-bottom: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	background-image: url(img/fondo_noticias.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	text-align: justify;
}

.noticia .titular {
	background: transparent;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 100%;
	color: #CC6600;
}
.noticia .titular a {
	color:#CC6600;
}
.noticia .titular a:hover {
	color:#000000;
}

.noticia .fecha {
	color: #666666;
	margin-bottom: 5px;
	text-align: right;
	font-weight: normal;
}
.noticia .fuente  {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #C9CACE;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #999999;
	margin: 0px;
}
.noticia .entradilla {
	clear: both;
}
.noticia .entradilla a {
	color: #000000;
}

.noticia .imagen {
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	clear: right;
}
.noticia .imagen img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: none;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.noticia .entradilla img  {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	border: 0;
	clear: left;
}


/* ENLACES PARA PRODUCTO Y NOTICIA */
.fichacompleta .enlace {
	background-color: #ededed;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCEDB;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFCEDB;
	clear: both;
	background-image: url(img/fondo_enlace.gif);
	background-position: right top;
	font-weight: bold;
}
.noticia .enlace {
	background-color: #ededed;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCEDB;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFCEDB;
	clear: both;
	background-image: url(img/fondo_enlace.gif);
	background-position: right top;
	font-weight: bold;
}
/* DESCARGA PARA PRODUCTO Y NOTICIA */
.fichacompleta .descarga {
	background-color: #EDEDED;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCEDB;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFCEDB;
	clear: both;
	background-image: url(img/fondo_descarga.gif);
	background-position: right top;
	font-weight: bold;
}

.noticia .descarga {
	background-color: #EDEDED;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCEDB;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFCEDB;
	clear: both;
	background-image: url(img/fondo_descarga.gif);
	background-position: right top;
	font-weight: bold;
}

/*   COMUNES  */

.aviso {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(img/aviso.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	color: #0033CC;
	margin-bottom: 10px;
	border: 1px dotted #0066CC;
	margin-top: 10px;
}
.error {
	text-align: center;
	border: 1px dashed #CC0000;
	color: #CC0000;
	background-image: url(img/alerta.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	white-space: normal;
	margin-left: 0px;
	clear: both;
}
.fotoizq {
	float: left;
	margin-right: 20px;
	border: 0;
	clear: left;
}
.fotoder {
	float: right;
	margin-left: 20px;
	border: 0;
	margin-bottom: 10px;
}
.alcarrito {
	float: right;
	clear: right;
	margin-top: 10px;
}

.fotobig {
	text-align: center;
	float: right;
	width: 280px;
}

/* Galeri­as */
.galeria {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	clear: both;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B8B8B8;
	width: 700px;
}

.galeria .fecha {
	float: right;
	color: #CC6600;
	padding-left: 5px;
	font-size: 90%;
	margin-top: 8px;
	clear: right;
}

.galeria .entradilla {
	float: right;
	color: #000000;
	padding: 10px;
	width: 425px;
	clear: right;
}

.galeria .flash {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.galeria .titulo {
	font-size: 120%;
	clear: left;
	width: 600px;
	color: #DD8B33;
	font-weight: bold;
}


/* PAGINA DE ENLACES */
.enlace {
	padding-bottom: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-right: 9px;
	padding-left: 4px;
	margin-bottom: 20px;
	background-image: url(img/fondo_enlaces.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}

.enlace .titular {
	background: transparent;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 100%;
}
.enlace .titular a {
	color:#CC6600;
}
.enlace .titular a:hover {
	color:#000000;
}

/* FAMILIA DE PRODUCTOS */
#familia {
	font-size: 12px;
	height: 75px;
	margin-bottom: 10px;
	background-image: url(img/fondo_familia.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 18px;
	margin-top: 10px;
}
#familia .nombre {
	font-size: 150%;
	font-weight: bold;
}
#familia img {
	float: left;
	margin-right: 20px;
}

/* FICHAS DE PRODUCTOS */

/************** COMUN */
	
.inferior  img  {
	margin-right: 15px;
}
.medio  .foto  {
	float: left;
	width: 100px;
	text-align: center;
}




/******** FICHA PEQUEÑA */
.fichapek {
	float: left;
	width: 370px;
	font-size: 11px;
}
.fichapek .superior {
	background-image: url(img/fichapek_top.gif);
	background-repeat:  repeat-x;
	text-align: right;
	height: 40px;
}
.fichapek .inferior {
	background-image: url(img/fichapek_inf.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 30px;
	clear: both;
}
.fichapek .medio {
	background-image: url(img/fichapek_fondo.gif);
	background-repeat: repeat-y;
	height: 220px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
}
.fichapek   .cuerpo  {
	float: right;
	width: 195px;
}
.fichapek  .cuerpo  .nombre  {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #CC6600;
	height: 60px;
}
.nombre .marca { /* cuando el producto tiene marca */ color: #666; 
}
.marco {
	/* lienzo para la foto pequeÃ±a */
	height: 100px;
	width: 100px;
}


/*********** FICHA DOBLE */

.ficha {
	float: left;
	width: 740px;
	font-size: 11px;
}
.ficha .superior {
	background-image: url(img/ficha_top.gif);
	background-repeat:  repeat-x;
	text-align: right;
	height: 40px;
}
.ficha .inferior {
	background-image: url(img/ficha_inf.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 30px;
	width: 740px;
	clear:both;
}
.ficha .medio {
	background-image: url(img/ficha_fondo.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	/*height: 252px;*/
	float:left;
	clear:both;
	width: 680px;
}
.ficha .medio .cuerpo {
	float: right;
	width: 540px;
	font-size: 12px;
	padding-right: 20px;
	line-height: 16px;
	text-align: justify;
}
.ficha .medio .cuerpo .nombre {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #CC6600;
	height: 55px;
}
/************** FICHA DETALLADA */
.fichacompleta {
	float: left;
	width: 740px;
	font-size: 11px;
}
.fichacompleta .superior {
	background-image: url(img/ficha_top.gif);
	background-repeat:  repeat-x;
	text-align: right;
	height: 40px;
}
.fichacompleta .inferior {
	background-image: url(img/ficha_inf.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 30px;
}
.fichacompleta .medio {
	background-image: url(img/ficha_fondo.gif);
	background-repeat:  repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	width: 680px;
}
.fichacompleta  .cuerpo  {
	float: right;
	width: 540px;
	font-size: 12px;
	padding-right: 20px;
	line-height: 16px;
	text-align: justify;
}
.fichacompleta   .cuerpo  .nombre  {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #CC6600;
	height: 55px;
}
.fichacompleta .referencia {
	color: #003399;
	text-align: right;
	margin: 0px;
	line-height: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.foto .tachado a:hover {
	color: #CC6600;
	text-decoration: none;
	cursor: pointer;
}
#nodisponible {
	color: #FFFFFF;
	background-image: url(img/fondo_mensaje.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* menu superior */
#menufijo {
	text-align: center;
	float: right;
	width: 810px;
	padding-left: 0px;
}

#menufijo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 810px;
	background-color: #D2A221;
	background-image: url(img/separador.gif);
	background-repeat:  repeat-x;
	background-position: center bottom;
}
#menufijo li {
	font-size: 80%;
	float: left;
	text-align: center;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 202px;
	display: inline;
}
#menufijo li a {
	color: #000000;
	text-decoration: none;
}
#menufijo li a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}

/* zona lateral que puede incluir submenu */

#lateral {
	float: left;
	width: 180px;
	font-size: 85%;
}

#menudinamico {
	float: left;
	width: 179px;





	*width: 180px;
	font-size: 85%;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menudinamico  ul {
	list-style-type: none;
	font-weight: normal;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #E8E8E8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menudinamico li {
	font-size: 90%;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	color: #000000;
}

#menudinamico li a {
	display:block;
	width:100%;
}	

html>body #menudinamico li a {/* IMPORTANTE PARA EL MENU */
		width: auto;
}

#menudinamico li:hover {
	background-color: #FF962E;
	color: #fff;
	cursor: pointer;
}

#menudinamico li:hover a {
	color: #fff;
}
#menudinamico a:hover {
	text-decoration:none;
}

/* Para el item del carrito */
#menudinamico li.off {
	background-color: #E9E9E9;
	color: #000000;
	cursor: default;
	padding-left: 25px;
	font-weight: normal;
}
#menudinamico li.off p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menudinamico li.off:hover {
	background-color: #E9E9E9;
	color: #000000;
	cursor: default;
}

/*ITEMS MENU NIVEL 1 SIN ENLACE*/
#menudinamico li.principal {
	background-color: #3399CC;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}
#menudinamico li.principal:hover {
	background-color: #3399CC;
	cursor: default;
}

/*ITEMS MENU NIVEL 1 CON ENLACE*/
#menudinamico li.principalink {
	background-color: #3399CC;
	cursor: pointer;
	list-style:none;
}
#menudinamico li.principalink a{
	color:#FFFFFF;
	width:100%;
}

#menudinamico li.principalink:hover {
	background-color: #FF962E;
	cursor: pointer;
}
#menudinamico li.principalink:hover a{
	color:#FFFFFF;
	width:100%;
}	
#menudinamico .fam { /* NIVEL 2 (FAMILIAS) */
	background-color: #8ACADF;
}
#menudinamico .fam a {
	color: #000000;
}

#menudinamico  .sub  { /* NIVEL 3 (SUBFAMILIAS) */
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
	font-weight: normal;
	border-left-width: 0px;
}

#menudinamico  .botones {
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	padding-left: 3px;
}




/* PIE */
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background-color: #756B4D;
	padding-right: 10px;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.pie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie a:hover {
	color: #000000;
	text-decoration: none;
}

/* EXTRAS */
#extra1 {
	background-image: url(img/separador.gif);
	background-repeat:   repeat-x;
	background-position: left bottom;
	height: 132px;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	position: absolute;
}

.miniatura {
	margin-bottom: 5px;
}
.camposh {
	visibility:hidden
}
.control_stock {
	color: #FB7D00;
	float: left;
	width: 125px;
	text-align: left;
	padding-left: 30px;
	background-image: url(img/asterisco.gif);
	background-repeat: no-repeat;
}

.fichacompleta .detalles {
	background-image: url(img/fondo_detalles.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-top: 5px;
}

/* BUSCADOR */

#buscador {
	clear: left;
	float: left;
	width: 170px;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(img/lupa.png);
	background-repeat: no-repeat;
	margin: 0px;
}

#buscador .cuadro {
	width: 130px;
	border: 1px solid #999;
}

#buscador .botonbusca {
	margin-top: 5px;
	background-color: #FF962E;
	border: 1px solid #000;
	padding: 0px;
	background-image: url(img/botonbusca.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.direccion {
	float:right;
	width: 230px;
	border: 1px dashed #999;
	background-image: url(img/sello.png);
	background-repeat: no-repeat;
	background-position: 200px 5px;
	font-size: 85%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.anotaciones {
	float:right;
	width: 230px;
	border: 1px dashed #999;
	background-image: url(img/brujula.png);
	background-repeat: no-repeat;
	background-position: 200px 5px;
	font-size: 85%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: right;
	margin-top: 21px;
}

.botonformulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #297FC3;
	padding: 1px;
	border: 1px solid #000000;
	cursor: hand;
	margin: 15px;
}

#fotoshab td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#fotoshab img { border: 1px solid #000; }

#fotoshab { margin-left: 10px; }

