@import url('main.css');
/* Navegador */
#navegador ul {
	/*background-color: black;*/
	width: 498px;
	padding: 0 5px 5px 0;
	margin: 2px 5px 5px 0;
	color: black;
	list-style: none;
}

#navegador ul li {
	background: url(../img/flecha.gif) no-repeat left;
	list-style: none;
	display: inline;	
	padding-left: 14px;
	color: black;
}

#navegador ul li span {
	overflow: hidden;
}

#navegador ul li.first {
	background: none;
	padding: 0;
}

#navegador ul li a {
	color: black;
}

#navegador ul li a:hover {
	color: #931111;
}
/* Modulo: Buscador */
#buscar {	
	width: 160px;
	margin-bottom: 10px;
	border: 2px solid #F2F2F2;
	height: 50px;
	text-align: center;
	padding: 5px;
}
#buscar h2 {
	padding:2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;
}

#buscar img {
	margin:0;
	padding:0;
}

#buscar label{
	display:none;
}

#buscar input {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #D2D0D0;
	width: 100px;	
	color:#931111;	
	float: left;
}
#buscar input.enviar {
	border: 0;
	width: auto;
	float: right;
}
/* Modulo: Selector */
#selector ul li {
	padding: 0 2px 1px 1px;		
}

#selector ul li a {
	padding: 5px 2px 0 0;
	display: block;
	color: #525252;	
	height: 14px;
	background-color: white;	
	text-transform: uppercase;	
	border-bottom: 1px solid #E8E7E7;
}

#selector ul li a:hover {
	color: #931111;
}

#selector ul li ul li{
	padding: 1px 0 0 0;
}

#selector ul li ul li a {
	padding: 5px 2px 0 10px;
	display: block;
	color: #525252;
	height: 14px;
	font-weight: normal;
	text-transform: none;
	border:0;
}

#selector ul li ul li a:hover {
	color: #931111;
}

#selector ul li ul li a.actual {
	color: #921513;
	font-weight: bold;
}

/* Modulo: Libro */
#libro p {
	font-weight: bold;
	color: #525252;
}

/* Modulo: Mi cuenta */
#cuenta{
	text-align: center;
	border: 2px solid #F2F2F2;
	width: 160px;
	padding: 5px;	
	margin-bottom: 20px;
	/*display: none;*/
}

#cuenta h2{
	padding:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;
}

#cuenta strong {
	padding:5px;
	margin-bottom: 5px;
	color: #525252;
}

#cuenta a {
	display:block;
	width: 160px;
	background-color: #F0F0F0;
	margin-top: 2px;
	height: 18px;	
	padding-top: 1px;
}

/* Modulo: Registro */
#registro {
	text-align: center;
	border: 2px solid #F2F2F2;
	width: 160px;
	padding: 5px;	
	margin-bottom: 20px;
}
#registro h2 {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;
}
#registro form {
	width: auto;
}

#registro form label {
	margin: 6px 3px 3px 3px;
	padding: 0;
	display: block;
	color: #505050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 155px;
}

#registro form input {
	padding: 2px;
	margin-left: 5px;
	font-size: 10px;
	width: 75px;
	border: 1px solid #D2D0D0;
	color: #931111;
}

#registro form div.botones input {
	float: right;
	width:65px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
#registro ul {
	clear: both;
	/*height: 20px;*/
}
#registro ul li{
	padding: 1px;
}
#registro ul li a {
	display: block;
	font-weight: bold;
	padding: 2px;
	clear: both;
	background-color: #F0F0F0;
	text-align: center;
	font-size: 9px;
}

/* Modulos: Cesta */
#cesta {
	text-align: center;
	border: 2px solid #F2F2F2;
	width: 160px;
	padding: 5px;	
	margin-bottom: 20px;
	/*display: none;*/
}

#cesta h2 {
	padding:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;
}

#cesta .item {
	float: none;
	height: 48px;
	text-align: left;
}

#cesta .item img {
	float: left;
	width: 50px;
	height: 37px;
	padding: 5px 5px 5px 0;
}

#cesta .item p {
	padding: 3px;
	height: 25px;
	color: #505050;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#cesta .item div {
	float: left;
	margin: 0;
	padding: 0;
}

#cesta .item div strong {
	margin-left: 5px;
	margin-right: 5px;
	color: #9A0000;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#cesta #todo {
	border-top: 1px solid #BD3E00;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

#cesta #todo p { padding: 5px 5px 5px 0; }

#cesta .botones {
	clear: both;
	background-color: #F0F0F0;
	margin-top: 5px;
	height: 18px;
	padding-top: 2px;
}

#cesta .left {
	float:left;
	padding-left: 3px;
}

#cesta .right {
	float:right;
	padding-right: 3px;
}

/* Modulo: Boletin */
#boletin {
	text-align: center;
	border: 2px solid #F2F2F2;
	padding: 5px;	
	height: 105px;
	margin-bottom: 20px;	
}

#boletin h2 {
	padding:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;
}

#boletin p {
	font-weight: bold;
	color: #525252;
	text-align: left;
	font-size: 9px;
	margin-bottom: 10px;
	margin-top: 5px;
	
}
#boletin label{
	float: left;	
	display: none;
}
#boletin input{
	font-size: 11px;
	padding: 1px;
	border: 1px solid #D2D0D0;
	width: 90px;	
	color:#931111;
	float: left;
}
#boletin .botones{
	float:right;
}
#boletin .botones input{
	width: auto;
	border: 0;
}
/* Modulos: Recomendamos */
#recomendamos {
	text-align: center;
	border: 2px solid #F2F2F2;
	width: 160px;
	padding: 5px;	
	margin-bottom: 20px;
}

#recomendamos h2 {
	padding:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;	
}
#recomendamos h2 img{
	/*width: auto;
	height: auto;*/
}
#recomendamos #recomendamos .external img {
	margin-bottom:5px;
	width: 160px;
	height: 120px;
}

/* Inicio */
#inicio {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}

#inicio #banner {
	width: 576px;
	height: 226px;
	background-color: white;	
	border:2px solid #F1F1F1;
	margin-bottom: 10px;
}

#inicio #destacados {
	width: 580px;
}

#inicio #destacados .destacado {
	width: 170px;	
	float: left;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

#inicio #destacados .destacado form {
	display: inline;
}

#inicio #destacados .destacado form div {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

#inicio #destacados .destacado div {
	text-align: left;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #C7C7C7;
}

#inicio #destacados .destacado h3 {
	color: #525252;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

#inicio #destacados .destacado em {
	float: right;
	font-size: 14px;
	color: #931111;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
	white-space: nowrap;
}

#inicio #destacados .destacado span.anterior {
	float: right;
	color: #777777;
	font-size: 10px;
	font-style: italic;
	text-decoration: line-through;
	white-space: nowrap;
}

#inicio #destacados .destacado span.uni {
	margin: 0;
	padding: 1px;
	color: #777777;
	font-weight: normal;
	font-size: 10px;
}

/* Busqueda */
#busqueda {
	margin-bottom: 5px;
	width: 580px;
	float: left;
	padding: 0 5px 0 5px;
	background: #FFFFFF;
	/*clear: both;*/
}
#busqueda div {
	float:left;
	width: 170px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
}
#busqueda h3 {
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom:1px solid #525252;
	color:#525252;
}
#busqueda li{
	background-color: #E9E9E9;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 10px;
	/*padding-left: 5px;*/
}
#busqueda span{
	font-weight: normal;
	font-size: 12px;
	}
#busqueda div ul li a {
	padding: 2px;
	display: block;
	color: #525252;
	background: #F0F0F0;
	height: 14px;
}

#busqueda div ul li a:hover {
	background: #F0F0F0;
	color: #960D07;
}
/* Productos */
#productos {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#productos p {
	margin-top: 12px;
}

/* Grupo */
#grupo {
	/*width: 580px;
	padding: 0 5px 0 5px;
	float: left;*/
}
#grupo .elemento {
	width: 170px;
	border:2px solid #EEEEEE;
	float: left;
	margin-right: 2px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: center;
	padding: 5px;
}

#grupo .elemento img{
	margin: 0;
}
#grupo .elemento h3 {
	background-color: #EEEEEE;
	margin: 2px;
	color: #525252;
}

/* Padre */
#padre {
	width: 580px;
	float: left;
}

#padre h3 {
	margin-left: 5px;
}

#padre p {
	margin: 0 0 10px 5px;
}

#padre #recursos {
	float: left;
	padding: 3px;
	margin-right: 5px;
	width: 216px;	
}

#padre #propiedades {
	width: 350px;
	float: left;
	margin: 0;
}

#padre #propiedades h3 {
	margin-left: 0;
}

#padre #propiedades p {
	margin: 0;
	height:125px;
	overflow: auto;
}

/* Articulos */
#articulos {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}
/* Ficha articulo */
#ficha {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}
#ficha #opciones #comprar .unidades {
	font-size:9px;
	width: 30px;
	text-align: center;
	margin-bottom: 2px;
	color:#931111;	
}
#ficha #recursos {
	float: left;
	padding: 3px;
	margin-right: 5px;
	width: 216px;	
}

#ficha #recursos #imagenes img {
	width: 216px;
	height: 162px;
	border: 0;
}

#ficha #recursos #imagenes div.ampliada {
	position: absolute;
	top: 15%;
	left: 20%;
	z-index: 1;
	display: none;
}

#ficha #recursos #imagenes div.ampliada img {
	width: auto;
	height: auto;
}

#ficha #recursos #imagenes div.ampliada span {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 0;
	background: url(../img/closebox.png) no-repeat top left;
}

#ficha #recursos #imagenes #galleryselect {
	display: none;
}

#ficha #recursos #imagenes .paginationstyle {
	text-align: center;
	padding: 2px 0;
	margin: 5px 0;
}

#ficha #recursos #imagenes .paginationstyle select {
	margin: 0;
	width: 150px;
	font-size: 11px;
}

#ficha #recursos #imagenes .paginationstyle a {
	padding: 0 5px;
	text-decoration: none;
}

#ficha #recursos #opciones {
	margin-top: 10px;
}

#ficha #recursos #opciones #acciones {
	float: left;
}

#ficha #recursos #opciones #comprar {
	float: left;
	margin-left: 4px;
}

#ficha #propiedades {
	width: 350px;
	float: left;
	margin: 0;
}

#ficha #propiedades h3 {
	width: auto;
}

#ficha #propiedades p {
	height:125px;
	overflow: auto;
}

#ficha #propiedades #precio {
	float: left;
	margin-top: 5px;
	padding: 5px;	
}

#ficha #propiedades #precio p {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#ficha #propiedades #precio p span {
	margin: 0 25px 0 0;
	padding: 0;
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	height: auto;
	text-decoration: line-through;
}

#ficha #propiedades #precio p em {
	margin: 0;
	padding: 0;
	color: #3B3B3B;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	height: auto;
}


#ficha #propiedades #total {
	float: left;
	margin-top: 5px;
	padding: 5px;
	width: 200px;
}

#ficha #propiedades #total p {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: visible;
}

#ficha #propiedades #total p strong {
	margin: 0 0 5px 0;
	padding: 0;
	color: #9A0000;
	font-size: 20px;
	font-weight: bold;
}

#ficha #propiedades #total p span {
	font-size: 10px;	
}

/* Ofertas */
#ofertas {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#ofertas table {
	margin-top: 10px;
}

#ofertas #grupos table tbody tr td.grupo {
	width: 129px;
	padding: 5px;
}

#ofertas #grupos table tbody tr td.grupo img {
	width: 120px;
	height: 90px;
	border: 0;
}

#ofertas #grupos table tbody tr td.titulo {
	text-align: left;
	width: auto;
	vertical-align: top;
}

#ofertas #grupos table tbody tr td.titulo strong {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #BD3E00;
}

#ofertas #grupos table tbody tr td.titulo p {
	font-size:10px;
	text-transform: none;
	font-weight: normal;
}
/* Recetas */
#recetas {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#recetas #buscador {
	width: 422px;
	height: 150px;
	background: url(../img/libro.jpg) #ffffff no-repeat;
	margin-bottom: 10px;
	padding-left: 150px;
}

#recetas #buscador label {
	margin: 6px 3px 3px 3px;
	padding: 0;
	display: block;
	color: #505050;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

#recetas #buscador input {
	width: 270px;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #D2D0D0;
	color:#931111;
	margin-top: 5px;
}

#recetas #buscador select {
	width: 273px;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #D2D0D0;
	color:#931111;
	margin-top: 5px;
}

#recetas #buscador p input {
	width:auto;
	float: right;
	border: 0;
}

#recetas #buscador h3 {
	margin:0;
	padding: 2px;
	border-bottom:1px solid #525252;
	color:#525252;
	text-transform: uppercase;
}

#recetas table thead th.dificultad {
	width: 15%;
	text-align: center;
}

#recetas table thead th.receta {
	width: 60%;
	text-align: left;
	white-space: nowrap;
	padding-left: 10px;
}

#recetas table thead th.tipo {
	width: 25%;
	text-align: center;
	white-space: nowrap;
}

#recetas table tbody td.receta {
	text-align: left;
	padding-left: 10px;
	white-space: normal;
}

/* Ficha receta */
#receta {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}

#receta h3 {
	margin: 5px 0 0 0;
	text-transform: uppercase;	
	color: #9A100E;
}

#receta #imagenes {
	float: left;
	width: 216px;
	margin-top: 5px;
}

#receta #imagenes div.imagen {
	padding: 0;
	margin: 0;
	border: 0;
}

#receta #imagenes div.ampliada {
	position: absolute;
	top: 15%;
	left: 20%;
	z-index: 1;
	display: none;
}

#receta #imagenes div.ampliada img {
	width: auto;
	height: auto;
}

#receta #imagenes div.ampliada span {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 0;
	background: url(../img/closebox.png) no-repeat top left;
}

#receta #imagenes #acciones {
	text-align:left;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #C7C7C7;
	clear: both;
}

#receta #imagenes #acciones img {
	border: none;
}

#receta #imagenes #enlazador textarea {
	border:1px solid #525252;
	background-color: #F0F0F0;
	margin-top: 10px;
	width:210px;
	font-size: 12px;
	color: #9A100E;
	padding: 2px;
	height: 100px;
}

#receta #imagenes #enlazador h4 {
	width: 216px;
	clear: both;
	padding-top: 5px;
	text-transform: uppercase;
	color:#525252;
}

#receta #propiedades {
	float: left;
	width: 358px;
	margin-left: 5px;
}
#receta #propiedades h4 {
	text-transform: uppercase;	
	color: #9A100E;
	padding: 0 5px 0 0;
	border-bottom: 1px solid #525252;
}

#receta #propiedades ul {
	padding:5px;
}

#receta #propiedades ul li {
	color: #525252;
}

#receta #propiedades p {
	font-weight:normal;	
	padding: 5px;
}

/* Recomendaciones */
#recomendaciones{
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;	
}

#recomendaciones p {
	margin-top: 12px;
}

#recomendaciones .recomendacion {
	width: 580px;
	padding:10px 0 10px 0;
	clear: both;
}

#recomendaciones .recomendacion .imagenes {
	float: left;
	text-align: center;
}

#recomendaciones .recomendacion .imagenes a {
	float: left;	
	margin-top: 5px;
	padding-left: 20px;
	background: url(../img/iconos/url.gif) no-repeat left;
}

#recomendaciones .recomendacion .imagenes img {
	border: 2px solid #CCCCCC;
	margin-right: 5px;
}

#recomendaciones .recomendacion .propiedades {
	float:left;
	width: 410px;
}

#recomendaciones .recomendacion .propiedades h3 {
	text-transform: uppercase;
	color:#931111;
}

#recomendaciones .recomendacion .propiedades p {
	height: 110px;
	overflow: auto;
}

/* Contacto */
#contacto {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#contacto div {
	width: 580px;
	margin-bottom: 10px;
}

/* Boletines */
#boletines {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}

#boletines div {
	width: 580px;
	margin-bottom: 10px;
}

/* Aviso legal */
#avisolegal {
	width: 580px;
	padding: 0 0 0 5px;
	float: left;
}

#avisolegal h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #525252;
	background-color: #E9E9E9;
	margin-top: 10px;
}

#avisolegal p {
	padding: 5px;
	text-align: justify;
}

#avisolegal #validacion {
	text-align: center;
}

/* Paginacion */
#paginacion,
#paginacion2 {
	color: #ffffff;
	text-align: right;
	height: 16px;
	clear: both;
	padding-bottom: 10px;
}

#paginacion ul,
#paginacion2 ul {
	float: right;
	margin-top: 4px;
	list-style: none;
}

#paginacion ul li,
#paginacion2 ul li {
	float: left;
	margin: 0 1px 0 1px;
	padding: 0 1px 0 1px;
	text-align: center;	
}

#paginacion ul li a,
#paginacion2 ul li a {
	padding: 2px 4px 2px 4px;
	color: #525252;
}

#paginacion ul li a:hover,
#paginacion2 ul li a:hover { color: #931111; }

#paginacion ul li.actual a,
#paginacion2 ul li.actual a {
	background-color: #92131A;
	color:white;
}

/* Login */
#login {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}

#login p {
	margin: 8px 0 0 0;
}
/* Recuperacion */
#recuperar {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}

#recuperar h3 {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
}

#recuperar p {
	margin: 8px;
}
/* Cambiar */
#cambiar {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

/* Usuarios: Registro/Cuenta */
#usuarios {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#usuarios div {
	width: 498px;
	margin-bottom: 10px;
}
/* Cesta */
#carrito {
	width: 580px;
	padding: 0 5px 0 5px;
	float: left;
}

#carrito table {
	width:580px;
	margin-top: 10px;
}

#carrito table tbody tr td.ref {
	width: 80px;
}

#carrito table tbody tr td.embalaje {
	width: 100px;
}

#carrito table tbody tr td.precio {
	font-size: 11px;
	font-weight: bold;
	color: #AA432C;
	width: 100px;
}

#carrito table tbody tr td.impuesto {
	width: 40px;
}

#carrito table tfoot td {
	padding:5px;
	background-color: #911015;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#carrito #opciones {
	height: 22px;
	padding: 5px;
}

#carrito #opciones span {
	float: left;
}

#carrito #opciones div {
	float: right;
}

/* Compra */
#compra {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#compra p {
	color:black;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;
}

#compra p em {
	font-size: 11px;
	color: #911015;
	padding-bottom: 5px;
	display: block;
	font-style: normal;
	font-weight: bold;
}

#compra p strong {
	font-size: 11px;
	font-weight: bold;
}

#compra h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	display: block;
}

#compra h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #525252;
	color: #525252;
}

#compra #pagar {
	margin-left: 60px;
	margin-bottom: 10px
}

#compra #detalles {
	float: left;
	width: 265px;
	margin: 10px;
	padding: 0;
}

#compra #detalles ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

#compra #entrega {
	width: 265px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#compra #entrega p {
	padding: 5px;
	white-space: pre;
	display: none;
}

#compra #entrega textarea {
	width: 223px;
	height: 75px;
	border:0;
	background-color: white;
	margin: 5px;
}

#compra #entrega img {
	margin: 0 10px 0 10px;
	cursor: pointer;
	display: none;
}

#compra table{
	width:580px;
	margin-top: 10px;
	clear: both;
}

#compra table tbody tr td.ref {
width: 80px;
}

#compra table tbody tr td.embalaje {
width: 100px;
}

#compra table tbody tr td.precio {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #AA432C;
width: 100px;
}

#compra table tbody tr td.impuesto {
width: 80px;
}

#compra table tfoot tr td {
	padding:2px;
	background-color: #F6F6F6;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 12px;
	text-transform: uppercase;
}

#compra table tfoot tr td select {
	font-size: 9px;
	text-transform: none;
}

#compra table tfoot tr.total td {
	padding:2px;
	background-color: #911015;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 12px;
}

#compra #factura {
	text-align: right;
	padding: 2px;
}

#compra #factura label {
	font-weight: bold;
	color: #940F12;
}

#compra #factura label img {
	width: 11px;
	height: 11px;
	margin-bottom: -2px;
}

#compra ul#incidencias {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #393939;
	padding-top: 5px;
	margin-bottom: 5px;
}

#compra ul#incidencias li em {
	font-size: 9px;
	color: #393939;
	padding-top: 5px;
	font-weight: normal;
	margin-right:10px;
	font-style: normal;
}

#compra #pago {
	margin-top: 20px;
	clear: both;
}

#compra #pago fieldset {
	float: left;
	padding: 10px;
	border: 0;
}

#compra #pago fieldset label {
	display: block;
	padding: 10px 5px 5px 5px;
}

#compra #pago fieldset label input {
	float: left;
	margin: 2px 10px 2px 0;
}

#compra #pago fieldset label img {
	float: left;
	width: 11px;
	height: 11px;
	margin: 2px 10px 2px 0;
}

#compra #pago #descripcion {
	float: left;
	width: 250px;
	padding: 10px;
}

#compra #pago #descripcion img {
	float: right;
	margin: 5px;
}

#compra #opciones {
	clear: both;
	height: 22px;
	padding: 5px;
}

#compra #opciones span {
	float: left;
	margin: 0;
	padding: 0;
}

#compra #opciones div {
	float: right;
	margin: 0;
	padding: 0;
}

#compra #opciones #imprimir {
	display: none;
}

#compra #opciones p {
	display: inline;
}

/* Pedidos */
#pedidos {
	width: 580px;
	padding: 5px 5px 0 5px;
	float: left;
}

#pedidos p {
	margin: 8px 0 10px 0;
}

#pedidos table {
	width: 580px;
	margin-top: 10px;
}

#pedidos .linea ul {
	/*width: 510px;*/
	background: #f7f7f7;
}

#pedidos .linea ul li {
	/*width: 510px;*/
	display: inline;
}

#pedidos .linea span.ref {
	float: left;
	width: 75px;
	padding-left: 10px;
	text-align: left;
}

#pedidos .linea span.titulo {
	float: left;
	width: 260px;
	text-align: left;
}

#pedidos .linea span.unidades {
	float: left;
	width: 100px;
	text-align: right;
}

#pedidos .linea span.precio {
	float: right;
	width: 60px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
}

#pedidos .linea ul li a {
	height: 15px;
	display: block;
	color: black;
	border-bottom: 1px solid white;
}

#pedidos .linea ul li a:hover {
	background: black;
	color: white;
}

/* Lista */
#lista {
	width: 580px;
	/*padding: 0 5px 0 5px;*/
	float: left;
}

#lista .listado {
	width: 180px;	
	float: left;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	height: 210px;
}

#lista .listado form {
	display: inline;
}

#lista .listado form div {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

#lista .listado div {
	text-align: left;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #C7C7C7;
}
#lista .listado .unidades {
	font-size:9px;
	width: 30px;
	text-align: center;
	margin-bottom: 2px;
	color:#931111;	
}
#lista .listado h3 {
	color: #525252;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

#lista .listado em {
	float: right;
	font-size: 14px;
	color: #931111;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
	white-space: nowrap;
}

#lista .listado span.anterior {
	float: right;
	color: #777777;
	font-size: 10px;
	font-style: italic;
	text-decoration: line-through;
	white-space: nowrap;
}

#lista .listado span.uni {
	margin: 0;
	padding: 1px;
	color: #777777;
	font-weight: normal;
	font-size: 9px;
}
/* Tabla */
table {
	width:580px;
	text-align: left;
	vertical-align: middle;
}

table caption {
	display: none;
}

table thead tr th {
	background-color:#F1F0F0;
	text-align: center;
	white-space: nowrap;
}

table thead tr th.titulo {
	width: 250px;
	text-align: left;
	padding-left: 2px;
}

table thead tr th.unidades {
	width:100px;
}

table thead tr th.precio {
	width: 75px;
}

table tbody tr {
	background: #F8F8F8;
}

table tbody tr:hover {
	background:#ffffff;
	cursor: pointer;	
}

table tbody tr td {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table tbody tr td.ref {
	width: 70px;
}

table tbody tr td.producto {
	padding: 5px;
}

table tbody tr td.producto img {
	width:75px;
	height: 56px;
	border: 0;
}

table tbody tr td.titulo {
	width:150px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	white-space: normal;
}

table tbody tr td.total {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #841412;
}

table tbody tr td.comprar {
	width: 75px;
}

table tbody tr td em {
	text-decoration: line-through;
	color: #818181;
}

table tbody tr td strong {
	font-size: 12px;
	display: block;
	font-weight: normal;
	font-style: italic;
}

table tbody tr td.comprar span {
	float: left;
	width: 20px;
	margin-left: 5px;
}

table tbody tr td.comprar span input,
table tbody tr td.cantidad input {
	width: 20px;
	height: 12px;
	font-size: 9px;
	text-align: center;
	margin: 0;
	padding-top: 2px;
}

table tbody tr td.comprar input {
	float: right;
	border: 0;
	margin-top: 10px;
	margin-right: 5px;
}

table tfoot tr td {
	margin: 0;
	padding-top: 5px;
	text-align: right;
}

/* Formulario Xform */
form.xform {
	width: 568px;
}

form.xform p {
	margin: 8px;
	text-align: right;
}

form.xform p.legal {
	text-align: justify;
}

form.xform p.legal em {
	font-weight: normal;
	font-style: italic;
	color: #000;
}

form.xform p label,
form.xform p input {
	width: auto;
}

form.xform strong {
	color:#BD3E00;
	font-size: 10px;
	margin: 0;
}

form.xform em {
	font-weight: bold;
	font-style: normal;
	color: #921513;
}

form.xform label {
	line-height: 1.8;
	vertical-align: top;
	width: 180px;
}

form.xform input,
form.xform select,
form.xform textarea {
	width: 240px;
}

form.xform select {
	font-size: 9px;
}

form.xform textarea {
	font-size: 12px;
}

form.xform input.checkbox {
	background-color: transparent;
	border: 0;
	width: 20px;
}

form.xform fieldset {
	width: 572px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 2px solid #DCDCDC;
}

form.xform fieldset legend {
	color: #000000;
	padding: 0 2px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 20px;
}

form.xform fieldset ol {
	margin: 0;
	padding: 0;
}

form.xform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	width: inherit;
	clear: both;
	padding-left: 20px;
}

form.xform fieldset fieldset {
	width: auto;
	border: none;
	margin: 3px 0 0;
}

form.xform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	font-variant: normal;
}

form.xform fieldset fieldset label {
	display: block;
	width: 470px;
	/*white-space: nowrap;*/
	/*margin-left: 183px;*/ /* Width plus 3 (html space) */
}

form.xform fieldset fieldset.opciones label {
	margin-left: 180px;
	vertical-align: bottom;
	width: 250px;
}
/* Mensajes */
div#mensaje {
	width: auto;
	margin: 20px;
	padding: 12px 15px 0px 15px;
	background: #f0f0f0;
	border: 1px solid #dcdcdc;
}

div#mensaje em {
	font-weight: bold;
	color: #931111;
	font-style: normal;
}

div#mensaje p {
	margin:0;
	padding: 0;
}

div#mensaje.ok p {
	padding: 10px 0 20px 42px;
	background: url(../img/mensajes/ok.gif) no-repeat top left;	
}

div#mensaje.nook p {
	padding: 10px 0 20px 42px;
	background: url(../img/mensajes/nook.gif) no-repeat top left;	
}

/* Logotipo para impresion */
#logotipo {
	display: none;
}

#logotipo img {
	float: left;
}

#logotipo strong {
	margin: 0;
	padding: 0;
}

#logotipo p {
	padding: 0;
	margin: 0;
	text-align: right;
}








