/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* ^^^^^^^^^^^^^^^^^^^^^^^ reset.css ^^^^^^^^^^^^^^^^^^^^^^^ */

/*
--- body ----------------------------------------------------------------------------------	body
*/

body {
font-size: 13px;
/*
font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
*/
font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
color: #343434;
margin: 0px;
padding: 0px;
background-color: #E9E9E9;
background-image: url(../img/fondo_layout.gif);
background-repeat: repeat-x;
}

/*
--- Elementos comunes --------------------------------------------------------------------	Elementos comunes
*/


div,
li {

}

strong {
font-weight: bold;
}

ol {
list-style: decimal;
}

abbr,
acronym {
cursor: help;
}

.fin {
clear: both;
}

a {
color: #1FA5D1;
text-decoration: underline;
}

a:hover {
color: #0089FF;
text-decoration: none;
}

a:visited {
color: #0089FF;
}

input.text,
textarea {
padding: 1px 2px;
}

textarea {
overflow: auto;
}

/* 
--- layout -------------------------------------------------------------------------------	div layout
*/

div#layout {
width: 100%;
background-color: #E9E9E9;
text-align: left;
}

div.publico {
display: none;
}

/* 
--- cabecera ------------------------------------------------------------------------------	div cabecera
*/

#cabecera-modulo {
/*
height: 185px;
*/

height: 160px;
border-bottom: 2px solid #CAB8B8;
position: relative;
background-color: #6D6B70;
background-image: url(../img/fondos/cabecera_area_clientes.gif);
background-repeat: repeat-y;
margin-bottom: 15px;

z-index: 10;
}

#cabecera-modulo h1 {
background-image: url(../img/logo_olympia_canarias_area_clientes.png);
width: 239px;
height: 94px;
position: absolute;
top: 18px;
left: 30px;
}

#cabecera-modulo h1 a {
display: block;
width: 239px;
height: 94px;
}

#cabecera-modulo h1 span {
display: none;
}

#acceso {

position: absolute;
top: 15px;
right: 20px;
color: #eee;
text-align: right;

padding: 7px 15px;
background-color: #49484A;
border-left: 2px solid #68666A;
border-top: 2px solid #68666A;
border-bottom: 2px solid #39383A;
border-right: 2px solid #39383A;
}

#acceso a {
color: #FF2525;
font-size: 115%;
font-weight: bold;
}



#cabecera-modulo #ir-a-carrito {
position: absolute;
bottom: 15px;
right: 20px;
}

#ir-a-carrito input {
color: #fff;
background-color: #FF8625;
font-weight: bold;
width: 195px; /* 165 + 30 */
height: 23px;
border-top: 2px solid #FDB47F;
border-left: 2px solid #FDB47F;
border-bottom: 2px solid #E3711D;
border-right: 2px solid #E3711D;
background-image: url(../img/fondos/carrito_02.gif);
background-repeat: no-repeat;
padding-left: 12px;
}

#ir-a-carrito input.disabled {
background-color: #817F83;
border-top: 2px solid #A19FA3;
border-left: 2px solid #A19FA3;
border-bottom: 2px solid #636264;
border-right: 2px solid #636264;
color: #B1B0B2;
background-image: url(../img/fondos/carrito_03.gif);
}

span.nombre-empresa,
span.cif {
font-weight: bold;
color: #ccc;
font-size: 110%;
letter-spacing: 1px;
}


/* 
--- menu ------------------------------------------------------------------------------	div menu
*/

#menu-modulo {
position: absolute;
bottom: 0;
background-color: transparent;

border-top: 2px solid #9F9F9F;
background-image: url(../img/fondos/boton_menu.png);
background-repeat: repeat-x;
top: 130px;
z-index: 99;
}

#menu-modulo li {
float: left;
}

#menu-modulo li span {
position: relative;
float: left;
}

#menu-modulo li span a {
font-size: 15px;
font-weight: bold;
width: 150px;;
text-decoration: none;
display: block;
height: 28px;
line-height: 28px;
text-align: center;
/*
background-image: url(../img/fondos/boton_menu.png);
*/
background-repeat: repeat-x;
background-color: #6D6B70;
border-right: 2px solid #CAB8B8;
color: #fff;
}

#menu-modulo li span a:hover {
/*
background-image: url(../img/fondos/boton_menu_hover.png);
background-image: none;
background-repeat: repeat-x;
*/
background-color: #C1321F;
color: #fff;
}

#menu-modulo li.seleccionado span a {
background-color: #E9E9E9;
color: #444;
padding-bottom: 2px;
}

#menu-modulo li.cuestionario span a,
#menu-modulo li.cuestionario span a:visited {
background-color: #dc7601;
color: #fff;
}

#menu-modulo li.cuestionario span a:hover,
#menu-modulo li.cuestionario span a:visited:hover {
background-color: #C1321F;
color: #fff;
}

#menu-modulo li.dropdown span a:hover,
#menu-modulo li.dropdown span a:visited:hover {
background-color: #6D6B70;
cursor: default;
}

#menu-modulo li.dropdown li span a:hover,
#menu-modulo li.dropdown li span a:visited:hover {
background-color: #C1321F;
cursor: pointer;
}

#menu-modulo li.dropdown span {
display: block;
}

#menu-modulo ul ul {
display: none;
}

#menu-modulo ul ul {
position: relative;
margin-top: 28px;
top: 0;
left: -1px;
}

#menu-modulo ul ul li,
#menu-modulo ul ul li span,
#menu-modulo ul ul li a {
display: block;
float: none;
}

#menu-modulo ul ul li span a {
background-color: #999;
border-right: 1px solid #6D6B70;
border-bottom: 1px solid #6D6B70;
border-left: 1px solid #6D6B70;
font-weight: normal;
}


/* 
--- Login ----------------------------------------------------------------------------------------	div login
*/

h1.login {
width: 42%;
padding: 7px 15px;

margin-left: 29%;
margin-top: 40px;

height: 100px;
position: relative;
background-color: #E71E00;
background-repeat: repeat-y;
margin-bottom: 1em;
text-align: center;

border-left: 3px solid #F1604D;
border-top: 3px solid #F1604D;
border-bottom: 3px solid #C22814;
border-right: 3px solid #C22814;
}


h1.login a {
margin: 0 auto;
background-image: url(../img/logo_olympia_canarias_area_clientes.png);
width: 239px;
height: 94px;
display: block;
}

h1.login span {
display: none;
}

#recupera,
#login {
width: 42%;
margin-left: 29%;
background-color: #49484A;
color: #eee;
padding: 10px 15px;
border-left: 3px solid #68666A;
border-top: 3px solid #68666A;
border-bottom: 3px solid #39383A;
border-right: 3px solid #39383A;
position: relative;
}


#recupera h2,
#login h2 {
font-size: 150%;
color: #ccc;
margin-bottom: 1em;
}

#login h3 {
color: #E9AAA3;
font-weight: normal;
margin-bottom: 1em;
}

#recupera form p,
#login form p {
height: 32px;
position: relative;
}

#recupera form input,
#login form input.text,
#login form input.password,
#login form input.submit {
position: absolute;
left: 100px;
width: 140px;
padding: 2px;
}

#recupera span.indicacion,
#login form span.indicacion {
position: absolute;
left: 260px;
font-style: italic;
}


#recupera form input.submit,
#login form input.submit {
width: 125px;
font-weight: bold;
}

#recupera p.usuario,
#login p.password {
margin-bottom: 0.5em;
}

#login p.recuperar-password {
position: absolute;
right: 15px;
bottom: 0px;
z-index: 5;
}

#recupera {

}

/* 
--- Realizar pedido ------------------------------------------------------------------------------	div realizar pedido
*/

#buscadores,
#listado {
float: left;
background-color: #E9E9E9;
}

#buscadores {
width: 30%;
padding: 1em 0 1em 1.5%;
font-size: 12px;
}

#buscadores div {
margin-bottom: 20px;
background-color: #FFFEBB;
background-image: url(../img/fondos/buscadores_area_clientes.gif);
background-position: top right;

}

#buscadores div div.hack-bordes {
margin-bottom: 0;
background-color: transparent;
background-image: url(../img/fondos/buscadores_area_clientes.gif);
background-position: bottom left;
}

#buscadores div form {
margin-left: 10px;
padding: 0 10px 10px 10px;

background-image: url(../img/fondos/buscadores_area_clientes.gif);
background-position: bottom right;
}

#buscadores div h3 {
background-image: url(../img/fondos/buscadores_area_clientes.gif);
background-position: top left;
padding-left: 20px;
padding-top: 7px;
margin-right: 1em;
font-size: 130%;
color: #555;
z-index: 20;
}

#buscadores h4 {
font-size: 110%;
font-weight: normal;
margin-bottom: 3px;
}


#buscadores p {
margin-bottom: 3px;
}

#buscadores input.text,
#buscadores select {
width: 95%;
}

#buscadores p.submit input {
font-weight: bold;
width: 130px;
height: 23px;
margin-top: 5px;
}

/* ------ */

#submenu-modulo {
float: left;
padding: 1em 1.5% 0 3%;
width: 64%;

}

#submenu-modulo ul {


border-bottom: 2px solid #CAB8B8;
height: 26px;

background-color: #D7D7D9;

padding-top: 5px;
padding-left: 5px;
}


#submenu-modulo li {
float: left;

}

#submenu-modulo li span {
text-align: center;
display: block;
float: left;
width: 100px;
padding: 3px 0;
width: 150px;
background-color: #6D6B70;
color: #fff;
font-size: 15px;
border-top: 2px solid #9F9F9F;
border-right: 2px solid #9F9F9F;
}

#submenu-modulo a {
font-weight: bold;
text-decoration: none;
}

#submenu-modulo li.seleccionado span {


}

#submenu-modulo li.seleccionado a {
text-decoration: underline;
}

#submenu-modulo li.seleccionado span {
background-color: #E9E9E9;
color: #444;
font-weight: bold;
}

#submenu-modulo li a:hover span {
background-color: #C1321F;
}

/* ------ */


#listado {
position: relative;
width: 64%;
padding: 1em 1.5% 1em 3%;
}



.paginacion {
margin-bottom: 10px;
}

.paginacion li {
display: inline;
position: relative;
}

.paginacion li.primero span {
border-left: 1px solid #AEAEAE;
}

.paginacion li span {
text-align: center;
display: block;
float: left;
width: 20px;
padding: 3px 0;
border-right: 1px solid #AEAEAE;
border-top: 1px solid #AEAEAE;
border-bottom: 1px solid #AEAEAE;
background-color: #E6F1F4;
}

.paginacion li a {
text-decoration: none;
}

.paginacion li a span {
display: block;
}

.paginacion li.seleccionado span {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
padding: 2px 0;
}

.paginacion li a:hover span {

}

.paginacion li.seleccionado span,
.paginacion li a:hover span {
background-color: #36758A;
color: #fff;
font-weight: bold;
}

.paginacion li.anterior span,
.paginacion li.siguiente span {
width: auto;
border-style: none;
background-color: transparent;
font-weight: bold;
}

.paginacion li.anterior span {
margin-right: 1em;
}

.paginacion li.siguiente span {
margin-left: 1em;
}

p.subfamilia {
display: none;
}



#productos {
clear: left;
}

#productos ul {
clear: both;
}

#productos li {
border-top: 1px solid #AAAAAC;
border-left: 1px solid #AAAAAC;
border-right: 1px solid #716F74;
border-bottom: 1px solid #716F74;
background-color: #fff;
margin-bottom: 10px;
padding: 10px 13px;
position: relative;
clear: both;
}

#productos p.imagen {
float: left;
margin-bottom: 1em;

}

#productos div.imagen-y-caracteristicas {
float: left;
width: 65%;
/*
	border: 1px solid red;
*/
}

#productos div.caracteristicas {

margin-left: 88px;
margin-right: 13px;

/*
	float: left;
	border: 1px solid blue;
*/
}

#productos div.precio-y-stock {
width: 35%;
float: left;

/*
	border: 1px solid yellow;
*/
}

#productos p.nombre-producto,
#productos p.descripcion-producto,
#productos p.nombre-fabricante,
#productos p.referencia,
#productos p.doc,
#productos p.info-oferta {

padding-left: 0.5em;
padding-right: 0.5em;

	/*
	margin-left: 15%;
	*/
}

#productos p.nombre-fabricante {
margin-bottom: 0.25em;
}

#productos p.referencia {
margin-bottom: 0.5em;
font-size: 90%;
color: #999;
}

#productos p.referencia .titulo {
font-weight: bold;
}

#productos p.nombre-producto {
font-weight: bold;
font-size: 110%;
background-color: #F3F6F7;
padding: 2px 0.5em;
margin-bottom: 0.5em;
color: #555;
}

#productos p.precio {
font-weight: bold;
font-size: 180%;
color: #006E96;
padding-left: 5px;
letter-spacing: 1px;
background-color: #F3F6F7;
color: #46859A;
margin-bottom: 23px;
}

/* ofertas */

#productos li.oferta p.oferta {
font-size: 130%;
color: #AD0101;
letter-spacing: 1px;
line-height: 25px;
background-color: #F3F6F7;
padding-left: 5px;
font-weight: bold;
}

#productos li.oferta p.fecha-fin-oferta {
position: absolute;
top: 10px;
right: 20px;
line-height: 25px;
text-align: right;
color: #555;
}

#productos li.oferta p.fecha-fin-oferta span.fecha {
font-weight: bold;
}

#productos li.oferta p.precio-en-oferta {
clear: left;
font-weight: bold;
font-size: 180%;
color: #006E96;
padding-left: 5px;
letter-spacing: 1px;
background-color: #F3F6F7;
color: #AD0101;
margin-bottom: 0;
}

#productos li.oferta p.precio {
font-size: 140%;
font-weight: normal;
color: #888;
text-decoration: line-through;
font-style: italic;
}

#productos li.oferta p.info-oferta {
line-height: 30px;
}

#productos li.oferta p.info-oferta a,
#productos li.oferta p.info-oferta a:visited {
color: #AD0101;
}

#productos li.oferta p.info-oferta a:hover,
#productos li.oferta p.info-oferta a:visited:hover {
color: #fe5737;
}


/* fin ofertas */


#productos p.canon {
margin-top: -23px;
margin-bottom: 23px;
padding-left: 5px;
padding-bottom: 2px;
color: #555;
background-color: #F3F6F7;
}

#productos p.cantidad {
position: relative;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 3px;

}

#productos p.cantidad input {
position: absolute;
right: 0;
}



#productos p.en-carrito {
display: block;
height: 25px;
line-height: 25px;
font-size: 90%;
font-weight: bold;
color: #666;
background-color: #FAF9C6;
margin-bottom: 0.5em;
border-bottom: 1px solid #eee;
padding-left: 0.5em;
}

#productos p.en-carrito .cantidad {
color: #666;

font-size: 140%;
font-weight: bold;

}

#productos p.stock-otro-almacen {
clear: both;
text-align: right;
color: gray;
font-size: 90%;
font-weight: bold;
background-color: #eee;
color: #666;
padding: 2px 4px;
}

#productos p.stock-otro-almacen-info {
display: none;
clear: both;
text-align: center;
color: gray;
font-size: 90%;
border: 1px solid #e0e0e0;
background-color: #f5f5f5;
color: #666;
padding: 4px 4px;
}


#productos span.asterisco {
color: #E25E4C;
}

#productos p.cantidad select.cantidad {
background-color: #fff;
}

#productos p.cantidad select.otro-almacen {
background-color: #F3B2A9;
}

#productos p.cantidad option.otro-almacen {
background-color: #E6F1F4;
background-image: url(../img/fondos/option_otro_almacen.gif);

}

#productos p.cantidad input {
width: 120px;
}


#productos h4 {
color: #2E8098;
font-size: 150%;
font-weight: normal;
margin-bottom: 0.5em;
letter-spacing: 1px;
}


#productos h4 span.raquo {
font-size: 130%;
color: #444;
}

#productos span.no-existencias {
color: #999;
display: block;
}

#productos span.proximamente,
#productos span.fecha-estimada {
color: #666;
}

#productos span.fecha-estimada .fecha {
font-weight: bold;
}


div.paginacion {
width: 55%;
float: left;
margin-bottom: 20px;
}

div#ordenacion {
width: 310px;
position: absolute;
right: 1.5%;
text-align: right;
}

div#ordenacion p,
div#ordenacion li {
float: left;

}

div#ordenacion p {
margin-right: 5px;
}

div#ordenacion li span {
text-align: center;
display: block;
float: left;
width: 90px;
padding: 3px 0;
border-right: 1px solid #AEAEAE;
border-top: 1px solid #AEAEAE;
border-bottom: 1px solid #AEAEAE;
background-color: #E6F1F4;
}

div#ordenacion a {
font-weight: bold;
}

div#ordenacion li.seleccionado span {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
padding: 2px 0;
}

div#ordenacion li.seleccionado a {
text-decoration: underline;
}

div#ordenacion li.seleccionado span,
div#ordenacion li a:hover span {
background-color: #006E96;
color: #fff;
font-weight: bold;
}


#busqueda-realizada {
background-color: #E6F1F4;

margin-bottom: 15px;
font-size: 110%;
font-weight: bold;
color: #666;
height: 75px;
background-image: url(../img/fondos/area_productos_busqueda_realizada.gif);
background-repeat: no-repeat;
background-position: top left;

	float: left;
	width: 64%;
	margin: 1em 1.5% 1em 3%;

}

#busqueda-realizada div {
padding-top: 10px;
margin-left: 20px;
height: 65px; /* 75 - 15 */
background-image: url(../img/fondos/area_productos_busqueda_realizada.gif);
background-repeat: no-repeat;
background-position: top right;
}


#busqueda-realizada p {
margin-bottom: 0.25em;
}

#busqueda-realizada .referencia,
#busqueda-realizada .numero {
letter-spacing: 1px;
color: #2E8098;
font-size: 110%;
}

div#carrito {
width: 75%;
margin: 100px auto 0 auto;
font-size: 120%;
padding: 30px 15px 15px 15px;
border: 5px solid #ddd;
background-color: #fff;
position: relative;
}

div#carrito table {
margin: 15px auto;
}

div#carrito th {
font-weight: bold;
height: 30px;
padding-bottom: 1em;
vertical-align: bottom;
border-bottom: 1px dotted #666;
}

div#carrito .producto {
width: 46%;
}

div#carrito .cantidad {
width: 10%;
}

div#carrito .producto {
padding-right: 2em;
}

div#carrito .cantidad {
text-align: center;
padding-right: 1em;
}

div#carrito td.cantidad {
font-weight: bold;
color: #666;

}

div#carrito .sumar,
div#carrito .restar {
width: 20px;
text-align: center;
}

div#carrito .sumar a,
div#carrito .restar a {
display: block;
text-decoration: none;
background-color: #E6F1F4;
color: #1FA5D1;
font-size: 150%;
height: 20px;
line-height: 20px;
}

div#carrito .restar a {
margin-left: 3px;
}

div#carrito .sumar a:hover,
div#carrito .restar a:hover {
background-color: #006E96;
color: #fff;
}

div#carrito .quitar {
padding-left: 0.5em;
}


div#carrito .efectuar-pedido input {
width: 150px;
font-weight: bold;
}

div#carrito td {
line-height: 160%;
}

div#carrito td {
border-bottom: 1px dotted gray;
}

div#carrito form {
margin-top: 20px;
margin-bottom: 1em;
text-align: center;
font-size: 90%;
}

div#carrito p {
text-align: center;
font-size: 90%;
}

div#carrito tr.canon td {
color: #666;
}

div#carrito tr.canon td.producto {
padding-left: 1em;
}

div#carrito tr.precio-total {
font-weight: bold;
line-height: 200%;
background-color: #F3F6F7;
}

div#carrito th.precio-todas,
div#carrito th.precio-unidad,
div#carrito th.igic-unidad,
div#carrito td.precio-unidad,
div#carrito td.igic-unidad,
div#carrito td.precio-todas {
text-align: right;
padding-right: 1em;
}

div#carrito th.precio-todas,
div#carrito td.precio-todas {

}


div#carrito span.asterisco {
color: #E25E4C;
}

#carrito p.stock-otro-almacen {
clear: both;
text-align: left;
color: gray;
font-size: 90%;
font-weight: bold;
background-color: #eee;
color: #666;
padding: 2px 4px;
margin-bottom: 1em;
}

div#carrito p.descargar {
position: absolute;
top: 10px;
right: 10px;
}

div#carrito p.descargar a {
padding-left: 20px;
background-image: url(../img/iconos/ficheros/pdf.gif);
background-position: top left;
background-repeat: no-repeat;
}




#listado ul.listado p.numero-factura,
#listado ul.listado p.numero-pedido {
font-weight: bold;
font-size: 110%;
background-color: #F3F6F7;
padding: 2px 0.5em;
margin-bottom: 0.5em;
color: #555;
}

#listado ul.listado p.pedido-web {
margin-bottom: 0.5em;
}

#listado ul.listado p.fecha {
position: absolute;
top: 13px;
right: 18px;
}


#listado ul.listado p.descargar {
position: absolute;
bottom: 13px;
right: 18px;
}

#listado ul.listado table.sublistado {
width: 80%;
margin-bottom: 1em;
}

#listado ul.listado table.sublistado td {
border-bottom: 1px dotted #ccc; 
}

#listado ul.listado table.sublistado .codigo-producto {
color: #666;
}

#listado ul.listado table.sublistado .descripcion {
}

#listado ul.listado table.sublistado .cantidad {
font-weight: bold;
color: #666;
}

#listado ul.listado table.totales {
width: 50%;
margin-bottom: 1em;
}

#listado ul.listado table.totales th {
background-color: #eee;
}


#listado ul.listado table.totales td {
height: 23px;
text-align: right;
font-weight: bold;
color: #666;
}



/* Home */

#comunicados {
width: 20%;
background-color: #E6F1F4;
border: 2px solid #CECECE;
margin-left: 2%;
margin-top: 1em;
padding: 0.5em;
}

#comunicados,
#novedades {
float: left;
clear: both;
}

#comunicados h2 {
font-size: 150%;
color: #666;
margin-bottom: 0.5em;
letter-spacing: 1px;
}

#comunicados h4 {
color: #444;
margin-bottom: 0.3em;
}

#ofertas {
position: absolute;
top: 180px;
left: 26%;
width: 35%
}

#novedades {
position: absolute;
top: 180px;
left: 63%;
width: 35%
}

#ofertas,
#novedades {
background-image: url(../img/fondos/area_productos_privado.gif);
background-repeat: no-repeat;
text-align: center;
margin-top: 1em;
background-color: #8B8A8F;
}



#ofertas h2,
#novedades h2 {
margin-left: 0;
padding-left: 10px;
padding-top: 5px;
color: #fff;
font-size: 18px;
letter-spacing: 1px;
text-align: left;
margin-bottom: 0.5em;
}

#ofertas ul,
#novedades ul {

margin: 0 auto;
text-align: left;
width: 95%;
}


#ofertas li,
#novedades li {

border: 1px solid #757479;
background-color: #fff;


margin-bottom: 10px;

position: relative;
padding: 10px;
}

#ofertas li h4,
#novedades li h4 {
font-size: 15px;
margin-bottom: 0.75em;
font-weight: bold;
font-size: 110%;
background-color: #F3F6F7;
padding: 2px 0.5em;
margin-bottom: 0.5em;
color: #555;
}

#ofertas li p,
#novedades li p {
padding: 0 0.5em;
}

#ofertas li p.precio-en-oferta {
clear: right;
font-weight: bold;
font-size: 180%;
color: #006E96;
padding-left: 5px;
letter-spacing: 1px;
color: #AD0101;
margin-bottom: 0;
width: 150px;
float: right;
text-align: right;
}

#ofertas li p.fecha-fin-oferta {
clear: right;
width: 150px;
float: right;
text-align: right;
color: #555;
font-size: 13px;
letter-spacing: 1px;
}

#ofertas li p.fecha-fin-oferta span.fecha {
font-weight: bold;
}

#ofertas li p.referencia {
font-size: 90%;
color: #999;
margin-bottom: 0.5em;
}

#ofertas li p.imagen {
clear: both;
margin-bottom: 0.5em;
text-align: center;
}

#ofertas li p.info-oferta,
#ofertas li p.doc,
#ofertas li p.pedir {
text-align: right;
margin-bottom: 0.5em;
}

#ofertas li p.pedir {
font-size: 14px;
}

#ofertas li p.pedir a,
#ofertas li p.pedir a:visited {
color: #AD0101;
}

#ofertas li p.pedir a:hover,
#ofertas li p.pedir a:visited:hover {
color: #fe5737;
}

#ofertas li.sin-ofertas {
height: 100px;
line-height: 100px;
text-align: center;
font-style: italic;
}

#novedades li.novedad p.precio {
clear: right;
font-weight: bold;
font-size: 180%;
color: #006E96;
padding-left: 5px;
letter-spacing: 1px;
color: #AD0101;
margin-bottom: 0;
width: 170px;
float: right;
text-align: right;
}


/* Calendario */


/* Calendario */

div#envoltorio-calendario {
position: absolute;
left: 33%;
top: 210px;
z-index: 10;
background-image: none;
margin-bottom: 0;
}

div#calendario {
background-color: #FAF9C6;
border: 2px solid #F4EE8E;
background-image: none;
margin-bottom: 0;
}

div#calendario table.calendario {
text-align: center;
}

div#calendario table.calendario td {
width: 1.5em;
margin: 0;
}

div#calendario table.calendario th {
color: #AD0101;
font-weight: bold;
text-align: center;
margin: 0;
}

div#calendario table.calendario th a {
padding: 0px 2px;
background-color: #E32F11;
text-decoration: none;
color: #fff;
font-weight: bold;
display: block;
}

div#calendario table.calendario td.dias_semana {
font-weight: bold;
color: #E32F11;
}

div#calendario table.calendario tbody.fechas td {

}

div#calendario table.calendario tbody.fechas a {
padding: 0px 2px;
background-color: #FED8AC;
text-decoration: none;
color: #000;
display: block;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;

}

div#calendario table.calendario tbody.fechas a:hover {
background-color: #FE5737;
color: #fff;
}


/* --------------------- Lightbox ------------------ */

#lightbox{
	position: fixed;
	top: 15%;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
	color: #999;
}

#lightbox a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

#lightbox a:hover, 
#lightbox a:hover:visited {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}

#lightbox a img{ 
	border: none; 
}

#closeLightboxContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #222;
	margin: 0 auto;
	height: 25px;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	position: relative;
	top: 1px;
	z-index: 202;
}

#closeLightboxContainer #bottomNav {
	text-align: right;  
	width: 100%;
	height: 25px;
}

#closeLightboxContainer #bottomNavClose { 
	display: block;
	height: 25px;
	line-height: 22px;
}	

#closeLightboxContainer #bottomNav a {
	color: #fff;
}

#closeLightboxContainer #bottomNav a span.equis {
	color: #f60;
	font-size: 14px;
	margin-right: 8px;
}
	
#closeLightboxContainer #bottomNav a:hover,
#closeLightboxContainer #bottomNav a:hover:visited {
	background-color: #555;
	color: #fff;
}

#closeLightboxContainer #bottomNav a:hover span.equis,
#closeLightboxContainer #bottomNav a:hover:visited span.equis {
	color: #ff9c00;
}

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #222;
	border: 1px solid #777;
	border-left: 1px solid #777;
	z-index: 201;
}

#imageContainer{
	padding: 0;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
}
	
#imageContainer>#hoverNav{ 
	left: 0;
}
	
#hoverNav a{ 
	outline: none;
}

#prevLinkHover, 
#nextLinkHover{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
	
#prevLinkHover { 
	left: 0; 
	float: left;
}
	
#nextLinkHover { 
	right: 0; 
	float: right;
}
	
#prevLinkHover:hover, 
#prevLinkHover:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
	
#nextLinkHover:hover, 
#nextLinkHover:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #222;
	margin: 0 auto;
	position: relative;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	position: relative;
	bottom: 1px;
	z-index: 202;
	text-align: left;
}

#imageData{
	padding:0 10px;
	text-align: center;
	height: 40px;
}

#imageData #imageDetails{ 
	text-align: center; 
}
		
#imageData #caption{ 
	font-weight: bold;	
	line-height: 18px; 
	padding-top: 4px;
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left;
	line-height: 18px;
	padding-bottom: 4px;
}

#galleryNavigation {
	width: 100%;
	position: absolute;
	height: 40px;
	text-align: left;
}

#prevLink, #nextLink{
	width: 30%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
}
	
#prevLink { 
	left: 0; 
	text-align: center;
}
	
#nextLink { 
	right: 0; 
	text-align: center;
}

#overlay{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 199;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

