/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#contenidor{
	width:1010px;
	height:auto;
	overflow:auto;
	margin:10px auto 40px auto;
}
#top{
	width:auto;
	height:auto;
	overflow:auto;
	border-bottom:2px solid #87C43F;
}
#logo{
	float:left;
	width:277px;
	height:163px;
	background-image:url(imatges/logo.jpg);
}
#top_dreta{
	float:left;
	width:733px;
	height:163px;
	background-image:url(imatges/llibres.jpg);
	background-repeat:no-repeat;
}
#top_dreta p.suscribete{
	height:20px;
	font-size:24px;
	font-weight:bold;
	margin-top:60px;
	color:#ADFF2F;
	text-align:right;
	margin-right:140px;
	visibility:hidden;
}
#top_dreta p.suscribete span{
	color:#FF4500;
	text-decoration:blink;
}
#menu_top{
	height:32px;
	/*margin-top:51px;*/
	margin-top:131px;
}
#menu_top a{
	float:left;
	font-size:17px;
	font-weight:bold;
	margin-left:30px;
	padding-top:5px;
	color:#008741;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:2px;
}
#centre{
	clear:both;
	width:auto;
	height:auto;
	overflow:auto;
	margin-top:10px;
}
#menu_llibres{
	float:left;
	width:258px;
	height:auto;
	margin-right:5px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
#menu_llibres a{
	display:block;
	font-size:13px;
	padding:2px;
	padding-left:15px;
	/*background-color:#E1FFE1;*/
	text-decoration:none;
	letter-spacing:1px;
	color:#000000;
	text-indent:-10px;
	border-bottom:1px solid #CCCCCC;
}
#menu_llibres a:hover{
	background-color:#DFFFDF;
}
#contingut{
	float:left;
	/*width:500px;*/
	width:720px;
	height:auto;
	min-height:500px;
	padding:5px;
}
#contingut h1.titul_pagina{
	font-size:17px;
	text-align:center;
	margin-bottom:10px;
	color:#008741;
}
#publicitat{
	float:left;
	width:225px;
	height:auto;
	margin-left:5px;
	min-height:500px;
	text-align:center;
	/*border:1px solid #000000;*/
	border:1px solid #CCCCCC;
}
#publicitat a{
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding:2px;
	border-top:1px solid #CCCCCC;
}
#publicitat a:hover{
	text-decoration:underline;
}
#publicitat a p.titul{
	font-weight:bold;
	color:#0000FF;
	margin-bottom:2px;
}
#publicitat a p.descripcio{
	color:#000000;
}
#banners{
	margin-top:10px;
}
#banners a{
	margin-right:50px;
}
#banners a img{
	margin-bottom:10px;
}
#peu{
	clear:both;
	margin-top:10px;
	padding-top:2px;
	padding-bottom:8px;
	border-top:1px solid #87C43F;
	border-bottom:1px solid #87C43F;
}
#peu a{
	font-size:12px;
	color:#0000FF;
	margin-right:20px;
}

