@charset "ISO-8859-1";
/*
	TdC:
		- Importacions
		- Capcelera
		- Contingut
		- Peu
		- Infajuve
*/
/* Importacions
--------------------------*/
@import "basics.css";

#pagina:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#pagina {
	width: 100%;
    padding: 0;
	margin: 0 auto;
}

/* Capįalera
--------------------------*/
#capcalera {
    margin-bottom: -2px;
    margin: 0;
    padding: 0;
}

#vilaweb {
    background-color: #FF6600;
    border-bottom: solid 1px white;
    width: 100%;
    text-align: left;
}


/* Contingut
--------------------------*/

#contingut:after, #contingut-interior:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contingut {
	padding: 0;
    margin: 0;
	width: 1215px;
}

#contingut-interior {
   	padding: 0;
    margin: 0;
	width: 1215px;
}

table#taulallibres {
	margin-top: 15px;  
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#taulallibres td {
	padding: 0 3px 3px 0;
}

#taulallibres td#botons {
	padding-bottom: 10px;
}

#logos {
	background: #F7F7F7 url(../img/fons-logos.png) top left repeat-x;
	border-top: 2px solid #DDDED8;
	border-bottom: 2px solid #DDDED8;
	padding-left: 140px;
	margin-top: 20px;
	font-size:0;
}

table#taulallibres-interior {
	border-collapse: collapse;
	padding: 0;
	border: 0;
}

#taulallibres-interior td {
	padding: 20px 0;
	padding-right: 20px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	width: 50%;
}

#taulallibres-interior img{
	float: left;
	padding: 0 15px 0px 0;
}

#taulallibres-interior strong {
	color: #666;
}

.cap-int {
	vertical-align: top;
	padding-bottom: 20px;
}
/* Components bāsics
--------------------------*/

/* Columna */
#columna, #columna-interior {
	width: 265px;
    float: left;
    margin: 0;
    padding: 0;
	display:block;
	border:none;
	font-size:0;
}

#columna-interior {
	background: #236FBA  url(../img/fons-columna.jpg) top left repeat;
}
/* //Columna */

#llibres, #llibres-interior, #llibres-infajuve {
    border: 0;
	width: 753px;
    float: left;
}

#llibres-infajuve {
	background: #236FBA  url(../img/fons-infajuve.jpg) top left no-repeat;
	height: 676px;
}

#llibres-interior {
    background-color: White;
	margin: 20px;
}


/* Infajuve
--------------------------*/

h1.edat {
	text-align: center;
	font-size: 1em;
	padding-bottom: 30px;
}

#llibres-infajuve .caixa-infajuve {
    float: left;
    width: 319px;
    height: 170px;
    padding: 0 4px 15px 150px;
}

#llibres-infajuve .dalt {
    padding-top: 20px
}

#logos-infajuve {
	float: right;
	width: 184px;
	margin: -46px 0 0 320px;
}

.grup {
	margin-bottom: 20px;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin-left: 23px; /* center for now */
	width: 207px; /* ems so it will grow */
	background: url(../img/corner-dreta.png) no-repeat bottom right;
	font-size: 100%;
}
.boxbody {
	background: url(../img/corner-esquerra.png) no-repeat bottom left;
	margin: 0;
	padding: 0 0 20px 20px;
	color: #fff;
	font-size: 12px;	
}

.boxbody p{
	position: relative;
	top: 10px;
}


/* Concurs
--------------------------*/
form#form-concurs {
	margin: 0;
    border: 0;
    text-align: left;
    width: 100%;
}

ul#concurs {
    list-style-position: inside;
    margin-left: -45px;
    color: #333;
}

ul#concurs li.preg {
    background-color: #E8E8E8;
    padding: 20px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

ul.respostes {
    list-style-type: lower-alpha;
}

ul.respostes li {
    margin: 0;
    font-weight: normal;
}

ul.respostes li input, ul.respostes li label {
    vertical-align: middle;
}

input.resposta {
	margin: 0;
    padding: 0;
    margin-left: -35px;
    margin-right: 20px;
    width: 10px;
}

.formulari {
    color:#333;
    padding:1px;
    width:160px;
    height: 15px;
    vertical-align: middle;
}


#guanyadors h2{
    background-color: #E8E8E8;
    padding: 2px 0 2px 5px;
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-size: 1.2em;
}

#guanyadors p {
    margin-bottom: 1.5em;
}

