html, body {
	color: #fff;
	margin: 0;
	padding: 0;
	background: #393939;
	font: 10px/14px "Arial"; /*overflow: auto;*/
}

h1 {
	margin: 0 0 0 -2000px;
	height: 0;
}

br {
	clear: both;
	height: 0;
}
a, a:link, a:visited, a:active  {
	color: #bd3e00;
}

a:hover {
	color: #61200a;
}

strong {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
}
.error{
	background: #fe6e04;
}
/* Principal */
#principal {
	color: #000;
	margin: 0 auto 0 auto;
	background: url(../img/fondo_footer.jpg) no-repeat bottom left #FFFFFF;
	width: 960px;
}

/* Cabecera */
#header {
	position:relative;
	padding-top: 97px;
	background: url(../img/top.jpg) no-repeat;
	width: 960px;
}
#header #banner{
	position:absolute;
	top:0;
	left:0;
}
#header #idiomas{
	position:absolute;
	top:0;
	right: 0;
	margin-top: 5px;
	width: 50px;
}
#header #idiomas img{
	margin-bottom:5px;
}
#header #idiomas a{
	margin:0;
	padding: 0;
}
#header #secciones {
	margin-left: 5px;
	background: url(../img/fondo_navegacion.gif) repeat-x;
	width: 950px;
	height: 34px;
}

#header #secciones img { float: left; }

#header #secciones #buscador {
	float: left;
	padding: 8px;
	font-size: 9px;
	width: 300px;
}

#header #secciones #buscador label {
	display: none;
}

#header #secciones #buscador input#q {
	float: left;
	width: 215px;
	border: 0;
	padding: 2px;
	font-size: 10px;
}

#header #secciones #buscador input {
	float: left;
	margin-left: 5px;
	padding: 0;
}

#header #secciones #menu {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	background: url(../img/separacion.gif) no-repeat left #000000;
	height: 34px;
	text-transform: uppercase;
}
#header #secciones #menu ul {padding:10px; }
#header #secciones #menu li { margin-top: 10px; display:inline;}
#header #secciones #menu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#header #secciones #menu ul li a:hover { color: #808080; }

/* Contenedor */
#contenedor {
	margin: 0;
	padding: 5px; /*width: 960px;*/
}

/* Izquierda */
#left {
	float: left;
	width: 210px; /*height: 100px;*/
}

/* Contenido central */
#contenido {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 520px;
}

/* Right */
#right{
	float: right;
	width: 210px;
}

/* Footer/Pie */
#footer{
	clear: both;
	width: 950px;
	height: 14px;
	text-align: center;
	/*font-size: 11px;*/
}
/* Formulario Xform */
form.xform {
	width: 498px;
}

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: #fe6e04;
}

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: 498px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right: 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;
}

/* Tablas */
table {
	width:520px;
	text-align: left;
	vertical-align: middle;
	/*padding: 5px;*/
}

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:#DEDDDD;
}

table tbody tr:hover{
	background:#EFEDED;
	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: #AA432C;
}

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;
	width: 27px;
	height: 27px;
	border: 0;
	margin-top: 5px;
	margin-right: 5px;
}

table tfoot tr:hover {
	background:#DEDDDD;
}

table tfoot tr td {
	margin: 0;
	padding-top: 5px;
	text-align: right;
	background:#DEDDDD;
}

table tfoot tr td div#paginacion,
table tfoot tr td div#paginacion2 {
	height: 14px;
	padding: 0;
}

/* Caja */
.caja {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
	width: 209px;
}

.caja .contenido {
	border: 1px solid #E6E6E6;
	margin: 5px;
	background: #E9E9E9;
}

/* Modulo selector */
#selector div ul{ margin: 0px; }

#selector div ul li {
	padding: 1px;
	background: #D5D4D4;
}
#selector div ul li a {
	padding: 5px;
	display: block;
	color: #FFFFFF;
	background: #BD3E00;
	height: 14px;
}
#selector div ul li a.actual {
	background-color: black;
}
#selector div ul li a:hover {
	background: #61200A;
	color: #FFFFFF;
}

#selector div ul li ul a {
	padding: 5px;
	display: block;
	color: #000000;
	background: #D5D4D4;
	height: 14px;
}
#selector div ul li ul a.actual {
	background-color: #BBB4B4;
}
#selector div ul li ul a:hover {
	background: #C7C5C5;
	color: #000000;
}

/* Modulo boletin */
#boletin {
	position: relative;
	top: 0;
}

#boletin img { margin: 0; padding: 0; }

#boletin p { padding: 5px; }

#boletin label {
	margin: 3px 10px 3px 3px;
	padding: 0;
	display: block;
	color: #505050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}

#boletin label input {
	width: 120px;
	height: auto;
	border: 0;
	padding: 2px;
	margin: 0 0 0 5px;
}

#boletin .botones {
	width: 198px;
	height: 22px;
	background: url(../img/fondo_botones.gif) no-repeat;
	clear: both;
	margin-top: 10px;
}

#boletin .botones input {
	width: 65px;
	height: 22px;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
}

/* Modulo cuenta */
#cuenta h2 { margin: 5px; font-size: 11px; }

#cuenta ul { margin: 5px; }

#cuenta ul li {
	padding: 1px;
	border-bottom: 1px solid #FFFFFF;
	background: #DEDDDD;
}

#cuenta ul li a {
	padding: 5px;
	display: block;
	color: #000000;
	background: #DEDDDD;
	height: 14px;
}

#cuenta ul li a:hover { background: #EFEDED; }

#cuenta img { margin: 0; padding: 0; }

#cuenta p {
	text-align: center;
	margin-top: 5px;
	padding: 2px;
}

#cuenta 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;
}

#cuenta input {
	border: 0;
	padding: 2px;
	margin-left: 5px;
	font-size: 10px;
	width: 100px;
}

#cuenta .botones {
	width: 198px;
	height: 22px;
	background: url(../img/fondo_botones.gif) no-repeat;
	clear: both;
}

#cuenta .botones input {
	width: 65px;
	height: 22px;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
}

/* Modulo cesta */
#cesta { text-align: left; }

#cesta a:hover {
	color: #bd3e00;
}

#cesta .item {
	float: none;
	height: 48px;
}

#cesta .item img {
	float: left;
	width: 50px;
	height: 37px;
	padding: 5px;
}

#cesta .item p {
	padding: 3px;
	height: 25px;
	color: #505050;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#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;
	width: 198px;
	text-align: right;
}

#cesta #todo p { padding: 5px 5px 5px 0; }

#cesta .botones {
	width: 198px;
	height: 22px;
	background: url(../img/fondo_botones.gif) no-repeat;
	clear: both;
}

/* Modulo Marcas */
#marcas {
	text-align: center;
}

#marcas div {
	height: 325px;
	overflow: auto;
}

#marcas div ul { margin: 0px; }

#marcas div ul li {
	padding: 1px;
	background: #D5D4D4;
	text-transform: uppercase;
}

#marcas div ul li img {
	border: 1px solid #C34811;
	margin-right: 5px;
	width: 120px;
	height: 90px;
}

#marcas div ul li a {
	padding: 5px;
	display: block;
	color: #000000;
	background: #DCDCDC;
}

#marcas div ul li a:hover {
	background: #FFFFFF;
	color: #000000;
}

/* Inicio */
#inicio #destacado {
	border: 1px solid #E6E6E6;
}
/* Novedades */
#novedades {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
	background: #FFFFFF;
	min-height: 300px;
	
}

#novedades #listado {
	float: left;
	padding: 5px;
	width: 509px;
	text-align: center;	
}

#novedades #listado .item {
	float: left;
	width: 240px;
	height: 160px;
	padding: 1px;
	margin: 5px;
	border: 1px solid #DCDCDC;
}

#novedades #listado .item h2 {
	color: #C03F05;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#novedades #listado .item img {
	border: 2px solid #C9C9C9;
	width: 160px;
	height: 120px;
}

#novedades #listado .item p {
	margin: 0;
	padding: 0;
	height: auto;
	white-space: nowrap;
}

#novedades #listado .item p strong {
	margin: 0;
	padding: 5px;
	color: #9A0000;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: auto;
}

#novedades #listado .item p em {
	margin: 0;
	padding: 5px;
	color: gray;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: auto;
	text-decoration: line-through;
}

#novedades #listado .item p span {
	margin: 0;
	padding: 5px;
	color: gray;
	font: bold 10px Arial, Helvetica, sans-serif;
	height: auto;
}
/* Busqueda */
#busqueda {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
	min-height: 100px;
	clear: both;
}
#busqueda div {
	float:left;
	width: 150px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
}
#busqueda h2{
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom:1px solid black;
}
#busqueda li{
	background-color: #E9E9E9;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
	/*padding-left: 5px;*/
}
#busqueda span{
	font-weight: normal;
	font-size: 12px;
	}
#busqueda div ul li a {
	padding: 2px;
	display: block;
	color: #000000;
	background: #E9E9E9;
	height: 14px;
}

#busqueda div ul li a:hover {
	background: #D0CECE;
	color: #000000;
}

/* Productos */
#productos {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
}
/* Grupos: Familia o Subfamilia */
#productos #grupo {
	width:495px;
	margin: 5px 5px 5px 15px;
	text-align: center;
}

#productos #grupo .elemento {
	float:left;
	background-color: white;
	margin: 5px;
	border:2px solid black;
	width: 145px;
	color: white;
	padding: 2px;
}

#productos #grupo .elemento img {
	width: 145px;
	height: 109px;
}

#productos #grupo .elemento div {
	height: 20px;
	background-image: url(../img/fondo_navegacion.gif);
}

#productos #grupo .elemento div a {
	display: block;
	color: white;
	height: 18px;
	padding-top: 2px;
	text-transform: uppercase;
}

#productos #grupo .elemento div a:hover {
	background-color: black;
}

/* Ficha */
#ficha{
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
	min-height: 550px;
}
#ficha #articulo{ position: relative;}

#ficha #articulo div#imagenes {
	float: left;
	padding: 3px;
	margin-right: 5px;
	width: 216px;
	height: 162px;
}

#ficha #articulo div#imagenes img {
	width: 216px;
	height: 162px;
	border: 0;
}

#ficha #articulo div#imagenes div.ampliada {
	position: absolute;
	top:0;
	left: 0;
	/*left: 25%;*/
	z-index: 9;
	display: none;
}

#ficha #articulo div#imagenes div.ampliada img {
	width: auto;
	height: auto;
}

#ficha #articulo div#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 #articulo div#imagenes .paginationstyle {
	text-align: center;
	padding: 2px 0;
	margin: 5px 0;
}

#ficha #articulo div#imagenes .paginationstyle select {
	margin: 0;
	width: 150px;
	font-size: 11px;
}

#ficha #articulo div#imagenes .paginationstyle a {
	padding: 0 5px;
	text-decoration: none;
}

#ficha #articulo div#imagenes .paginationstyle a:hover, .paginationstyle a.selected{
	color: #000;
	background-color: #D8D8D8;
}

#ficha #articulo div#imagenes .paginationstyle a.imglinks {
	border: 0;
	padding: 0;
}

#ficha #articulo div#imagenes .paginationstyle a.imglinks img{
	vertical-align: bottom;
	border: 0;
}

#ficha #articulo div#imagenes .paginationstyle a.imglinks a:hover{
	background: none;
}

#ficha #articulo div#imagenes .paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected {
	color: #000;
	background-color: #ce0000;
}

#ficha #articulo #botones{
	position: absolute;
	top: 220px;
	left: 3px;
	width: 220px; /*margin-top:-70px;*/
}
#ficha #articulo #botones #acciones { float: left; }
#ficha #articulo #botones #acciones img {
	cursor: pointer;	
}

#ficha #articulo #botones #acciones img#imprimir {
	display: none;
}

#ficha #articulo #botones #marca{ float: right; }

#ficha #articulo #botones #marca img{
	width: 70px;
	height: 50px;
}
#ficha #articulo #botones img{
	margin:0;
	padding: 1px;
	width: 129px;
	height: 22px;
}
#ficha #articulo h2{
	padding: 5px;
	color: #C03F05;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#ficha #articulo p{
	margin-right: 5px;
	margin-top: 5px;
	height: 95px;
	overflow: auto;
}
#ficha #articulo #caracteristicas{
	border: 2px solid #E9E9E9;
	float: right;
	margin-top: 25px;
	width: 280px;
	margin-right: 3px;
}
#ficha #articulo #caracteristicas img{
	margin:0;
	padding:2px;
	width: 109px;
	height: 10px;
}
#ficha #articulo #caracteristicas p{
	margin: 0;
	clear: both;
	padding: 5px;
	height: 100px;
	overflow: auto;
}

#ficha #articulo #botones #comprar input {
	position:absolute;
	top:125px;
	left: 45px;
}

#ficha #articulo #precio{
	float: left;
	margin-top: 15px;
	padding: 5px;
	padding-left: 230px;
	width: 200px;
}

#ficha #articulo #precio p {
	margin: 0;
	padding: 0;
	height: auto;
}

#ficha #articulo #precio p em {
	margin: 0 25px 0 0;
	padding: 0;
	color: #808080;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	text-decoration: line-through;
}

#ficha #articulo #precio p span {
	margin: 0;
	padding: 0;
	color: #3B3B3B;
	font-size: 16px;
	font-weight: bold;
	height: auto;
}



#ficha #articulo #total {
	float: left;
	margin-top: 5px;
	padding: 5px;
	padding-left: 230px;
	width: 250px;
}

#ficha #articulo #total p {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: visible;
}

#ficha #articulo #total p strong {
	margin: 0 0 5px 0;
	padding: 0;
	color: #9A0000;
	font-size: 20px;
	font-weight: bold;
}

#ficha #articulo #total p span {
	font-size: 10px;	
}

/* Destacado */
#destacado {
	margin-bottom: 5px;
	background: #FFFFFF;
	height: auto;
}

#destacado #detalle { position: relative; }

#destacado #detalle div#imagenes {
	float: left;
	padding: 3px;
	margin-right: 5px;
	width: 216px;
	height: 162px;
}

#destacado #detalle div#imagenes img {
	width: 216px;
	height: 162px;
	border: 0;
}

#destacado #detalle div#imagenes div.ampliada {
	position: absolute;
	top:0;
	left: 0;
	/*left: 25%;*/
	z-index: 9;
	display: none;
}

#destacado #detalle div#imagenes div.ampliada img {
	width: auto;
	height: auto;
}

#destacado #detalle div#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;
}


#destacado #detalle #botones{
	position: absolute;
	top: 170px;
	left: 3px;
	width: 220px;
}
#destacado #detalle #botones #acciones{ float: left; }
#destacado #detalle #botones #comprar form input {
	position: absolute;
	top:65px;
	left: 45px;
}
#destacado #detalle #botones #marca{ float: right; }

#destacado #detalle #botones #marca img{
	width: 70px;
	height: 53px;
}

#destacado #detalle #botones img{
	margin:0;
	padding: 1px;
	width: 129px;
	height: 22px;
}

#destacado #detalle h2 {
	padding: 5px;
	color: #C03F05;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#destacado #detalle  p {
	margin-right: 5px;
	margin-top: 5px;
	height: 70px;
	overflow: auto;
}

#destacado #detalle #relacionados {
	border: 2px solid #E9E9E9; /*height: 100px;*/
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 280px;
	/*display: none;*/
}
#destacado #detalle #relacionados img {
	margin:0;
	padding:2px;
	width: auto;
	height: auto;
}
#destacado #detalle #relacionados #lista {
	width: 280px;
	clear: both;
}

#destacado #detalle #relacionados #lista ul {
	width:280px;
	height: 92px;
	overflow: auto;
}

#destacado #detalle #relacionados #lista ul li {
	width: 280px;
	display: inline;
}

#destacado #detalle #relacionados #lista ul li a {
	padding: 5px;
	display: block;
	color: black;
	height: 18px;
}

#destacado #detalle #relacionados #lista ul li a:hover {
	background: #D5D4D4;
}

#destacado #detalle #relacionados #lista ul li a span {
	width:180px;
	float: left;
	padding: 2px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

#destacado #detalle #relacionados #lista ul li a div {
	width:65px;
	float: right;
	text-align: right;
	padding: 2px;
}

#destacado #detalle #caracteristicas {
	border: 2px solid #E9E9E9; /*height: 100px;*/
	float: left;
	margin-top: 15px;
	width: 280px;
	/*display: none;*/
}
#destacado #detalle #caracteristicas img {
	margin:0;
	padding:2px;
	width: 109px;
	height:10px;
}
#destacado #detalle #caracteristicas p {
	margin: 0;
	clear: both;
	padding: 5px;
	height: 70px;
	overflow: auto;
}
#destacado #detalle #precio {
	float: left;
	margin-top: 5px;
	padding: 5px;
	padding-left: 230px;
	width: 200px;
}
#destacado #detalle #precio p {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#destacado #detalle #precio em {
	margin: 0 25px 0 0;
	padding: 0;
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	text-decoration: line-through;
}

#destacado #detalle #precio span {
	margin: 0;
	padding: 0;
	color: #3B3B3B;
	font-size: 18px;
	font-weight: bold;
	height: auto;
}


#destacado #detalle #total{
	float: left;
	margin-top: 5px;
	padding: 5px;
	padding-left: 230px;
	width: 200px;
}

#destacado #detalle #total p {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: visible;
}

#destacado #detalle #total p strong {
	margin: 0 0 5px 0;
	padding: 0;
	color: #9A0000;
	font-size: 20px;
	font-weight: bold;
}

#destacado #detalle #total p span {
	font-size: 10px;	
}
/* Ofertas */
#ofertas {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#ofertas #colecciones table tbody tr td.coleccion {
	width: 129px;
	padding: 5px;
}

#ofertas #colecciones table tbody tr td.coleccion img {
	width: 120px;
	height: 90px;
	border: 0;
}

#ofertas #colecciones table tbody tr td.titulo {
	text-align: left;
	width: auto;
	vertical-align: top;
}

#ofertas #colecciones table tbody tr td.titulo strong {
	font-size:11px;
	font-weight: bold;
	font-style: normal;
	color: #BD3E00;
}

#ofertas #colecciones table tbody tr td.titulo p {
	font-size:10px;
	text-transform: none;
}
/* Contacto */
#contacto {
	margin: 5px 5px 5px 8px;
}

#contacto div {
	width: 498px;
	margin-bottom: 10px;
}

/* Boletines */
#boletines {
	margin: 5px 5px 5px 8px;
}

#boletines div {
	width: 498px;
	margin-bottom: 10px;
}

/* Aviso legal */
#avisolegal {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#avisolegal h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #BD3E00;
}

#avisolegal p {
	padding: 5px;
	text-align: justify;
}

#avisolegal #validacion {
	text-align: center;
}

/* Usuarios: Registro/Cuenta */
#usuarios {
	margin: 5px 5px 5px 8px;
}

#usuarios div {
	width: 498px;
	margin-bottom: 10px;
}
/* Login */
#login {
	margin: 5px 5px 5px 8px;
}

#login p {
	margin: 8px;
}

#login a {
	color:black;
	font-weight: bold;
	font-size: 11px;
}

#login a:hover {
	color:#BD3E00;
}

/* Recuperacion */
#recuperar {
	margin: 5px 5px 5px 8px;
	/*text-align: left;*/
}

#recuperar h2 {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	font-size: 12px;
	color: #BD3E00;
}

#recuperar p {
	margin: 8px;
}

/* Cesta */
#carrito {
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
}

#carrito table {
	width:517px;
	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: black;
	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 {
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
	/*height: 300px;	*/
}

#compra p {
	color:black;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;
}

#compra p em {
	font-size: 11px;
	color: #BD3E00;
	padding-bottom: 5px;
	display: block;
	font-style: normal;
	font-weight: bold;
}

#compra p strong {
	font-size: 11px;
	font-weight: bold;
}

#compra span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	display: block;
}

#compra h2 {
	background-color:#D7D7D7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	text-transform: uppercase;
}

#compra #pagar {
	margin-left: 60px;
	margin-bottom: 10px
}

#compra #detalles {
	float: left;
	width: 235px;
	margin: 10px;
	padding: 0;
}

#compra #detalles ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}

#compra #entrega {
	width: 245px;
	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 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 table{
	width:517px;
	margin-top: 10px;
}
#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: black;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 12px;
}


#compra #pago {
	margin-top: 20px;
	clear: both;
}

#compra #pago fieldset {
	float: left;
	padding: 10px;
	border: 0;
}

#compra #pago fieldset label {
	display: block;
	padding: 5px;
}

#compra #pago fieldset label input {
	float: left;
	margin-right: 5px;
}

#compra #pago fieldset label img {
	float: left;
	width: 10px;
	height: 10px;
	margin: 2px 10px 0 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 {
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
}

#pedidos p {
	padding: 5px;
}

#pedidos table {
	width: 517px;
	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;
}

/* Navegacion */
#navegador ul {
	/*background-color: black;*/
	width: 498px;
	padding: 5px;
	margin: 5px;
	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: #BD3E00;
}

/* Paginacion */
#paginacion,
#paginacion2 {
	margin-left: 10px; /*width: 575px;*/
	padding-right: 5px;
	clear: both;
	color: #FFFFFF;
	height: 24px;
	text-align: right;
}

#paginacion ul,
#paginacion2 ul {
	float: right;
	margin-top: 1px;
	list-style: none;
}

#paginacion ul li,
#paginacion2 ul li {
	float: left;
	margin: 0 1px 0 1px;
	padding: 0 1px 0 1px;
	height: 20px;
	text-align: center;
}

#paginacion ul li a,
#paginacion2 ul li a {
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
	background: #393939;
}
#paginacion ul li a:hover,
#paginacion2 ul li a:hover { background: #BC522F; }
#paginacion ul li.actual a,
#paginacion2 ul li.actual a { background: #9A0000; }
/* Mensaje de confirmacion */
div#mensaje {
	width: auto;
	float: none;
	text-align: center;
	margin: 0;	
	padding: 20px;
}

#mensaje p {
	padding: 10px;
	text-align: left;
}








