@charset "UTF-8";

body { 
	margin:0px;
	padding:0px;
	color: #333;
	font: 13px 'PT Sans', arial, serif;
	word-spacing: 2px;
	min-width: 960px;
	text-align: justify;
}

/* @group Tipos */

p {
	padding: 0;
	line-height: 16px;
	margin: 10px 0 0;
	text-align: justify;
}
h1 {
	border-bottom: 1px solid #cacaca;
	margin: 0 0 10px;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px;
	height: 20px;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
h3 {
	color: #333;
	font-size: 15px;
	text-align: left;
	margin: 0 0 10px;
}

/* @end */

/* link */
a {
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: none;
}
img.a, img.no_line{
	border: none;
}

img.cistella {
	background-color: black;
	float: right;
	position: relative;
	right: -20px;
	bottom: -2px;
}

/* @group span */

.color, .tags, .lugarEvento, .horarioEvento {
	color: #a83c2f;
}
.color_black{
	color: black;
}

.aci, .aetas, .vag, .cor, .summa {
	padding: 5px 10px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	display: inline-block;
	color: white;
}
.sub{
	background-color: #999;
}

.etiqueta{
	padding: 5px 10px;
	background-color: white;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	font-size: 11px;
	margin-top: 10px;
	display: table;
	margin-bottom: 10px;
}
.button{
	padding: 5px 10px;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.aetas, .summa, .aci, .cor, .vag {
	background-color: #999;
}
ul.indice {
	list-style-type: none;
	padding: 0;
	float: none;
	margin: 0;
}
ul.indice li{
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}
ul.indice li a {
	background-color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 7px;
	line-height: 10px;
	color: white;
}
ul.indice li a:hover{
	background-color: #ccc;
}
.cite {
	text-align: right;
}

/* @end */

/* listas */

/* @group menu */

ul#menu {
	padding: 0 0 5px;
	/* width: 500px;*/ /*For KHTML*/
	list-style: none;
	margin: 0 0 70px;
}
ul#menu li {
  margin: 0 5px 0 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-image: url(../images/lin.png);
  padding: 0;
}
ul#menu li:hover, body#item1 a.index, body#item2 a.colc, body#item3 a.tit, body#item4 a.auts, body#item5 a.not, body#item6 a.pre, body#item7 a.edl, body#item8 .trad {
	background: #999;
	color: #fff;
}
ul#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 25px;
	width: 600px;
}
ul#menu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#menu ul li {
	float: left; 
	/*For IE 7 lack of compliance*/
	display: block !important;
	display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
}
/* Root Menu */
ul#menu a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: black;
	height: auto !important;
	height: 1%;
	text-decoration: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	padding: 5px 15px;
}
/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
	float: left;
	border:none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #000;
}
ul#menu li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
	display: block;
}

/* @end */
ul {
	list-style-position: outside;
	padding-left: 15px;
	list-style-type: square;
	margin: 0;
	text-align: left;
}
ul li {
	margin-bottom: 10px;
}
.noticiaEnunciado li
{
    margin-bottom: 0px;
}

ul#pest {
	margin: 0 0 5px;
	padding: 0;
	height: 22px;
}

ul#pest li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
}
ul#pest a {
	display: block;
	color: black;
	margin-bottom: 0;
	background-image: url(../images/lin.png);
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	display: inline-block;
	padding: 5px 10px;
}
ul#pest a:hover {
	color: white;
	background-color: #999;
	background-image: none;
}
ul#pest .actiu{
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	display: inline-block;
	color: white;
	background-color: #999;
	background-image: none;
}
.coleccio
{
    background-color: #999;
    margin-bottom: 10px;
    padding: 20px ;
    color: white;
    display: table;
}

#ultimoTituloColeccion{
    margin: 0px;
	padding-top: 0px;
    text-align: justify;
	padding-right: 10px;
	border: 1px solid #999;
}

#ctl00_contenedor_FormView1_FormView2_HyperLink1 img{
	padding-left: 20px;
	padding-bottom: 20px;
}


ul.submenu {
	margin-bottom: 40px;
}
ul.submenu li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	padding: 5px 10px;
	background-color: silver;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	color: black;
}
ul.submenu li a{
	color: white;
}
ul.submenu li a:hover{
	color: black;
}
/* class relleno */

.line {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
.white {
	height: 10px;
	background-color: transparent;
}
/* divs */

#top {
	height: 10px;
	background-image: url(../images/lin.png);
	padding: 0;
	margin: 0;
}
#wrap{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#menuUp {
	color: black;
	height: 30px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 30px;
}
#head {
	height: 160px;
	background: url(../images/head.jpg) no-repeat;
}
#content {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#carrusel{
	background: url(../images/lin.png) repeat;
	margin-bottom: 0;
	padding: 10px;
	min-height: 220px;
}

/* @group side_left */

#side_left {
	width: 700px;
	float: left;
}
.new, .noticia {
	width: 700px;
	display: table;
}
.new img, .noticia img, .autor img, .coleccio img, .coleccio_1 img, .coleccio_2 img, .coleccio_3 img, .coleccio_4 img, .coleccio_5 img, .box_line img, .extra img {
	float: left;
	margin-right: 10px;
	/*border: 1px solid #ccc;*/
	/* Duda: En la imagen que nos manda las im�genes no tienen borde, pero si aplicas un CSS s� los tiene �qu� hacer? xD */
}

.new .autor
{
	font-weight: bold;
}

.new .newCubierta{
	float: left;
	display: table;
}

.new .newDatos{
	display: table;
}


.nombreAutorFicha
{
	font-weight: bold;
}

.divautor
{
    display: table;
}

.imagenAutor
{
    float: left;
    width: 160px;
}

.datosAutor
{
    float: left;
    width: 500px;
}

.new #botonera{
	margin-top: 15px;
}

.noticiaEnunciado {
	border-bottom:0px;
}

img.zero{
	margin: 0 0 10px;
}

#titulosXAutorenAutores h3
{
	display:none;
}
.box_line {
	
    background: url(../images/lin.png) repeat;
	padding: 10px 15px 10px 10px;
	border:0px;
}
.box_up{
	overflow: auto;
	margin-bottom: 10px;
	float: left;
}
.box_down{
	float: left;
	margin-bottom: 10px;
}
.llibre img, .llibre_r img {
	border: 1px solid #ccc;
}
.extra {
	width: 335px;
	float: left;
	text-align: justify;
	margin-right: 15px;
}
.extra img {
	margin-left: 0;
	padding-left: 0;
	list-style-image: none;
	margin-bottom: 10px;
}
.minibox {
	float: left;
	width: 120px;
	margin-right: 20px;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}
.llibre, .llibre_r {
	background-image: url(../images/lin.png);
	float: left;
	padding: 20px;
	width: 185px;
	height: 410px;
	font-size: 11px;
	text-align: left;
}
.llibre
{
    margin-right: 12px;
    margin-bottom: 12px;
}
.next {
	float: left;
	height: 15px;
	width: 690px;
	font-size: 12px;
}

#noticias
{
	width: 700px;
	float: left;
}

#noticias .titulo, #noticias .subtitulo 
{
    font-weight: bold;
}

#noticias .reseña 
{
    margin-top: 15px;
}

.noticia .video 
{
    margin-top: 15px;
}

/* @end */

/* @group utilities */

#utilities {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}
.box_label {
	display: block;
	height: 30px;
	background-image: url(../images/lin.png);
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 30px;
}
label {
	margin-right: 10px;
}
img.border {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

/* Buscar */

#buscador {
	height: 150px;
}
input#buscar {
	width: 195px;
	margin: 0 0 10px;
	padding: 0;
}

input#title, input#Author, input#word, input#ISBN, input#trad {
	margin-bottom: 10px;
	margin-top: 0;
	width: 350px;
	margin-right: 10px;
}

label.br {
	margin-right: 10px;
	padding-right: 0;
	width: 70px;
	display: inline-block;
}
input#titol {
	margin: 0;
	padding: 0;
}
input#autor {
	margin: 0;
	padding: 0;
}
input#enviar, input#avanzada {
	margin: 0 0 10px;
	cursor: pointer;
}

.comanda {
	font-size: 11px;
}

form#comanda label{
	display: inline-block;
	margin: 0;
}
textarea#inp3{
	width: 340px;
	float: right;
	margin: 0;
}
label#lab3{
	width: 50px;
}
#inp1, #inp2{
	width: 130px;
}

/* @end */
table{
	text-align: left;
}

th{
	height: 20px;
	background-color: white;
	padding-left: 10px;
	border: 1px solid #ccc;
}
tr{
	/*Modificado porque se aplica en la ficha en sitios que no corresponde
    border-bottom: 1px solid #ccc;*/
	padding-bottom: 10px;
}

td{
	padding-top: 10px;
	/*Modificado porque se aplica en la ficha en sitios que no corresponde
	padding-left: 10px;*/
}

th.article {
	width: 330px;
}
th.preu, th.unitat, th.total{
	width: 40px;
}

td.article{
	width: 330px;
	padding: 10px 0 0;
}
select#unitat{
	margin: 0;
}

/* @group footer */

#bottom {
	height: 200px;
	padding: 0;
	margin: 10px 0 0;
	background-image: url(../images/lin.png);
}

#footer {
	height: 200px;
	background: url(../images/footerNew.png) no-repeat;
	width: 940px;
	margin: auto;
}
input#nom {
	width: 200px;
}
input#mail {
	width: 200px;
}
.columna_l, .columna_r {
	width: 255px;
	margin-top: 50px;
	font-size: 12px;
}
.columna_l{
	float: left;
	margin-left: 0;

}
.columna_r {
	float: right;
	text-align: right;
}
.columna_c{
	width: 330px;
	margin-left: 320px;
}

   #post-compartir{
   width: 100%;
   text-align: center;
   padding-left: 10px;
   }
   
   #post-compartir li{
   list-style-type: none;
   width: 30px;
   height: 30px;
   float:left;
   border: none;   
   }
   #post-compartir li img{
   border: none;
   }
/* @end */
.tituloGenerico
{
    font-size: medium;
    font-weight: bold;
}
.etiq
{
    margin-right: 10px;
    
}

#datapager{
clear:both;
}


