html, body {
	color: #000;
	background: #fff;
	font-size: 62.5%;
	font-family: Arial;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background: url(../img/fondo.gif) repeat-x;
}

/* Cabeceras */
h1 {
	margin: 0 0 0 -2000px;
	height: 0;
}

h2 {
	background: url(../img/iconos/flecha.gif) no-repeat left #f6f6f6;
	padding: 6px 0 5px 22px;
	margin: 1px 1px 5px 1px;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #d50404;
}

h3 {
	padding: 5px;
	color: black;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: bold;
}

/* Enlaces */
a, a:link, a:visited, a:active  {
	color: black;
}

a:hover {
	color: #737373;
}

/* Imagenes */
img {
	width: auto;
	height: auto;
}

/* Fuentes y espacio de lineas */
table, label, p {
	font-size: 1.6em;
	line-height: 1.4em;
}

select {
	font-size: 1.8em;
}

ul li {
	font-size: 1.6em;
	line-height: 1.4em;
}

/* Elementos de flotado */
br {
	clear: both;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
}

p.impuestos {
	text-align: right;
	margin: 0 5px 5px 5px;
}

strong.required {
	color: #9a0000;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 10px 0 10px 0;
}

/* Errores */
.error {
	background: #fe6e04;
}

/* JavaScript */
.script {
	display: none;
}

/* Principal */
#principal {
	color: #000;
	margin: 0 auto 0 auto;
	width: 960px;
	background: white;
}

/* Cabecera */
#header {
	position: relative;
	padding-top: 150px;
	/*background: #fb9a00;*/
	background: url(../img/fondo.gif) repeat-x;
	width: 960px;
	white-space: nowrap;
}

#header #banner {
	position:absolute;
	top:0;
	left:0;
}

/* Idiomas */
#idiomas {
	position:absolute;
	top: 5px;
	right: 5px;
	margin-top: 5px;
}

#idiomas img {
	margin: 0;
	padding: 0;	
}

#idiomas a{
	margin:0;
	padding: 0;
}

/* Cabecera */
#cabecera {
	background: #f0f0f0;
	width: 960px;
	height: 34px;
}

#cabecera dfn {
	float: left;
	display: inline;
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: bold;
	font-style: normal;
	white-space: normal;
	padding: 2px 0 0 20px;
	background: url(../img/iconos/buscador.gif) no-repeat left;
	height: 15px;
	margin: 8px 8px 0 5px;
}

/* Buscador */
#buscador {
	float: left;
	padding: 8px 8px 8px 0;
	width: auto;
	margin: 0;
}

#buscador form {
	display: inline;
}

#buscador label {
	display: none;
}

#buscador input#q {
	float: left;
	width: 140px;
	border: 0;
	padding: 2px;
	font-size: 1.6em;
}

#buscador input {
	float: left;
	margin-left: 5px;
	padding: 0;
}

#buscador input.boton {
	padding: 0 0 0 4px;
	margin-top: -2px;
}

/* Menu */
#menu {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../img/iconos/menu.gif) no-repeat left #4d4d4d;
	height: 34px;
	text-transform: uppercase;
	width: auto;
	text-align:right;
	white-space: nowrap;
}

#menu ul { padding:10px 0 10px 0; }

#menu li {
	margin-top: 10px;
	display:inline;
}

#menu ul li a {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu ul li a:hover { color: #808080; }

/* Banner */
#anuncios {
	width: 520px;
	height: 250px;
	margin: 0 0 5px 0;
}

/* Contenedor */
#contenedor {
	margin: 0; 
	width: 960px;
	padding: 10px 0 5px 0;
}

/* Izquierda */
#left {
	float: left;
	width: 210px; /*height: 100px;*/
}

/* Contenido central */
#contenido {
	float: left;
	margin-left: 9px;
	margin-right: 5px;
	width: 520px;
}

/* Right */
#right {
	float: right;
	width: 210px;
}

/* Footer/Pie */
#footer {
	clear: both;
	width: 950px;
	height: 14px;
	text-align: center;
	background: #4d4d4d;
	padding: 5px;
	color: white;
	font-size: 1.8em;
	line-height: 1.4em;
}

#footer a {
	color: white;
	font-weight: bold;
}

/* Formulario Xform */
form.xform {
	width: 498px;
}

form.xform p {
	margin: 8px;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.4em;
	font-size: 1.6em;
}

form.xform p.cambio {
	text-align: left;
	margin: 0 30px 0 0;
}

form.xform p.legal {
	text-align: justify;
}

form.xform p.legal em {
	font-weight: normal;
	font-style: italic;
	color: #000;
}

form.xform p em {
	font-size: 1.0em;
}

form.xform p label,
form.xform p input {
	width: auto;
	font-size: 1.1em;
}

form.xform strong {
	color: #9A0000;
	margin: 0;
}

form.xform em {
	font-weight: bold;
	font-style: normal;
	color: #FE6E04;
	font-size: 1.4em;
}

form.xform label {
	vertical-align: top;
	width: 180px;
}

form.xform input,
form.xform select,
form.xform textarea {
	width: 240px;
}

form.xform textarea {
	font-size: 2.5em;
}

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;*/
	margin-left: 8px;
	border: 2px solid #DCDCDC;
}

form.xform fieldset legend {
	font-size: 1.6em;
	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 ol 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;*/
	margin: 0 0 10px 0;
}

table caption {
	display: none;
}

table thead tr th {
	color: #fff;
	background-color: #4d4d4d;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 2px;
}

table thead tr th.titulo {
	width: 250px;
	text-align: left;
	padding-left: 10px;
}

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.destacado {
	background: #fbe1af;
	text-align: center;
	white-space: nowrap;
}

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;
	white-space: normal;
}

table tbody tr td.total {
	font-weight: bold;
	color: #9A0000;
}

table tbody tr td.comprar {
	width: 75px;
}

table tbody tr td em {
	text-decoration: line-through;
	color: gray;
}

table tbody tr td strong {
	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: 1.1em;
	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;
	white-space: nowrap;
}

table tfoot tr td div.paginacion {
	/*height: 14px;*/
	padding: 0;
	font-size: 0.6em;
}

/* Modulos */
.modulo {
	margin-bottom: 10px;
	background: #fff;
	width: 209px;
}

.modulo .contenido {
	border: 1px solid #E6E6E6;
	background: #f7f7f7;
}

.modulo .contenido h2 {
	background-color: #fff;
}

/* Modulo: Selector */
.modulo #selector div ul {
	margin: 0px;
	font-size: 1.1em;
}

.modulo #selector div ul li {
	padding: 1px;
	font-weight: bold;
}

.modulo #selector div ul li a {
	padding: 5px;
	display: block;
	color: #FFFFFF;
	background: white;
	height: 14px;
	color: black;
}

.modulo #selector div ul li a.actual {
	color: #fff;
	background-color: #4d4d4d;
}

.modulo #selector div ul li a:hover {
	color: white;
	background: black;
}

.modulo #selector div ul li ul a {
	color: #000;
	background: #dedddd;
	padding: 5px;
	display: block;
	height: 14px;
	font-size: 0.5em;
	line-height: 1.4em;
}

.modulo #selector div ul li ul a.actual {
	color: #000;
	background: #fbe1af;
	font-weight: bold;
}

.modulo #selector div ul li ul a:hover {
	color: white;
	background: black;
}

/* Modulo: Boletin */
.modulo #boletin {
	position: relative;
	top: 0;
}

.modulo #boletin img { margin: 0; padding: 0; }

.modulo #boletin p { padding: 5px; }

.modulo #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;
}

.modulo #boletin label input {
	width: 120px;
	height: auto;
	border: 0;
	padding: 2px;
	margin: 0 0 0 5px;
}

.modulo #boletin .botones {
	height: 22px;
	background: #ececec;
	clear: both;
	margin-top: 10px;
}

.modulo #boletin .botones input {
	padding: 3px 5px 5px 5px;
	background:none;
	font-weight: bold;
	cursor: pointer;
	float: right;
	height: 22px;
	border: 0;
}

/* Modulo: Localizacion */
.modulo #localizacion {
	position: relative;
	top: 0;
}

.modulo #localizacion address.vcard {
	font-size: 1.7em;
	line-height: 1.4em;
	padding: 5px 5px 0 5px;
	margin: 5px 5px 0 5px;
}

.modulo #localizacion address.vcard select {
	width: 175px;
	font-size: 1.2em;
}

.modulo #localizacion address.vcard .org {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}

.modulo #localizacion address.vcard .adr {
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
	display: block;
	background: #f4f4f4;
}

.modulo #localizacion address.vcard .adr .type,
.modulo #localizacion address.vcard .adr .url {
	font-weight: bold;
}

.modulo #localizacion address.vcard .adr .street-address,
.modulo #localizacion address.vcard .adr .tel,
.modulo #localizacion address.vcard .adr .fax {
	display: block;
}

.modulo #localizacion address.vcard .adr .email {
	display: block;
	font-weight: bold;
}

.modulo #localizacion address.vcard .adr .url.geo {
	border-bottom: 1px dashed;
	overflow: hidden;
}

/* Modulo: Cuenta */
.modulo #cuenta ul { margin: 5px; }

.modulo #cuenta ul li {
	padding: 1px;
	border-bottom: 1px solid #FFFFFF;
	background: #DEDDDD;
}

.modulo #cuenta ul li a {
	padding: 5px;
	display: block;
	color: #000000;
	background: #DEDDDD;
	height: 14px;
}

.modulo #cuenta ul li a:hover { background: #EFEDED; }

.modulo #cuenta img { margin: 0; padding: 0; }

.modulo #cuenta p {
	text-align: center;
	margin-top: 5px;
	padding: 2px;
}

.modulo #cuenta label {
	margin: 6px 3px 3px 3px;
	padding: 0;
	display: block;
	color: #505050;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.modulo #cuenta input {
	border: 0;
	padding: 2px;
	margin-left: 5px;
	width: 120px;
}

.modulo #cuenta .botones {
	height: 22px;
	clear: both;
	background: #ececec;
}

.modulo #cuenta .botones input{
	padding: 3px 3px 5px 3px;
	font-weight: bold;
	cursor: pointer;
	float: right;
	height: 22px;
	border: 0;
	width: auto;
	background: none;
}

.modulo #cuenta a {
	color: #BD3E00;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

/* Modulo: Cesta */
.modulo #cesta {
	text-align: left;
}

.modulo #cesta div.item {
	float: none;
	/*height: 48px;*/
}

.modulo #cesta div.item div.thumb {
	float: left;
}

.modulo #cesta div.item div.thumb img {
	float: left;
	width: 50px;
	height: 38px;
	padding: 5px;
}

.modulo #cesta div.item div.detalle {
	float: left;
}

.modulo #cesta div.item div.detalle p {
	font-weight: bold;
	padding: 3px;
	/*height: 25px;*/
	color: #505050;
}

.modulo #cesta div.item div.detalle ul {
	margin: 0 4px 4px 4px;
	padding: 0;
}

.modulo #cesta div.item div.detalle ul li {
	list-style: square;
	list-style-position: inside;
	margin-left: 10px;
	width: 110px;
}

.modulo #cesta div.item div.detalle div.break {
	width: 100%;
	height: 10px;
	clear: both;
}

.modulo #cesta div.item div.detalle div {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	margin-left: 4px;
}

.modulo #cesta div.item div.detalle div strong {
	margin-left: 5px;
	margin-right: 5px;
	color: #9A0000;
}

.modulo #cesta #todo {
	border-top: 1px solid #9A0000;
	font-weight: bold;
	text-align: right;
}

.modulo #cesta #todo p {
	padding: 5px 5px 5px 0;
}

.modulo #cesta .botones {
	/*width: 198px;*/
	height: 24px;
	clear: both;
	background: #ececec;
}

/* Modulo: Presupuestador */
.modulo #presupuestador { text-align: left; }


.modulo #presupuestador div.item {
	float: none;
	/*height: 48px;*/
}

.modulo #presupuestador div.item div.thumb {
	float: left;
}

.modulo #presupuestador div.item div.thumb img {
	float: left;
	width: 50px;
	height: 38px;
	padding: 5px;
}

.modulo #presupuestador div.item div.detalle {
	float: left;
}

.modulo #presupuestador div.item div.detalle p {
	font-weight: bold;
	padding: 3px;
	/*height: 25px;*/
	color: #505050;
}

.modulo #presupuestador div.item div.detalle ul {
	margin: 0 4px 4px 4px;
	padding: 0;
}

.modulo #presupuestador div.item div.detalle ul li {
	list-style: square;
	list-style-position: inside;
	margin-left: 10px;
	width: 110px;
}

.modulo #presupuestador div.item div.detalle div.break {
	width: 100%;
	height: 10px;
	clear: both;
}

.modulo #presupuestador div.item div.detalle div {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	margin-left: 4px;
}

.modulo #presupuestador div.item div.detalle div strong {
	margin-left: 5px;
	margin-right: 5px;
	color: #9A0000;
}

.modulo #presupuestador #todo {
	border-top: 1px solid #9A0000;
	font-weight: bold;
	text-align: right;
}

.modulo #presupuestador #todo p { padding: 5px 5px 5px 0; }

.modulo #presupuestador .botones {
	height: 22px;
	background: #ececec;
	clear: both;
	margin-top: 10px;
}

/* Modulo: Marcas */
.modulo #marcas div {
	height: 235px;
	overflow: auto;
	text-align: center;
}

.modulo #marcas div ul { margin: 0px; }

.modulo #marcas div ul li {
	padding: 1px;
	background: #ececec;
	text-transform: uppercase;
	border-bottom: 3px solid white;
}

.modulo #marcas div ul li:hover {
	color: #000000;
	background: #FFFFFF;
}

.modulo #marcas div ul li img {
	border: 1px solid #BD3E00;
	margin-right: 5px;
	width: 120px;
	height: 90px;
	margin-top:5px;
}

.modulo #marcas div ul li a {
	padding: 5px;
	display: block;
	color: #000000;
	background: #ececec;
}

.modulo #marcas div ul li a:hover {
	color: #000000;
	background: #FFFFFF;
}

/* 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 h3 {
	color: black;
	padding: 0;
}

#novedades #listado .item img {
	border: 2px solid #CCCCCC;
	width: 160px;
	height: 120px;
}

#novedades #listado .item p {
	margin: 0;
	padding: 0;
	height: auto;
	white-space: nowrap;
	font-size: 2.1em;
}

#novedades #listado .item p strong {
	margin: 0;
	padding: 5px;
	color: #9A0000;
	height: auto;
	font-weight: bold;
}

#novedades #listado .item p em {
	margin: 0;
	padding: 5px;
	color: gray;
	height: auto;
	text-decoration: line-through;
	font-weight: bold;
}

#novedades #listado .item p span {
	margin: 0;
	padding: 5px;
	color: gray;
	font-size: 0.7em;
	height: auto;
}

/* Busqueda */
#busqueda {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
	min-height: 100px;
	clear: both;
}

#busqueda div.resultado {
	margin: 0 5px 0 5px;
}

#busqueda h3 {
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	font-size: 2.4em;
	padding: 0;
}

#busqueda div ul li {
	background-color: #E9E9E9;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 1.3em;
}

#busqueda div ul li a {
	padding: 2px 2px 2px 10px;
	display: block;
	color: #000000;
	background: #E9E9E9;
	height: 14px;
	font-size: 1.4em;	
	line-height: 1.4em;
}

#busqueda div ul li a:hover {
	color: white;
	background: black;
}

#busqueda div ul li a span {
	font-weight: normal;
}

#busqueda div ul li ul  {
	background: white;
	font-weight: normal;
	padding-left: 5px;
}

#busqueda div ul li ul li a {
	padding: 2px 2px 2px 10px;
	display: block;
	color: #000000;
	background: white;
	height: 14px;
	font-weight: normal;
	font-size: 1.0em;	
	line-height: 1.4em;
}

#busqueda div ul li ul li a:hover {
	color: white;
	background: black;
}

/* Productos */
#productos {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#productos table {
	width:518px;
}

/* Grupos: Familia o Subfamilia */
#productos #grupo {
	width: 495px;
	margin: 5px 5px 5px 15px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.4em;
}

#productos #grupo .elemento {
	float:left;
	background-color: white;
	margin: 5px;
	border: 1px solid black;
	width: 145px;
	color: white;
	padding: 2px;
}

#productos #grupo .elemento img {
	width: 145px;
	height: 109px;
}

#productos #grupo .elemento div {
	height: 20px;
	background: #4d4d4d;
}

#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: 10px;
	background: #FFFFFF;
	min-height: 550px;
}

/* Articulo */
#articulo {
	margin-bottom: 10px;
}

#articulo #imagenes #botones{
	width: 195px;
	padding: 5px;
	position: relative;
	z-index: 1;
	font-size: 0.6em;
}

#articulo #imagenes #botones #acciones ul { 
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 20px;
}

#articulo #imagenes #botones #acciones ul li { 
	margin: 0 0 5px 0;
}

#articulo #imagenes #botones #acciones ul li form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.7em;
	padding-left: 5px;
}

#articulo #imagenes #botones #acciones ul li form fieldset strong {
	text-transform: uppercase;	
	color: #BD3E00; 
	border-bottom: 1px solid #505050;
	display: block;
	font-size: 2.2em;
	padding-bottom: 2px;
	white-space: nowrap;
}

#articulo #imagenes #botones #acciones ul li form fieldset ul {
	margin: 0;
	padding: 0;
}

#articulo #imagenes #botones #acciones ul li form fieldset ul li {
	margin: 5px;
	padding: 0;
}

#articulo #imagenes #botones #acciones ul li form fieldset ul li label {
	width: 40%;
	float: left;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

#articulo #imagenes #botones #acciones ul li form fieldset ul li input,
#articulo #imagenes #botones #acciones ul li form fieldset ul li select {
	width: 60%;
}

#articulo #imagenes #documentos {
	margin: 5px;
	clear: both;
}

#articulo #imagenes #documentos strong {
	text-transform: uppercase;	
	color: #BD3E00; 
	border-bottom: 1px solid #505050;
	font-size: 2.6em;
	line-height: 1.4em;
	display: block;
	white-space: nowrap;
}

#articulo #imagenes #documentos ul {
	width: 195px;
	height: 180px;
	padding: 5px;
	overflow: hidden;
}

#articulo #imagenes #documentos ul li {
	padding: 4px;
	white-space: nowrap;
}

#articulo #imagenes #documentos ul li span {
	font-size: 1.7em;
}

#articulo #descripcion {
	position: relative;
	float: right;
	width: 280px;
}

#articulo #descripcion #marca {
	position: absolute;
	top: 0;
	right: 5px;
}

#articulo #descripcion #marca img {
	width: 47px;
	height: 35px;
	border: 1px solid #E6E6E6;
}

#articulo #descripcion h3 {
	padding-right: 20px;
}

#articulo #descripcion em {
	font-size: 1.6em;
}

#articulo #descripcion p {
	margin-right: 5px;
	margin-top: 5px;
	height: 95px;
	overflow: auto;
}

#articulo #descripcion #caracteristicas {
	width: 270px;
	margin-top: 15px;
	margin: 15px 5px 5px 0;
	padding: 5px 0 0 0;
	border: 2px solid #E9E9E9;
}

#articulo #descripcion #caracteristicas strong {
	padding:5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.8em;
}

#articulo #descripcion #caracteristicas p {
	margin: 0;
	clear: both;
	padding: 5px;
	height: 100px;
	overflow: auto;
}

#articulo #descripcion #precio {
	margin-top: 15px;
	padding: 5px;
}

#articulo #descripcion #precio p {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 1.9em;
}

#articulo #descripcion #precio p em {
	margin: 0 25px 0 0;
	padding: 0;
	color: #808080;
	font-weight: bold;
	height: auto;
	text-decoration: line-through;
	font-size: 1.4em;
}

#articulo #descripcion #precio p span {
	margin: 0;
	padding: 0;
	color: #393939;
	font-weight: bold;
	height: auto;
	font-size: 1.4em;
}

#articulo #descripcion #total {
	margin-top: 5px;
	padding: 5px;
}

#articulo #descripcion #total p {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: visible;
	font-size: 1.9em;
	line-height: 1.4em;
}

#articulo #descripcion #total p strong {
	margin: 0 0 5px 0;
	padding: 0;
	color: #9A0000;
	font-size: 2.2em;
	line-height: 0.8em;
	font-weight: bold;
}

#articulo #descripcion #total p span {
	font-size: 0.9em;
}

#articulo #descripcion .print {
	float: right;
	margin: 20px;
}

/* Imagenes */
#imagenes {
	float: left;
	padding: 3px;
	margin-right: 5px;
	width: 216px;
	height: 162px;
}

#imagenes img {
	width: 216px;
	height: 162px;
	border: 0;
}

#imagenes div.ampliada {
	position: absolute;
	top: 15%;
	left: 25%;
	z-index: 2;
	display: none;
}

#imagenes div.ampliada img {
	width: auto;
	height: auto;
}

#imagenes div.ampliada span {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 0;
	background: url(../img/iconos/closebox.png) no-repeat top left;
}

#imagenes .paginationstyle {
	text-align: center;
	padding: 2px 0;
	margin: 5px 0;
	position: relative;
	z-index:1;
}

#imagenes .paginationstyle select {
	margin: 0;
	width: 150px;
	font-size: 1.8em;
}

#imagenes .paginationstyle a {
	padding: 0 5px;
	text-decoration: none;
	font-size: 1.6em;
}

#imagenes .paginationstyle a:hover, .paginationstyle a.selected{
	color: #000;
	background-color: #D8D8D8;
}

#imagenes .paginationstyle a.imglinks {
	border: 0;
	padding: 0;
}

#imagenes .paginationstyle a.imglinks img{
	vertical-align: bottom;
	border: 0;
}

#imagenes .paginationstyle a.imglinks a:hover{
	background: none;
}

#imagenes .paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected {
	color: #000;
	background-color: #9A0000;
}

/* Relacionados */
#relacionados {
	border: 2px solid #E9E9E9;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 280px;
}

#relacionados img {
	margin:0;
	padding:2px;
	width: auto;
	height: auto;
}

#relacionados #lista {
	width: 280px;
	clear: both;
}

#relacionados #lista ul {
	width:280px;
	height: 92px;
	overflow: auto;
}

#relacionados #lista ul li {
	width: 280px;
	display: inline;
}

#relacionados #lista ul li a {
	padding: 5px;
	display: block;
	color: black;
	height: 18px;
}

#relacionados #lista ul li a:hover {
	background: #D5D4D4;
}

#relacionados #lista ul li a span {
	width:180px;
	float: left;
	padding: 2px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

#relacionados #lista ul li a div {
	width:65px;
	float: right;
	text-align: right;
	padding: 2px;
}

/* Ofertas */
#ofertas {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#ofertas table {
	width:518px;
}

/* Aplicaciones */
#aplicaciones {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
	background: #FFFFFF;
	min-height: 300px;
}

#aplicaciones #filtrado {
	height: 150px;
	margin-bottom: 10px;
	padding:0 5px 0 5px;
}

#aplicaciones #filtrado label {
	margin: 6px 3px 3px 3px;
	padding: 0;
	display: block;
	color: #505050;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	line-height: 1.4em;
}

#aplicaciones #filtrado div input,
#aplicaciones #filtrado select {
	border: 1px solid #D5D4D4;
}

#aplicaciones #filtrado select {
	width: 263px;
	padding: 1px;	
	color: #9A0000;
	margin-top: 5px;
	font-size: 1.0em;
}

#aplicaciones #filtrado p input {
	float: right;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 0 5px;
}

#aplicaciones #filtrado h3 {
	margin:0;
	padding: 2px;
	border-bottom: 1px solid #505050;
	color: #505050;
	text-transform: uppercase;
}

#aplicaciones div#mensaje {
	width: auto;
	margin: 20px;
	padding: 12px 15px 0px 15px;
	background: #f0f0f0;
	border: 1px solid #dcdcdc;
}

#aplicaciones div#mensaje em {
	font-weight: bold;
	color: #9A0000;
	font-style: normal;
}

#aplicaciones div#mensaje p {
	margin:0;
	padding: 0;
}

#aplicaciones div#mensaje.ok p {
	padding: 10px 0 20px 42px;
	background: url(../img/iconos/ok.gif) no-repeat top left;	
}

#aplicaciones div#mensaje.nook p {
	padding: 10px 0 20px 42px;
	background: url(../img/iconos/nook.gif) no-repeat top left;	
}

#aplicaciones table {
	width: 519px;
}

#aplicaciones table thead th.dificultad {
	width: 15%;
	text-align: center;
}

#aplicaciones table thead th.titulo {
	width: 60%;
	text-align: left;
	white-space: nowrap;
	padding-left: 10px;
}

#aplicaciones table thead th.tipo {
	width: 25%;
	text-align: center;
	white-space: nowrap;
}

#aplicaciones table tbody td.titulo {
	width: auto;
	padding: 0 0 0 10px;
	white-space: normal;
	text-transform: none;
	font-weight: normal;
	text-align: left;
}

/* Aplicacion */
#aplicacion {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
	background: #FFFFFF;
}

#aplicacion h3 {
	margin: 5px 0 0 0;
	text-transform: uppercase;	
	color: black;
	padding: 5px;
}

#aplicacion em {
	padding: 5px;
	font-size: 1.8em;
}

#aplicacion #imagenes {
	height: auto;
}

#aplicacion #imagenes .imagen img {
	margin: 5px;
}

#aplicacion #imagenes #botones {
	padding: 5px;
	position: relative;
	z-index: 1;
	font-size: 0.6em;
}

#aplicacion #enlazador h4 {
	text-transform: uppercase;
	color: #BD3E00;
	border-bottom: 1px solid #505050;
	margin: 0 5px 0 5px;
	font-size: 1.7em;
	line-height: 1.4em;
}

#aplicacion #enlazador p {
	padding: 5px;
	font-size: 1.7em;
}

#aplicacion #enlazador textarea {
	width: 200px;
	height: 100px;
	color: #9A0000;
	background-color: #F0F0F0;
	border: 1px solid #505050;
	padding: 2px;
	margin: 10px 5px 5px 5px;
}

#aplicacion #propiedades {
	float: left;
	width: 250px;
	margin-left: 5px;
}

#aplicacion #propiedades h4 {
	text-transform: uppercase;	
	color: #BD3E00; 
	border-bottom: 1px solid #505050;
	font-size: 1.6em;
	line-height: 1.4em;
}

#aplicacion #propiedades ul {
	padding: 5px;
}

#aplicacion #propiedades ul li {
	color: #505050;
}

#aplicacion #propiedades p {
	font-weight:normal;	
	padding: 5px;
}

/* Empresa */
#empresa {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
	background: #FFFFFF;
	min-height: 300px;
}

#empresa .imagen {
	text-align: center;
}

#empresa .imagen img {
	border: 3px solid #E6E6E6;
	
}

#empresa p {
	padding: 5px;
	font-size: 1.9em;
}

/* Eventos */
#eventos {
	border: 1px solid #CCCCCC;
	margin: 0 0 5px 0;
	background: #FFFFFF;
}

#eventos #imagenes {
	float:left;
}

#eventos #descripcion {
	float:left;
	width: 290px;
	margin: 0;
	padding: 0;
}

#eventos #descripcion h3 {
	padding: 0;
}

#eventos #descripcion em {
	font-size: 1.7em;
	padding: 10px 0 10px 0;
}

#eventos #descripcion p {
	margin: 0;
	padding: 0;
	width: 285px;
	height: 180px;
	overflow: auto;
}

#eventos #descripcion ul {
	float: right;
	margin: 10px;
	text-align: right;
}

#eventos #descripcion ul li {
	padding: 0 0 5px 0;
}

#eventos #descripcion ul li span {
	display: block;
}

#eventos #descripcion a,
#eventos #descripcion a:link,
#eventos #descripcion a:visited,
#eventos #descripcion a:active {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#eventos #archivo {
	margin: 10px 0 0 0;
}

#eventos #archivo .evento {
	padding: 0 0 0 5px;
	background: #D5D4D4;
	border: 1px solid #FFFFFF;
	height: 95px;
}

#eventos #archivo .evento:hover {
	background:#EFEDED;
	cursor: pointer;
}

#eventos #archivo .evento em {
	font-size:1.6em;
	line-height: 1.4em;
}

#eventos #archivo .evento h3 {
	background:none;
	margin-top: 10px;
}

#eventos #archivo .evento img {
	float: left;
	width: 75px;
	height: 56px;
	margin: 15px 10px 15px 10px;
}

#eventos #archivo .evento a,
#eventos #archivo .evento a:link,
#eventos #archivo .evento a:visited,
#eventos #archivo .evento a:active {
 	float: right;
	margin: 0 10px 0 0;
 	text-transform: uppercase;
}

/* Contacto */
#contacto {
	/*margin: 5px 5px 5px 8px;*/
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#contacto div {
	width: 498px;
	margin-bottom: 10px;
}

/* Boletines */
#boletines {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#boletines div {
	width: 498px;
	margin-bottom: 10px;
}

/* Aviso legal */
#avisolegal {
	border: 1px solid #E6E6E6;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#avisolegal h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	padding: 5px;
	color: black;
}

#avisolegal p {
	padding: 5px;
	text-align: justify;
}

#avisolegal em {
	font-size: 1.1em;
}

#avisolegal #validacion {
	text-align: center;
}

/* Usuarios */
#usuarios {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#usuarios div {
	width: 498px;
	margin-bottom: 10px;
}

/* Login */
#login {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#login a {
	color: #BD3E00;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#login p {
	margin: 8px;
}

/* Recuperacion */
#recuperar {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#recuperar p {
	margin: 8px;
}

/* Cesta */
#carrito {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#carrito table {
	width: 517px;
	margin-top: 10px;
	font-size: 1.7em;
}

#carrito table tbody tr td.ref {
	width: 80px;
}

#carrito table tbody tr td.cantidad input {
	font-size: 1.0em;
}

#carrito table tbody tr td.embalaje {
	width: 100px;
}

#carrito table tbody tr td.precio {
	font-weight: bold;
	color: #9A0000;
	width: 100px;
}

#carrito table tbody tr td.impuesto {
	width: 40px;
}

#carrito table tbody tr td.opciones {
	text-align: left;
	padding-left: 80px;
}

#carrito table tbody tr td.opciones strong {
	font-style: normal;
	font-weight: bold;
}

#carrito table tbody tr td.opciones ul {
	font-size: 0.7em;
}

#carrito table tbody tr td.opciones ul li {
	list-style: square inside
}

#carrito table tfoot td {
	padding:5px;
	background-color: black;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
		font-size: 0.9em;
	text-transform: uppercase;
}

#carrito #opciones {
	height: 22px;
	padding: 5px;
}

#carrito #opciones ul {
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	text-align: right;
}

#carrito #opciones ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#carrito #opciones ul li:first-child {
	float: left;
	margin-top: 4px;
}

/* Compra */
#compra {
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
	margin-bottom: 10px;
}

#compra p {
	color:black;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;
}

#compra p em {
	font-size: 1.1em;
	color: #BD3E00;
	padding-bottom: 5px;
	display: block;
	font-style: normal;
	font-weight: bold;
}

#compra p strong {
	font-size: 1.1em;
	font-weight: bold;
}

#compra dfn {
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
	margin: 10px 10px 0 10px;
	display: block;
	text-transform: uppercase;
}

#compra dfn strong {
	color: #9a0000;
}

#compra h3 {
	background-color:#D7D7D7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

#compra #pagar {
	margin-left: 60px;
	margin-bottom: 10px
}

#compra #detalles {
	float: left;
	width: 235px;
	margin: 10px;
	padding: 0;
}

#compra #detalles fieldset {
	border: 0;
	padding: 5px;
}

#compra #detalles fieldset label {
	display: block;
}

#compra #detalles ul {
	font-size: 1.1em;
	padding: 5px;
}

#compra #fecha {
	width: 240px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#compra #fecha div {
	display: block;
	margin: 5px;
}

#compra #fecha div span {
	width: 40px;
	display: inline-block;
	font-size: 1.6em;
}

#compra #fecha div select {
	font-size: 1.6em;
}

#compra #entrega {
	width: 240px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#compra #entrega p {
	padding: 5px;
	white-space: pre;
	display: none;
}

#compra #entrega textarea {
	width: 88%;
	height: 75px;
	border:0;
	background-color: white;
	margin: 5px;
}

#compra #entrega a.boton.modificar {
	margin: 0 10px 0 10px;
	cursor: pointer;
	display: none;
}

#compra #recogida {
	width: 240px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#compra #recogida label {
	display: block;
	padding: 5px;
	font-weight: bold;
}

#compra #recogida select {
	width: 80%;
	margin: 5px;

}

#compra #observaciones {
	width: 240px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#compra #observaciones textarea {
	width: 88%;
	height: 10%;
	margin: 5px;
	padding: 5px;
}

#compra ul#incidencias {
	color: #393939;
	padding-top: 5px;
	margin-bottom: 5px;
}

#compra ul#incidencias li em {
	color: #393939;
	padding-top: 5px;
	font-weight: normal;
	margin-right:10px;
	font-style: normal;
}

#compra table {
	width: 517px;
	margin-top: 10px;
	font-size: 1.7em;
}

#compra table tbody tr td.ref {
	width: 80px;
}

#compra table tbody tr td.embalaje {
	width: 100px;
}

#compra table tbody tr td.precio {
	font-weight: bold;
	color: #9A0000;
	width: 100px;
}

#compra table tbody tr td.impuesto {
	width: 80px;
}

#compra table tbody tr td.opciones {
	text-align: left;
	padding-left: 80px;
}

#compra table tbody tr td.opciones strong {
	font-style: normal;
	font-weight: bold;
}

#compra table tbody tr td.opciones ul {
	font-size: 0.7em;
}

#compra table tbody tr td.opciones ul li {
	list-style: square inside
}

#compra table tfoot tr td {
	padding:2px;
	background-color: #F6F6F6;
	color: black;
	font-weight: bold;
	height: 12px;
	text-transform: uppercase;
}

#compra table tfoot tr td select {
	font-size: 1.0em;
	text-transform: none;
}

#compra table tfoot tr.total td {
	padding: 2px;
	background-color: black;
	color: white;
	font-weight: bold;
	height: 12px;
}

#compra table tfoot tr td input.boton {
	font-size: 1.0em;
}

#compra #factura {
	text-align: right;
	padding: 2px;
}

#compra #factura label {
	font-weight: bold;
	color: #9A0000;
}

#compra #factura label img {
	width: 11px;
	height: 11px;
	margin-bottom: -2px;
}

#compra #pago {
	margin-top: 20px;
	clear: both;
}

#compra #pago fieldset {
	float: left;
	padding: 10px;
	border: 0;
}

#compra #pago fieldset label {
	display: block;
	padding: 5px;
	clear: both;
}

#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;
	margin-bottom: 10px;
}

#pedidos p {
	padding: 5px;
}

#pedidos table {
	width: 517px;
	margin-top: 10px;	
}

#pedidos table tbody tr td span {
	float: left;
}

#pedidos table tbody tr td img {
	float: left;
	margin: -1px 5px 0 2px;
}

#pedidos table tbody tr td.acciones {
	text-align: center;
	padding: 2px 5px 0px 5px;
}

#pedidos table tbody tr td.acciones form,
#pedidos table tbody tr td.acciones div {
	display: inline;
}

#pedidos table tbody tr.lineas td div.linea {
	font-size: 0.7em;
}

#pedidos table tbody tr.lineas td div.linea ul {
	background: #f7f7f7;
}

#pedidos table tbody tr.lineas td div.linea ul li {
	/*width: 510px;*/
	display: inline;
}

#pedidos table tbody tr.lineas td div.linea ul li span.ref {
	float: left;
	width: 75px;
	padding-left: 10px;
	text-align: left;
}

#pedidos table tbody tr.lineas td div.linea ul li span.titulo {
	float: left;
	width: 260px;
	text-align: left;
}

#pedidos table tbody tr.lineas td div.linea ul li span.unidades {
	float: left;
	width: 100px;
	text-align: right;
}

#pedidos table tbody tr.lineas td div.linea ul li span.precio {
	float: right;
	width: 60px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

#pedidos table tbody tr.lineas td div.linea ul li span.nulo {
	float: right;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

#pedidos table tbody tr.lineas td div.linea ul li a {
	height: 15px;
	display: block;
	color: black;
	border-bottom: 1px solid white;
	background: #ececec;
}

#pedidos table tbody tr.lineas td div.linea ul li a:hover {
	background: black;
	color: white;
}

#pedidos table tbody tr.lineas td div.linea ul li ul {
	text-align: left;
	margin: 0 0 0 85px;
	font-size: 0.6em;
}

#pedidos table tbody tr.lineas td div.linea ul li ul li {
	display: block;
}

#pedidos table tbody tr.lineas td div.linea ul li ul li span {
	background: #f7f7f7;
}

#pedidos #ayuda {
	clear: both;
}

#pedidos #ayuda fieldset {
	float: left;
	width: 38%;
	padding: 5px 5px 10px 5px;
	margin: 10px;
	border-color: #4d4d4d;
}

#pedidos #ayuda fieldset legend {
	color: #393939;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 0 5px 0 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

#pedidos #ayuda fieldset ol {
	margin: 0;
	padding: 0;
}

#pedidos #ayuda fieldset ol li {
	padding: 5px;
	margin: 0;
	clear: both;
	font-size: 1.6em;
	line-height: 1.2em;
	white-space: nowrap;
}

#pedidos #ayuda fieldset ol li img {
	float: left;
	margin: 0 5px 0 0;
}

#pedidos #ayuda fieldset ol li span {
	float: left;
	padding: 2px 0 0 0;
}

#pedidos #ayuda div {
	float: left;
	width: 50%;
	padding: 5px 5px 10px 5px;
	margin: 10px 0 10px 0;
}

#pedidos #ayuda div h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

#pedidos #ayuda div p {
	padding: 0;
	margin: 0;
	white-space: normal;
}

/* Navegacion */
#navegador ul {
	width: 498px;
	padding: 5px;
	margin: 5px;
	color: black;
	list-style: none;
}

#navegador ul li {
	background: url(../img/iconos/miga.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 {
	margin-left: 10px;
	padding-right: 5px;
	clear: both;
	color: #FFFFFF;
	height: 24px;
	text-align: right;
	margin-top: 5px;
}

.paginacion ul {
	float: right;
	margin-top: 1px;
	list-style: none;
}

.paginacion ul li {
	float: left;
	margin: 0 1px 0 1px;
	padding: 0 1px 0 1px;
	height: 20px;
	text-align: center;
	font-size: 1.8em;
}

.paginacion ul li a {
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
	background: black;
}

.paginacion ul li a:hover { background: #BD3E00; }
.paginacion ul li.actual a { background: #9A0000; }

/* Mensaje */
#mensaje {
	width: auto;
	float: none;
	text-align: center;
	margin: 0;	
	padding: 20px;
	margin: 0 0 10px 0;
	clear: both;
}

#mensaje p {
	padding: 10px;
	text-align: left;
}

#mensaje p .boton {
	font-size: 1.1em;
}

/* Mensajes */
#mensajes {
	padding: 10px 10px 20px 70px;
	border: 1px dashed #bd3e00;
	margin: 10px 10px 25px 10px;
}

#mensajes.ok {
	background: url(../img/iconos/ok.png) no-repeat top left;
}

#mensajes.nook {
	background: url(../img/iconos/error.png) no-repeat top left;
}

#mensajes h2 {
	font-weight: bold;
	font-size: 150%;
	color: #FE6E04;
	padding: 0;
	margin: 5px;
}

#mensajes p {
	font-weight: bold;
	color: #FE6E04;
	padding: 0 0 0 20px;
	margin: 5px;
}

#mensajes ul {
	padding: 0 0 0 0px;
	margin: 5px;
}

#mensajes ul li {
	line-height: 14px;
	font-weight: bold;
	color: gray;
	margin: 0 0 0 20px;
	list-style: none;
}

#mensajes a {
	float: right;
	color: #bd3e00;
	margin: 25px 0 0 0;
	font-weight: bold;
	font-size: 1.7em;
}

/* Botones */
input.boton {
	font-family: Arial;
	font-weight: bold;
	/*line-height: 1.4em;*/
	cursor: pointer;
	padding: 5px 5px 5px 32px;
	/* border: 0; */
	font-size: 1.8em;
	line-height: 1.4em;
}

form.xform input.boton,
input.boton.enviar {
	padding: 0 0 0 5px;
}

input.boton:hover {
	color: #737373;
}

a.boton {
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 5px 5px 35px;
	font-size: 1.8em;
	line-height: 1.4em;
}

a.boton:hover {
	color: #737373;
}

.boton.imprimir {
	background: url(../img/iconos/imprimir.gif) no-repeat left;
	border: 0;
	clear: both;
}

.boton.documento {
	background: url(../img/iconos/documento.gif) no-repeat left;
	border: 0;
}

.boton.ampliar {
	background: url(../img/iconos/ampliar.gif) no-repeat left;
	border: 0;
}

.boton.facebook {
	background: url(../img/iconos/facebook.gif) no-repeat left;
	border: 0;
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 11px;
	color:#9a0000;
	margin: 0 0 0 40px;
}


.boton.cesta {
	background: url(../img/iconos/cesta.gif) no-repeat left;
	border: 0;
	color:#9A0000;
	float: right;
	margin: 10px 0 10px 0;
}

.boton.continuar {
	background: url(../img/iconos/continuar.gif) no-repeat left;
	border: 0;
}

.boton.actualizar {
	background: url(../img/iconos/actualizar.gif) no-repeat left;
	height: 20px;
	border: 0;
}

.boton.presupuesto {
	background: url(../img/iconos/presupuestar.gif) no-repeat left;
	height: 20px;
	border: 0;
}

.boton.comprar {
	background: url(../img/iconos/cesta.gif) no-repeat left;
	border: 0;
}

.boton.modificar {
	background: url(../img/iconos/modificar.gif) no-repeat left;
	border: 0;
}

.boton.realizar {
	background: url(../img/iconos/cesta.gif) no-repeat left;
	border: 0;
}

.boton.enlazar {
	background: url(../img/iconos/enlazar.gif) no-repeat left;
	border: 0;
}

.boton.vaciar {
	float: left;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}

.boton.visualizar {
	float: right;
	padding: 5px 5px 4px 5px;
	font-weight: bold;
	cursor: pointer;
}

.boton.aceptar {
	float: right;
	padding: 5px;
	background: #CCCCCC;
	font-weight: bold;
	cursor: pointer;
}

.boton.volver {
	float: right;
	padding: 5px;
	background: #CCCCCC;
	font-weight: bold;
	cursor: pointer;
}

.boton.pagar {
	font-weight: bold;
	font-size: 1.8em;	
	text-transform: uppercase;
	cursor: pointer;
	background: url(../img/iconos/pagar.gif) no-repeat bottom;
	width: 150px;
	height: 71px;
	border: 0;
	margin:0;
	padding: 0 0 0 45px;
}

/* Ampliacion de texto */
#fontSize {
	width: 75px;
	height: 25px;
	margin:auto;
}

#fontSize ul {
	display: block;
	list-style: none;
	background: #FFF url(../img/iconos/fontBtn.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	width: 75px; 
	height: 25px;
}

#fontSize ul li {
	float: left;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 37px;
	height: 25px;
}

#fontSize ul li a {
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	width: 37px;
	height: 25px;
}

#fontSize ul li a:hover {
	background-image: url(../img/iconos/fontBtn.gif); 
	background-repeat: no-repeat;
}

#fontSize ul li#more a:hover { background-position: 0px -25px; }
#fontSize ul li#less a:hover { background-position: -37px -25px; }
#fontSize ul li a.current:hover { cursor: default; }






