/* CSS Document */

*,html{
	padding: 0px;
	margin:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:62.5%;
	height:100%;
}

p{
	font-size:1.2em;
	color:#000000;
	text-align:justify;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	margin-bottom:13px;
	line-height: 14px;	
}

a{
	text-decoration:none;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1.2em;
	color:#000000;
}

img{
	border:none;
	margin-bottom:0px;
}

h1{
	padding-right:160px;
	background-color:#d2026e;
	color:#FFFFFF;
	float:left;
	font-size:2.2em;
	padding-left:2px;
	margin-bottom:0px;
}

h2{
	color:#d2026e;
	font-size:2.4em;
	margin-bottom:8px;
}

h3{
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:8px;
}

/* clases propias*/

.floatleft {
	float: left;
	margin: 0px;
	padding: 0px;
}

.floatright {
	float:right;
	margin: 0px;
	padding: 0px;
}

.salto {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size:0px;
	height:0px;
}

.logo{
	float:left;

	margin-top:19px;
}

.texto_meettok{
	color:#999999;
	float:right;
	width:428px;
	margin-top:10px;
	font-weight:normal;
	margin-bottom:25px;
}

.contacto{
	color:#999999;
	text-align:right;
	font-size:1.1em;
	font-weight:normal;
	line-height:15px;
	margin:0px;
	padding:0px;
}

.negro{
	color:#000000;
}
.rosa{
	color:#d2026e;
}

.blanco{
	color:#ffffff;
}

.novedad{
	width: 321px;
	float: left;
	clear: both;
}

.novedad p{
	text-align:left;
}

.invisible{
	display: none;
}

span.error{
	color:#d2026e;
	font-size:12px;
}

span.msg_error
{
	color:#999999;
	font-size:12px;
}

/* libros */

.ficha_libro, .autores{
	width:899px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

.imagen_libro{
	width:174px;
	height:246px;
	background-image:url(../images/no_img_disponible.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:18px;
}

.col_1{
	width:343px;
	float:left;
}

.col_2{
	width:343px;
	float:left;
	margin-left:21px;
}

.col_2 p{
	color:#666666;
}
.ficha_libro .col_2 ul{
	margin-bottom:15px;
	padding-left:16px;
}
.ficha_libro .col_2 ul li{
	/*list-style:url(../images/ico_lista.gif);*/
	font-size:1.2em;
	padding-bottom:6px;
	padding-left:3px;
	color:#666666;
}

.autor, .comentario, .entradilla{
	margin-bottom:6px;
	min-height:49px;
	font-weight:bold;
	color:#999999;
}

.autor a{
	color:#999999;
	font-weight:bold;
}

.autor a:hover{
	color:#d2026e;
}

.comentario{
	color:#000000;
}

.entradilla{
	font-weight:normal;
}

.codigo{
	background-image:url(../images/codigo.gif);
	background-repeat:no-repeat;
	height:45px;
	margin-top:2px;
	width:124px;
	font-size:1.0em;
}

.codigo p{
	margin-bottom:0px;
}

.codigo_bajo{
	margin-top:20px;
	float:left;
	margin-left:17px;
	display:inline;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:10px;
}

.biografia{
	height: 110px;
	min-height:110px;
	float:left;
	width:343px;
	overflow: hidden;
}

.biografia p{
	margin-bottom: 5px;
	
}

.leer{
	color:#FFFFFF;
	padding-right:30px;
	padding-left:2px;
	float:right;
	background:#000000;
	margin-top: 10px !important;
	margin-top:-85px;
	margin-bottom: 10px;
	height:17px;
}

.leer:hover{
	background:#d2026e;
}

.comprar{
	background-image:url(../images/fondo_comprar.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	margin-top:-10px;
	height:68px;
	margin-top:0px;
}

.comprar a{
	background-color:#d2026e;
	background-image:url(../images/fondo_comprar_a.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:18px;
	margin-top:33px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.3em;
	padding:0px 5px 0px 55px;
	display:block;
}
.comprar a:hover{
	background-color:#000000;
	background-position:bottom left;
	cursor:pointer;
}

.comprar .com1{
	float:left;
	width:139px;
	height:18px;
	display:block;
}
.comprar a .com2{
	float:right;
	width:139px;
	height:18px;
	text-align:right;
	display:block;
}

.descargas{
	margin-top:15px;
	background-color:#000000;
	color:#FFFFFF;
	display:block;
}

.descargas .desc1, .descargas .desc2, .descargas .desc3{
	height:20px;
	display:block;
	padding:3px 0px 0px 5px;
	font-size:0.9em;
	cursor:pointer;
	
}
.descargas .desc1{
	border-bottom:1px dotted #FFFFFF;
}
.descargas .desc2{
	color:#d2026e;
}
.descargas .desc3{
	padding:3px 0px 2px 5px;
}
.descargas a{
	margin-top: 0px;
}

/* autores */

.col_img img{
	float:left;
	width:174px;
	height:246px;
	background-image:url(../images/no_img_disponible.gif);
	background-repeat:no-repeat;
	margin-right:15px;
	width:174px;
	height:245px;
}

.autores .col_1{
	width:525px;
}

.autores h2{
	color:#000000;
	font-size:2em;
	font-weight:normal;
	margin-bottom:0px;
}

.autores .col_1 p{
	color:#666666;
}

.autores .col_1 p.vida{
	background-color:#000000;
	color:#FFFFFF;
	padding:0px 35px 0px 2px;
	float:left;
}

.autores h3{
	color:#d2026e;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:6px;
}

.autores .col_2{
	margin-top:31px;
	width:160px;
}

.autores .col_2 ul{
	margin-bottom:15px;
	padding-left:16px;
}
.autores .col_2 ul li{
	list-style:url(../images/ico_lista.gif);
	font-size:1.4em;
	padding-bottom:6px;
	padding-left:3px;
}
.autores .col_2 ul li a{
	font-size:1em;
	color:#000000;
}


/* sugerencias */

.sugerencias{
	margin:0px 147px 0px 100px;
	padding:30px 0px 0px 0px;
	/*width:652px;*/
}

.formu{
	padding:0px 0px 17px 0px;
}

.label1{
	float:left;
	width:82px;
	padding:0px 15px 0px 0px;
	text-align:right;
	font-size:1.2em;
}

.formu input{
	font-family:"Trebuchet MS", Tahoma, Verdana;
	width:197px;
	height:22px;
	border:1px solid #b8b8b8;
}
.formu textarea{
	font-family:"Trebuchet MS", Tahoma, Verdana;
	width:552px;
	height:186px;
	float:left;
	font-size:1.3em;
	border:1px solid #b8b8b8;
}

.formu input.boton1{
	border:none;
	height:19px;
	width:182px;
	background-color:#d2026e;
	background-image:url(../images/ico_btn.gif);
	background-position:60px 7px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	padding:0px 0px 0px 15px;
	text-align:left;
	float:right;
}

.formu input.boton1:hover{
	background-color:#000000;
	background-image:url(../images/ico_btn2.gif);
}


/* TEXTOS LEGALES */

.textos_legales .col_1, .textos_legales .col_2{
	width:429px;
}
.textos_legales .col_2{
	float:right;
}
.textos_legales .col_2 p{
	color:#000000;
}

.textos_legales p.vida{
	background-color:#000000;
	color:#FFFFFF;
	padding:0px 35px 0px 2px;
	float:left;
	margin-top:19px;
}

/* HOME */

.home .col_1{
	width:231px;
	margin:30px 13px 0px 0px;
	float:left;
	overflow:hidden;
}
.home .col_2{
	width:321px;
	margin:30px 0px 0px 0px;
	float:left;
}
.home .col_3{
	width:321px;
	margin:30px 0px 0px 0px;
	float:right;
}
.home .col_1 h1, .home .col_2 h1, .home .col_3 h1{
	float:none;
	display:block;
	margin:0px 0px 19px 0px;
}
.home .col_2 h1{
	background-color:#000000;
}
.home .col_3 h1{
	background-color:#7e7e7e;
}
.home .col_1 p{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:8px;
}
.home .col_2 img{
	float:left;
	margin: 0px 10px 20px 0px;
}
.home .col_2 p.tit{
	color:#d2026e;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom: 10px;
}
.home .col_2 ul{
	list-style:none;
}
.home .col_2 ul li{
	font-size:1.5em;
	color:#000000;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.home .col_3 p.tit{
	color:#000000;
	font-weight:bold;
	margin-bottom: 10px;
	background-image:url(../images/ico_lista.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
}
.home .col_3 p.tit a{
	font-size:1em;
}
.home .col_3 p.rosa{
	color:#d2026e;
	background-image:url(../images/ico_lista2.gif);
}
.home .col_3 p{
	color:#7e7e7e;
	padding-left:12px;
}
.home .col_3 p.suscribete{
	color:#000000;
	margin-top:15px;
	font-size:1.3em;
}
.home .col_3 p span{
	background-color:#000000;
	color:#FFFFFF;
	padding:0px 35px 0px 2px;
	font-weight:bold;
	font-size:1.1em;
}
.home .col_3 p.suscribete a{
	font-size:1em;
	color:#000000;
}



/* pie */

.rss{
	background-image:url(../images/rss.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:30px;
	color:#666666;
	height:29px;
	float:left;
	padding-top:3px;
}

.rss:hover{
	color:#d2026e;
}

.norsis{
	background-image:url(images/logotipo_norsis.gif); 
	background-repeat:no-repeat; 
	background-position:right;
	padding-right:70px;
}

.carrito{
	position:absolute;
	z-index:200;
	width:170px;
	height:90px;
	padding:20px 0px 0px 63px;
	left:217px;
	top:14px;
	background-image:url(../images/fondo_carrito.jpg);
	background-repeat:no-repeat;
	float:left;
}

.cantidad{
	color:#FFFFFF;
	float:left;
	width:23px;
	margin-top:21px;
	font-weight:bold;
	text-align:center;
}

.titulo_carrito{
	color:#d2026e;
	font-size:1.6em;
	font-weight:bold;
	margin:4px 0px 20px 0px;
}

.texto_carrito{
	width:138px;
	float:right;
}

.texto{
	color:#000000;
	font-size:1.2em;
	text-align:left;
	line-height:14px;
	font-weight:bold;
}

.texto:hover{
	color:#d2026e;
}


/* id's*/

#general{
	margin:auto auto;
	width:899px;
	position:relative;
}

#idiomas ul{
	margin-top:10px;
	width:899px;
	float:left;
}

#idiomas li{
	display:inline;
	float:left;
	margin-right:4px;
	margin-right:4px;
	list-style-image: none;
	list-style-type: none;
}

#idiomas li a{
	font-weight:bold;
	color:#616161;
}

#idiomas li a:hover{
	color:#d2026e;
}

#menu{
	float:right;
	width:680px;
	margin-top:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#menu ul li{
	list-style-image: none;
	list-style-type: none;
	margin-left:10px;
	padding-bottom:7px;
	float:right;	
}

#menu ul li a{
	padding-right:40px;
	padding-left:2px;
	padding-bottom:2px;
	float:left;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1.5em;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}

#menu ul li a:hover{
	background:#000000;
	color:#FFFFFF;
}

#menu ul li a.selecionado{
	background:#d2026e;
	color:#FFFFFF;
}

#pie{
	float:left;
	width:899px;
	margin-top:7px;
}

#pie ul{
	float:right;
	width:500px;
	margin-top:3px;
}

#pie ul li a{
	color:#666666;
}

#pie ul li{
	list-style-image:none;
	list-style-type:none;
	float:right;
	margin-left:40px;
}

#pie ul li a:hover{
	color:#d2026e;
}

.enlace{
	text-decoration:underline;
	color:#d2026e;
	float:right;
	margin-left:12px;
}

/* CARRITO */

#bordes_carrito{
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	padding:0px 0px 10px 0px;
	margin:0px 0px 15px 0px;
}

.carrito_producto{
	width:449px;
	margin:10px 0px 15px 0px;
	float:left;
}
.carrito_producto .col_1{
	width:257px;
}

.carrito_producto .autor{
	min-height:25px;
}

.carrito_pvp{
	/*background-color:#4c4c4c;*/
	background-color:#000;
	padding:1px 4px 1px 4px;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
}
.carrito_unidades{
	background-image:url(../images/fondo_unidades.gif);
	background-repeat:repeat-x;
	width:175px;
	height:68px;
	margin:50px 0px 12px 0px;
}
.carrito_bolsa{
	background-image:url(../images/bolsa.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	padding:34px 0px 16px 55px;
	float:left;
}

.carrito_bolsa a:hover
{
	color:#FFFFFF;
	background-color:#d2026e;
}

.carrito_bolsa a{
	color:#d2026e;
	background-color:#FFFFFF;
}

.mas, .menos{
	float:right;
	width:18px;
	height:18px;
	margin:33px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	background-color:#FFF;
}
.mas a, .menos a{
	display:block;
	width:18px;
	height:18px;
	background-image:url(../images/fondo_mas.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.menos a{
	background-image:url(../images/fondo_menos.gif);
}
.mas a:hover, .menos a:hover{
	background-position:bottom;
}
.mas span, .menos span{
	position:absolute;
	top:-6000px;
}

.carrito_total{
	color:#d2026e;
	font-size:2.6em;
	text-align:right;
}
.carrito_producto .carrito_total{
	text-align:left;
}
.carrito_total span{
	color:#000;
}
.carrito_total .decimales{
	font-size:0.75em;
}

#carrito_confirmar, #carrito_vaciar{
	float:right;
	background-color:#d2026e;
	margin:15px 0px 0px 3px;
	font-size:2.2em;
}
#carrito_vaciar{
	background-color:#c2c2c2;
}
#carrito_confirmar a, #carrito_vaciar a{
	display:block;
	color:#FFF;
	padding:5px 20px 5px 20px;
}
#carrito_confirmar a:hover, #carrito_vaciar a:hover{
	background-color:#000;
}

#carrito_condiciones{
	text-align:right;
	margin:15px 0px 0px 0px;
	font-size:1.2em;
} 
#carrito_condiciones a{
	text-decoration:underline;
}
#carrito_condiciones a:hover{
	color:#d2026e;
}

/* Estilos TPV */ 

#facturacion_izq{
	width:344px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	margin-bottom:5px;
}
#facturacion_izq label{
	float:left;
	width:344px;
	margin-bottom:5px;
}

#facturacion_izq p{
	float:left;
	margin-bottom:0px;
}

#facturacion_izq input,select,textarea{
	float:right;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#000000;
	padding-left:5px;
}

#chk_factura{
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#000000;
	padding-left:5px;
	font-size:1.2em;
}

#tarifas{
	float:left;
	margin-top:20px;
}

#tarifas ul{
	float:left;
}

#tarifas ul li{
	display:block;
	margin-bottom:25px;
}


#confirmar_compra{
	float:right;
	margin-top:20px;
	text-align:right;
}

#comprar{
	width:250px;
	margin:auto auto;
	margin-bottom:30px;
}

#comprar p{
	float:left;
	padding-top:5px;
}

#precios, #precios_envio{
	float:left;
	display:inline;
	margin-top:40px;
	margin-bottom:40px;
}

#precios p, #precios_envio p{
	margin:5px;
	text-align:center;
}

#precios td, #precios_envio td{
	border:#d2026e 1px solid;
	padding: 3px;
	text-align: center;
}

#precios_envio th{
	padding-right: 5px;
	padding-left: 5px;
	color: #ffffff;
}

/* Fin estilos TPV */



