@charset "utf-8";

body{
	background-color:#f2f2f2;
	font-family:Verdana;	
	color:#6e6e6e;
	font-size:14px;
}

h1{
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

h2{
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

h3{
	text-align:left;
	font-size:15px;
	font-weight:bold;
}

a{
	text-decoration:none;
	color:#444;
}

a:hover{
	color:#88b80c;
}

.clearfix {
 	overflow: hidden;
	zoom: 1;
}

/* FACTURA */
#factura{
	background-color:#FFFFFF;
	padding:20px;
	line-height:20px;
}

#factura #forma-de-pago{
	padding:0 0 20px;
	border-bottom:1px dashed #AAAAAA;
}

#factura #datos-empresa, #factura h1{
	text-align:right;
	font-weight:bold;
}

#factura h1{
	font-size:29px !important;
	color:#88b80c;
}

#factura #datos-personales, #f-total, #f-iva, #f-transporte{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#f3f3f3;
	padding:20px;
	display:block;
	margin:30px 0px 15px;
}

#factura #f-iva, #factura #f-transporte{
	text-align:right;
	font-size:15px;
	font-weight:bold;
	padding:10px 20px !important;
	margin:2px 0;
}

#factura #f-total{
	color:#FFFFFF;
	font-size:24px;
	background-color:#AAAAAA;
	font-weight:bold;
	text-align:right;
	margin:2px 0;
}

#factura #direcciones{
	padding:20px;
	margin:0 0 10px; 
}

#factura #forma-de-pago{
	padding:0 20px 30px;
}

#factura #direccion-facturacion{
	display:block;
	float:left;
}

#factura #direccion-envio{
	display:block;
	float:left;
	padding-left:26%;
}

#factura strong{
	color:#333333;
	font-weight:bold;
	font-size:17px;
}

#factura table{
	margin-top:20px;
	width:100%;
}

#factura table td{
	border-bottom:1px #ABABAB solid;
	height:45px;
}

#factura #unidades{ 		width:4%; }
#factura table #producto{ 	width:60%; }
#factura .cantidad-unidades{ text-align:center;  }

#factura table #rotulos{
	color:#333333;
	font-weight:bold;
}

/*

/* BOTONERA */
#enlace-logo{
	border:1px solid #333333;
	width:200px;
}

#lowcost #enlace-lowcost, 
#home #enlace-inicio, 
#nosotros #enlace-nosotros, 
#profesionales #enlace-profesionales, 
#apadrina #enlace-apadrina, 
#seccion-faq #enlace-faq, 
#como-comprar #enlace-como-comprar, 
#seccion-envios #enlace-envios, 
#seccion-devoluciones #enlace-devoluciones, 
#seccion-pago-seguro #enlace-pago-seguro{
	color:#88b80c;
}


/* FIN BOTONERA */


/* IDIOMAS */

#idioma_es {
	display:block;
	background:url(imagenes/idioma_es.gif) no-repeat !important;
	text-indent:-20000px !important;
	width:24px !important;
	height:19px !important;
	float:left;
	margin:58px 10px 0px 0px;
}

#idioma_en {
	display:block;
	background:url(imagenes/idioma_en.gif) no-repeat !important;
	text-indent:-20000px !important; 
	width:24px !important;
	height:19px !important;
	float:left;
	margin:58px 0px 0px 0px;
}

/* FIN IDIOMAS */


.ancho-960{
	margin:auto;
	width:978px;
}

.add_item, .del_item{
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border:1px solid #DDDDDD;
	background-color:#EFEFEF;
	display:inline;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:11px;
	line-height:5px !important;
	font-weight:bold;
	padding:0px 3px !important;
}

.del_item{
	padding:0px 5px !important;
}

.cantidad{
	border:1px solid #333333;
	display: inline;
	height:20px;
	width:20px;
	text-align:center;
}

#warning,#infobox{
	background:url(imagenes/warning.png) no-repeat left #f6f9a3;
	background-position:18px 12px;
	font-weight:bold;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	margin:8px 0px 30px;
	padding:10px 10px 10px 50px;
	font-size: 14px;
}

#infobox {
	background-color: #dbff96;
	background-image: url(imagenes/info.png);
	border: none;
}

#warning li{
	font-weight:normal;
	list-style: square !important;
	list-style-position:inside !important;
}

#registro-formulario input, #registro-formulario select {
	border:1px solid #abadb3;
	font-size:12px;
	padding:4px;
}
#registro-formulario label.error {
	float: none;
	line-height: normal;
	display: block;
	margin: 0;
	float: left;
}

label.error{
	border:1px solid #CC3300;
	background-color:#FF3300;
	color:#FFFFFF;
	float:right;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin-left:1px;
	padding:4px;
}

#registro-formulario table{
	width:100%;
}

#registro-formulario td{
	background-color:#f7f7f7;
	padding:10px;
	line-height:25px;
}

#registro-formulario .columna-2{
	text-align:right;
}

.super-indice{
	vertical-align: super;
	font-size:7px;
}

.articulo{
	cursor:pointer;
	position:relative;
	float:left;
	margin:7px 5px 7px 5px;
	text-align:center;
	width:161px;
}

.articulo-novedad{
	position: absolute;
	background:url(/style/imagenes/articulo-nuevo.png) no-repeat left top;
	margin:-2px 0px 0px -2px;
	height:50px;
	width:50px;
}

.articulo-oferta{
	position: absolute;
	background:url(/style/imagenes/articulo-oferta.png) no-repeat left top;
	margin:-3px 0px 0px -3px;
	height:63px;
	width:64px;
}

.articulo-agregar-cesta{
	background:url(/style/imagenes/boton-alto-1.png) no-repeat left top;
	color:#3b4f12;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:23px;
	margin-left:11px;
	padding-left:25px;
	width:100px;
}

.boton-normal{
	padding-left:7px !important;
}

.articulo-agregar-cesta span{
	background:url(/style/imagenes/boton-alto-1.png) no-repeat right -46px;
	display:block;
	text-align:left;
	padding-left:6px;
}

.articulo-agregar-cesta:hover{ background-position: left -23px; }
.articulo-agregar-cesta:hover span{ background-position: right -69px; color:#3b4f12; }

.articulo-agregar-cesta-ficha{
	background:url(/style/imagenes/boton-alto-2.png) no-repeat left 0;
	color:#3b4f12;
	cursor:pointer;
	border: 0;
	font-size:14px;
	float:left;
	margin-top:10px;
	padding:0 0 0 30px;
	overflow: visible;
	height: 43px;
}
/* button hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
	padding: 0;
	margin: 0;
}

.articulo-agregar-cesta-ficha span {
	background:url(/style/imagenes/boton-alto-2.png) no-repeat right -86px;
	display:block;
	padding:0px 15px 0 6px;
	line-height:43px !important;
	height: 43px;
	position: relative;
	font-weight:bold;
	white-space: nowrap;
}

.articulo-agregar-cesta-ficha:hover{ background-position: left -43px; }
.articulo-agregar-cesta-ficha:hover span{ background-position: right -129px; color:#3b4f12; }

.articulo-foto{
	cursor:pointer !important;
	display:block;
	font-weight:bold;
	width:150px;
	border:1px solid #9C9C9C;
	
	background-color: #f5f5f5;
}

.articulo-foto:hover{
	cursor:pointer !important;
	background-color: #f5f5f5;
	border-color:#a1dc02;
	color: #333;
}
.articulo-contenedor-foto{
	cursor:pointer !important;
	display:block;
	height:150px;
	border-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.articulo-categoria{
	font-size:11px;
	color:#999;
	padding-bottom:10px;
	display:block;
}

.articulo-enlace-categoria{
	text-decoration:underline;
}

.articulo-nombre{
	display:block;
	height:35px;
	padding-top: 10px;
	width:150px;
	font-size: 14px;
}

.articulo-precio{
	display:block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	height:45px;
}

#banner-facebook, #banner-blogger, #banner-twitter{
	display:block;
	text-indent:-20000px;
	margin:20px 0px 20px;
}

#banner-facebook{
	background:url(/style/imagenes/facebook.jpg) no-repeat;
	height:60px;
}

#banner-blogger{
	background:url(/style/imagenes/banner-blogger.gif) no-repeat;
	height:60px;
}

#banner-twitter{
	background:url(/style/imagenes/banner-twitter.gif) no-repeat;
	height:65px;
}

#banner-izq{
	background:url(/style/imagenes/registrate1.jpg) right no-repeat;
	display:block;
	height:308px;
	line-height:308px;
	margin-top:30px;
	text-indent:-20000px;
	width:169px;
}

#banner-izq:hover{
	background:url(/style/imagenes/registrate2.jpg) right no-repeat;
}

#banner-derecha{
	background:url(/style/imagenes/formas-de-pago.jpg) no-repeat;
	display:block;
	margin-top:20px;
	width:176px;
	height:329px;
	text-indent:-20000px;
}

.boton{
	font-size:14px;
	border:1px #999999 solid;
	cursor:pointer;
	display:block;
	padding:6px;
	margin:30px 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#boton-login{
	background:url(/style/imagenes/bg-boton.gif) repeat-x;
	border:1px solid #b1b1b1;
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	padding:0;
	margin:0;
}

#boton-buscar{
	background:url(/style/imagenes/lupa-buscador.gif) no-repeat;
	border:0px #FFFFFF none;
	height:19px;
	margin:5px 0px 0px 8px;
	text-indent:-20000px;
	width:18px;
	cursor:pointer;
}

#boton-derecha{
	background:url(/style/imagenes/botonera-derecha.jpg) no-repeat;
}

#dbuscador{
	margin-bottom:20px;
	float:right;
}

#buscador{
	color:#888888;
	font-size:12px;
	float:left;
	border: 1px #e2e2e2 solid;
	height:19px;
	margin:5px 0px 0px 0px;
	padding:2px 0px 0px 4px;
	width:145px;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}

#categorias{
	float:left;
	overflow:hidden;
	width:180px;
	clear: both;
}

#contenidos{
	width: 914px;
	margin:auto;
	padding:10px 0px;
}

#cabecera{
	height:123px;
}

#cuerpo{
	background-color:#FFFFFF;
	margin-top:20px;	
	padding-bottom: 30px;
}

ul#social li {
	width: 250px;
    display: inline;
}

a.facebook {
    background: url("/style/img_cabecera/facebook.png") no-repeat scroll 0 0 transparent;
}


a.facebook:HOVER {
    background: url("/style/img_cabecera/facebook_over.png") no-repeat scroll 0 0 transparent;
}

a.twitter {
    background: url("/style/img_cabecera/twitter.png") no-repeat scroll 0 0 transparent;
}

a.blogger {
    background: url("/style/img_cabecera/blogger.png") no-repeat scroll 0 0 transparent;
}

a.twitter:HOVER {
    background: url("/style/img_cabecera/twitter_over.png") no-repeat scroll 0 0 transparent;
}

a.blogger:HOVER {
    background: url("/style/img_cabecera/blogger_over.png") no-repeat scroll 0 0 transparent;
}


a.facebook, a.twitter, a.blogger {
    display: inline-block;
    float: left;
    height: 23px;
    margin: 0px 5px;
    width: 23px;
}

.color-verde{
	color:#88b80c;
}

#contacto{
	line-height:25px;
	float:left;
}

#logo{
	background: url("/style/imagenes/new_logo.jpg") no-repeat scroll 45px 0px #FFFFFF;
    display: block;
    float: left;
    height: 155px;
    text-indent: -9999px;
    width: 240px;
}

#logo_desc{
	background: url("/style/imagenes/logo_desc.png") no-repeat scroll -10px 40% #FFFFFF;
    display: block;
    float: left;
    height: 55px;
    width: 385px;
	text-indent: -9999px;
	
}

#categorias ul.sub {
	margin-top: 0;
	display: none;
}

#categorias ul.sub li a{
	background:#F0f0f0 !important;
}

#categorias ul.active{
	display: block;
}

#categorias li a {
	background-image:url(/style/imagenes/fondo-categoria.gif);
	font-size:13px;
	padding-left:20px;
	line-height:28px;
	display: block;
}

#categorias li a:hover{
	color: #999999;
}

#categorias li a.active{
	font-weight: bold;
	color: #999999;
}

#categorias .subcategoriaActiva{
	background-image:url(/style/imagenes/fondo-subcategoria.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #999999;
}

#categorias .subcategoria{
	background-image:url(/style/imagenes/fondo-subcategoria.gif);
	background-repeat:no-repeat;
}

/* CESTA DE LA COMPRA */

.cesta-imagen{ width:60px; }
.cesta-nombre{ padding-left:10px;}
.cesta-nombre span {font-size: 11px;}
.cesta-cantidad{ width:70px; text-align: center !important; }
.cesta-precio{ width:86px; text-align: center;}
.cesta-opciones{ width:15px; }
.cesta-thumb{ width:50px; }

.cesta-articulo .cesta-cantidad{ height:54px; }

#cesta-eliminar{
	padding:23px 23px;
	text-decoration:underline;
}

#cesta-condiciones-gen {
    padding: 23px 5px;
    text-decoration: underline;
}

#paso-atras,#paso-atras2 {
	padding:23px;
	text-decoration:underline;
	float: right;
}
#cesta-rotulos{
	border-bottom:1px #DDDDDD solid;
	padding:6px 0px;
}

.cesta-articulo{
	border-bottom:1px #DDDDDD solid;
	padding:5px 0;
}

.cesta-articulo td {
	border-bottom:1px #DDDDDD solid;
}

#cesta-table{
	font-size:14px;
	margin-top:27px;
	width:100%;
}

#tabla-historial{
	font-size:14px;
	margin-top:25px;
	width:100%;
}

#tabla-historial th{
	color:#333333;
	line-height:25px;
	font-weight:bold;
}

#tabla-historial, #tabla-historial th{ border-bottom:1px solid #CCCCCC; padding-bottom:0px !important; }
#tabla-historial td, #tabla-historial th{ padding:9px; }
#tabla-historial .odd{ background-color:#f5f5f5; }
#tabla-historial .odd2{	background-color:#efefef; }
#tabla-historial .historial-fecha{ width:17%; }
#tabla-historial .historial-ref{ width:15%; }
#tabla-historial .historial-detalles{ width:7%; }
#tabla-historial .historial-total{ width:20%; text-align:right; font-weight:bold; font-size:15px; }
#tabla-historial .historial-rotulo-total{ text-align:center; }

.zoom2{
	background:url(/style/imagenes/zoom2.png) no-repeat left;
	text-indent:-9999px;
	display:block;
	float:right;
	width:16px;
	height:16px;
}

.cesta-borrar{
	background:url(/style/imagenes/icono-borrar.gif) no-repeat left;
	display:block;
	height:16px;
	text-indent:-9999px;
	margin-left:15px;
	width:16px;
}

#cesta-envio, #cesta-iva, #cesta-total, #cesta-plus{
	border:1px solid #ebebeb;
	padding:8px 10px;
	border-radius: 			8px;
	-moz-border-radius: 	8px;
	-webkit-border-radius: 	8px;
	margin-bottom:3px;
}

#cesta-total{
	border:1px solid #e1e1e1 !important;
	background-color:#f5f5f5 !important;
	font-size:21px !important;
}

#cesta-envio{
	margin-top:0px;
}

.cesta-pvp{
	float:right;
}

.derecha{
	float:right;
}

#direccion-facturacion, #soy-espanol, #no-soy-espanol{
	display:none;
}

/* FIN CESTA DE LA COMPRA */

.enlace-columna-derecha{
	color:#939393;
	font-family:Verdana;
	font-size:10px;
	margin:0px !important;
	padding:0px !important;
}

#foto-pago-seguro{
	background-image:url(/style/imagenes/foto-pago-seguro.gif);
	float:left;
	margin:5px 30px 30px 0px;
	height:140px;
	width:121px;
}

#formulario-transporte p{
	margin: 20px 0px;
}

#formulario-transporte input{
	padding:3px;
}

#formulario-transporte strong, h1{
	font-weight:bold;
	color:#333333;
}

#ficha-columna-1{
	float:left;
	width:290px;
}

#compartir{
	float:left;
	padding-top:26px;
}

.ficha-imagenes-secundarias{
	float:left;
	height:150px;
	padding-right:5px;
	width:150px;	
}

#ficha-columna-2{
	float:left;
	text-align:left;
	width:196px;
}

#ficha-foto{
	margin-top:30px;
	width:250px;
	text-align: center;
}

.ficha-ampliar-foto{
	background:#eeeeee url(/style/imagenes/zoom.png) no-repeat 0 15px;
	background-position:15px;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
	color:#777;
	display:block;
	line-height:24px;
	margin:20px auto 0px auto;
	padding-left:33px;
	padding-right:16px;
	width: 120px;
}
.ficha-ampliar-foto:hover{
	color:#333;
	background-color: #ddd;
}

.alto-linea-1{
	line-height:5px !important;
}

.en-linea{
	display:inline !important;
}

.ficha-oferta{
	line-height:5px !important;
	margin-bottom:20px; 
	display:block;
	color:#b6b6b6;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}

#otra-opcion{
	font-size:10px !important;
	color:#97c22a !important;
	text-decoration:underline;
	padding-top:5px;
}

#consulta{
	width:99% !important;
	margin:2px;
}

#ficha-precio{
	font-size:19px;
	font-weight:bold;
	padding-top:26px;
}

#ficha-columna-2 span{
	line-height:25px;
}

.ficha-imagen-detalles{
	margin:20px 40px 0px 0px;
}

.ficha-stock{
	background:url(/style/imagenes/stock.gif) left no-repeat;
	padding:4px 0px 0px 25px;
}

#ficha-transporte{
	text-decoration:underline;
}

#ficha-ventajas{
	padding-left:15px;
}

#foto-ssl{
	background-image:url(/style/imagenes/ssl.jpg);
	float:left;
	height:165px;
	margin:0px 30px 30px 0px;
	width:183px;
}

#foto-apadrina{
	background-image:url(/style/imagenes/foto-apadrina.jpg);
	height:239px;
	margin:30px 0px;
	width:468px;
}

#foto-nota-legal{
	background-image:url(/style/imagenes/foto-nota-legal.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:251px;
}

#foto-lowcost{
	background-image:url(/style/imagenes/foto-pensamiento-low-cost.jpg);
	height:239px;
	margin:30px 0px;
	width:468px;
}

#foto-faq{
	background-image:url(/style/imagenes/foto-faq.jpg);
	height:239px;
	margin:30px 0px;
	width:468px;
}

#foto-registro{
	background-image:url(/style/imagenes/foto-registro.jpg);
	height:118px;
	margin:30px 0px;
	width:468px;
}

#foto-registro-normal{
	background-image:url(/style/imagenes/foto-registro-normal.jpg);
	height:118px;
	margin:30px 0px;
	width:468px;
}

#foto-envios{
	background-image:url(/style/imagenes/foto-envios.jpg);
	height:239px;
	margin:30px 0px;
	width:468px;
}

#foto-nosotros{
	background:url(/style/imagenes/foto-nosotros.gif) right;
	height:239px;
	margin-top:30px;
	width:468px;
}

#foto-como-comprar{
	background:url(/style/imagenes/foto-como-comprar.jpg);
	height:239px;
	margin-top:30px;
	width:468px;

}

#foto-grande{
	background-image:url(/style/imagenes/contenido-imagen.jpg);
	width:488px;
	height:239px;
}

.formulario{
	border:1px solid #dedede;
	color:#999999;
	font-family:Verdana;
	font-size:10px;
	padding:4px;
	width:100px;
}

#login{
	margin-top:20px;
}

.izquierda{
	float:left;
}

#precio .iva-inc{
	float:right !important; 
	padding:13px 0px 0px 5px !important;
}

#icono-telefono{
	background:url(/style/imagenes/telefono.gif) left no-repeat;
	float:left;
	line-height:25px;
	margin-left:10px;
	padding-left:20px;
	width:168px;
}

#header-skype, #header-msn, #header-mail{
	display:block;
	text-indent:-9999px;
	float:left;
	width:59px;
	height:34px;
	background:url(/style/imagenes/skype-msn-correo.gif) left no-repeat;
}

#header-msn{
	background-position:-58px 0px;
}

#header-mail{
	background-position:-117px 0px;
	width:57px !important;
}

#icono-horario{
	font-stretch:1px;
	float:left;
	line-height:25px;
	padding:0px 15px 0px 20px;
	background:url(/style/imagenes/icono-reloj.gif) left no-repeat;
}

#imagen-principal {
	display: table-cell;
	vertical-align: middle;
	#display: block;
	width: 250px;
	height: 250px;
	text-align: center;
}
#imagen-principal img {
	margin: 0 auto;
}
.margen-superior{ margin-top:3px; }
.margen-superior-1{ margin-top:13px; }
.margen-superior-3{ margin-top:20px; }
.margen-superior-2{	line-height:35px; }
.margen-superior-4{	margin-top:28px; }
.margen-superior-5{ margin-top:45px; }

.margen-inferior-0{ margin-bottom:0px !important; padding-bottom:0px !important; }
.margen-inferior-1{	margin-bottom:15px; }
.margen-inferior-2{ margin-bottom:25px; }
.margen-inferior-3{ display:inline; }
.margen-inferior-4{ margin-bottom:40px !important; }
.margen-inferior{ padding-bottom:5px; }
.bloque{ display:block; }

#miga{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float:left;
	line-height:25px;
	margin-right:8px;
	overflow:hidden;
	padding-right:15px;
	white-space:nowrap;
	width:658px;
}

#miga-de-pan{
	color:#9c9c9c;
	font-size:12px;
	font-weight:bold;
	margin-left:35px;
}

.negrita{
	font-weight:bold;
}

#opciones{
	width:180px;
	float:right;
}

#opciones a{
	text-indent:28px;
	line-height:20px;
	display:block;
}

#cesta-compra{
	font-size:12px;
	margin-bottom:10px;
}

.cesta-resumen{
	border-top:1px solid #dddddd;
	padding:15px;
}

#opciones #cesta-compra #tr-email{ background:url(/style/imagenes/email.gif) no-repeat; }
#opciones #cesta-compra #tr-clave { background:url(/style/imagenes/icono-clave.gif) no-repeat; }
#opciones #cesta-compra #tr-clave, #opciones #cesta-compra #tr-email{
	background-repeat: no-repeat;
	background-position:2px 6px;
	line-height:27px;
}

#opciones ul a{
	line-height:27px;
}

#boton-derecha a{
	display:block;
	height:79px;
	cursor:pointer !important;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#boton-derecha li{
	height:79px;
}

#boton-derecha{
	width:100%;
}

#cesta-compra tr{
	background:url(/style/imagenes/articulo-cesta.gif) no-repeat;
	line-height:35px;
}

#cesta-compra #precio-total{
	background-image:none;
}

#cesta-compra .nombre-articulo{
	text-indent:25px;
}

#cesta-compra .nombre-articulo a{
	display:inline;
}

#cesta-compra .precio-articulo{
	color:#f13d6a;
	font-weight:bold;
	background-color:#FFFFFF;
}

#opciones ul{
	font-size:13px;
	float:left;
	color:#6e6e6e;
}

#opciones li{
	line-height:26px; 
	text-indent:28px;
}

#historial{ 
	background:url(/style/imagenes/icono-calendario.gif) no-repeat 4px 4px;
}

#editar-datos{
	background:url(/style/imagenes/icono-candado.gif) no-repeat 6px 6px;
}

#apadrinando{
	background:url(/style/imagenes/icono-apadrino.gif) no-repeat 4px 6px;
}

#logout{
	background:url(/style/imagenes/icono-salir.gif) no-repeat 6px 9px;
}

#panel-usuario{
	border:2px solid #efefef;
	padding:0px 10px 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.recorte{
	display:block;
	overflow:hidden;
	white-space:nowrap;
}

#opciones #faq{ background:url(/style/imagenes/icono-1.gif) no-repeat; }
#opciones #seccion-como-comprar{ background:url(/style/imagenes/icono-2.gif) no-repeat; }
#opciones #pago-seguro{ background:url(/style/imagenes/icono-3.gif) no-repeat; }
#opciones #envios{ background:url(/style/imagenes/icono-4.gif) no-repeat; }
#opciones #devoluciones{ background:url(/style/imagenes/icono-5.gif) no-repeat; }
#opciones #faq, #opciones #seccion-como-comprar, #opciones #pago-seguro, #opciones #envios, #opciones #devoluciones{ background-position:0px 4px; }

.padding-1{
	padding:24px !important;
}

.padding-2{
	padding:15px !important;
	color:#666;
}

/* COMPRA | PASO 1:  */

#no-soy-nuevo{
	margin-top:20px;
}

#paso-1{
	border:1px solid #ebebeb;
	padding:8px 10px;
	border-radius: 			8px;
	-moz-border-radius: 	8px;
	-webkit-border-radius: 	8px;
	margin-bottom:5px;
	line-height:25px;
}

#paso-1-dibujo-progreso{
	background:url(imagenes/dibujo-progreso.gif) no-repeat top;
	height:75px;
	margin: 20px auto;
    width: 75%;
	font-size:13px;
	line-height:16px;
	background-position:15px -20px;
}

.paso-1-input{
	border:1px solid #a8acad;
	font-size:12px;
	font-weight:normal;
	padding:6px;
	width:240px !important;
}

#paso-1-dibujo-progreso-over{
	background:url(imagenes/dibujo-progreso.gif) no-repeat top;
	height:20px;
	margin-left:10px;
}

.progreso-1{ background-position:-425px 3px !important; }
.progreso-2{ background-position:-330px 3px !important; }
.progreso-3{ background-position:-215px 3px !important; }
.progreso-4{ background-position:-100px 3px !important; }
.progreso-5{ background-position:3px 3px !important; }
#paso-1-dibujo-indice{	padding:10px 0px 0px 25px; }
#paso-2-dibujo-indice{	padding:10px 0px 0px 120px; }
#paso-3-dibujo-indice{	padding:10px 0px 0px 235px; }
#paso-4-dibujo-indice{	padding:10px 0px 0px 351px; }
#paso-5-dibujo-indice{	padding:10px 0px 0px 425px; }

#paso-1 p{ padding:0px 0px 25px; }

.enlace-1{
	font-size:12px;
	text-decoration:underline;
}

.enlace-2{
	text-decoration:underline;
}

#formulario-nuevo{
	display: none;
}

.pasos-tabla-formulario{
	background-color:#f0f0f0;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
}

.fondo-1{
	background-color:#e9e9e9 !important;
}

.fondo-2, .trf2 td{
	background-color:#f1f1f1 !important;
}

.forma-de-pago{
	padding:5px 0 !important;
}

.forma-de-pago-primera{
	padding:0 0 5px !important;
}

.forma-de-pago-ultima{
	padding:5px 0 0 !important;
}

.pasos-100{
	width:100%;
}

#soy-nuevo{
	display: inline;
}

#paso-1-formulario button{
	cursor:pointer;
}

.pasos-tabla-formulario td{
	padding:15px;
}

.pasos-tabla-formulario input{
	padding:4px;
	font-weight:normal;
	font-size:12px;
	float:right;
	width:170px;
}

/* FIN COMPRA | PASO 1: */

#pass{
	width:54px;
}

#pie{
	font-family:Verdana;
	font-size:10px;
	background-image:url(/style/imagenes/pie-sombra.gif);
	background-repeat:no-repeat;
	height:107px;
}

#pie-texto{
	float:left;
	padding-top:46px;
	padding-left:33px;
	width:719px;
}

#rotulo-categorias{
	background:url(/style/imagenes/rotulo-catalogo.gif) no-repeat top left;
	height:17px;
	line-height:17px;
	margin:15px 0px 20px;
	text-indent:-20000px;
}

#pie ul{
	margin: 5px 0px 0px 0px;
}

#pie ul li{
	margin: 5px 0px 0px 5px;
}

#pie ul li a{
	color: #6E6E6E;

}

#pie ul li a:hover{
	color:#88b80c;
}

#pie .logo {
	border: 1px solid #88B80C;
    padding: 2px;
}



#rotulo-como-comprar{ background-image:url(/style/imagenes/rotulo-como-comprar.gif); height:24px; margin-top:9px; }
#rotulo-profesionales{ background-image:url(/style/imagenes/rotulo-profesionales.gif); }
#rotulo-lowcost{ background-image:url(/style/imagenes/rotulo-precios-lowcost.gif); }
#rotulo-apadrina{ background-image:url(/style/imagenes/rotulo-apadrina.gif); }
#rotulo-faq{ background-image:url(/style/imagenes/rotulo-faq.gif); }
#rotulo-envios{ background-image:url(/style/imagenes/rotulo-envios.gif); }
#rotulo-devoluciones{ background-image:url(/style/imagenes/rotulo-devoluciones.gif); }
#rotulo-nota-legal{ background-image:url(/style/imagenes/rotulo-nota-legal.gif); }
#rotulo-politica-privacidad{ background-image:url(/style/imagenes/rotulo-politica-privacidad.gif); }
#rotulo-proteccion-de-datos{ background-image:url(/style/imagenes/rotulo-proteccion-de-datos.gif); }
#rotulo-proveedores{ background-image:url(/style/imagenes/rotulo-proveedores.gif); }
#rotulo-pago-seguro{ background-image:url(/style/imagenes/rotulo-pago-seguro.gif); }

.rotulos{
	float:left;
	width:175px;
}

#rotulo-cesta{
	height:20px;
	background-image:url(/style/imagenes/cabecera-rosa.gif);
	margin-bottom:7px;
}

.rotulos-cuerpo{
	height:17px;
	line-height:17px;
	margin:30px 7px 15px;
	text-indent:-20000px;
	width:480px;
}

#login-entrar{
	background-color:#FFFFFF;
}

#rotulo-destacados{
	background:url(/style/imagenes/rotulo-destacados.gif) no-repeat;
	margin-top:40px !important;
}

#rotulo-ofertas{
	background:url(/style/imagenes/rotulo-ofertas.gif) no-repeat;
	margin-top:40px !important;
}

.rotulo-subseccion{
	background:no-repeat left;
	height:17px;
	margin-top:16px;
}

#rotulo-nosotros{ background-image:url(/style/imagenes/rotulo-nosotros.gif); }

#rotulo-novedades{
	background:url(/style/imagenes/rotulo-novedades.gif) no-repeat bottom left;
	padding-top:10px;
}

#rotulo-pedido{
	background-image:url(/style/imagenes/rotulo-verde.gif);
}

#rotulo-pedido,#rotulo-cesta:hover{
	color:#FFFFFF;
}

#rotulo-registro{
	background-image:url(/style/imagenes/rotulo-registro.gif);
}

.rotulo-rosa{
	color:#f13d6a;
	font-size:15px;
	font-weight: bold;
}

.rotulo-verde{
	color:#97c22a;
	font-size:15px;
	font-weight: bold;
}

.rotulo-subrotulo strong{
	font-size:15px;
}

.rotulo-subrotulo{
	font-size:13px;
	font-style:italic;
}

#rotulo-usuarios{
	background:url(/style/imagenes/rotulo-usuarios.gif) no-repeat;
	height:17px;
}

.separador{
	background-image:url(/style/imagenes/separador-derecho.gif);
	margin:20px 0px;
	height:13px;
	width:179px;
}

.separador-cuerpo{
	background-color:#efefef;
	display:block;
	font-size:0px;
	float:left;
	height:3px;
	margin:10px 0px 10px 0px;
	width:682px;
}

.size-1{
	font-size:14px;
	text-decoration:underline;
}

.size-2{
	font-size:12px;
}

.size-3{
	font-size:25px;
}

.size-4{
	font-size:14px;
}

.size-5{
	font-size:16px;
}

.ficha-p-descripcion{
	padding-top:28px;
}

.ficha-material{
	/*background:#f1f1f1;
	border:1px solid #e0e0e0;*/
	height:24px;
	line-height:24px;
	margin-bottom: 8px;
	font-size: 12px;
}

.ficha-material img {
	display:inline;
	float:left;
	height:27px;
	margin-right:8px;
	width:27px;
	border: 1px solid #e0e0e0;
}

#ficha-columna-2 a{
	display:block;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

#sub-seccion{
	font-size:14px; 
	margin:0px; 
	text-align:justify;
	width:686px;
}

#sub-seccion p{
	margin:30px 0px;
	line-height:23px;
}
#sub-seccion strong {
	font-weight: bold;
}
#sub-seccion .div-tiny p {
	margin: 0;
	line-height: auto;
}
#tarjetas{
	background:url("/style/imagenes/pie-tarjetas.png") no-repeat scroll 30px 10px transparent;
	float:left;
	width: 50%;
	height:140px;
}

.texto-antes{
	color:#000000;
	display:block;
	font-size:14px;
	text-decoration:line-through;
}

.texto-izquierda{
	text-align:left;
}

.texto-verde{ 
	/*color:#97c22a;*/
	color:#485965;	
}
.texto-azul{  color:#157fcc; }
.texto-rojo{  color:#FF0000; }
.texto-gris{  color:#9c9c9c; }
/*.texto-rosa{  color:#f13d6a; }*/
.texto-rosa{  color:#485965; }
.texto-negro{ color:#000000; }

.texto-blanco{
	color:#FFFFFF;
	font-size:12px;
}

#textos-contenidos{
	float:left;
	margin:0px 0px 0px 34px;
	width:686px;
}

.tip{
	font-size:13px;
	color:#666666;
	text-align:justify;
	font-weight:normal;
	line-height:20px;
	padding-bottom:20px;
}
/* paginacion */
.paginador{
	font-size: 13px;
	padding: 10px 25px;
	text-align: right;
	clear: both;
}

.paginador a, .paginador em{
	border: 1px solid #e5e5e5;
	padding: 2px 5px;
	color: #666;
	background-color:#f5f5f5;
	margin: 2px 4px;
	text-decoration: none;
}

.paginador a:hover{
	border-color: #96C32A;
	background-color: #96C32A;
	color: #FFF;
}

.promociones{
	background: #97c22a !important;
	font-weight: bold;
	color: #FFF;
}

.promociones:hover {
	color: #FFFFFF !important;
}

.paginador a.disabled{
	background-color:#888;
	border-color: #888;
	color:#FFFFFF;
	cursor: default;
}
.paginador .descripcion{
	color: #aaa;
	font-size: 12px;
}
.paginador a.prev,.paginador a.next {
	color: #96C32A;
	background: none;
	border: none;
}
.paginador a.prev.disabled, .paginador a.next.disabled {
	color: #CCC;
	background: none;
	border: none;
} 
div.simple {
	float: left;
	border: 1px solid #ddd;
	width: 216px;
	padding: 10px;
	font-size: 11px;
}
div.sp {
	margin-right: 10px;
}
table.simple {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #ddd;
	margin: 0;
	font-size: 11px;
}
table.sp {
	margin-top: 20px;
}
.simple th {
	font-weight: bold;
	padding: 6px;
}
.simple td {
	border: 0;
	padding: 6px;
	border-top: 1px solid #ddd;
}
.simple strong {
	font-size: 13px;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.align-right {
	text-align: right;
}
div.inactive {
	opacity: .8;
	filter: alpha(opacity = 80);
}
.strike {
	text-decoration:line-through;
}
#cofidiswrap {
	display: block;
	margin: 10px 0;
}
#cofidis {
	font-weight: bold;
}
.telefono{
	background: url("/style/imagenes/telefono.png") no-repeat 0px transparent;
    padding: 2px 23px;
}
.correo {
	background: url("/style/imagenes/correo.png") no-repeat 0px transparent;
    padding: 2px 23px;
}

.boton_cesta{
	background: #96C32A;
    border: 1px solid #B1B1B1;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 20px;
   	margin: 5px;
    padding: 0 5px;
}

.boton_cesta:hover{
	color: #FFFFFF;
}

.botones_cesta{
	height: 30px;
	margin:5px 5px 15px;
}

#partner {
	margin: 0px 0px 0px 250px;	
}

#partner h3 {
	float:left;
}

#partner ul {
	float:left;
	margin: -10px 0px 0px 15px;
}

#partner li {
	float:left;
	margin: 0px 5px;
}

@font-face {
	font-family: ledbdrev;
	src: url(/style/ledbdrev.ttf) format("truetype");
}

.seccion{
	background: #999999;
	border: 1px solid #B1B1B1;
	color: #FFFFFF;
	margin: 0 0 5px;
	padding: 5px;
	width: 170px;
}


