/* CSS Document */

body {
padding: 0;
margin: 0;
background: #fff;
text-align: center;
font-family: Verdana, sans-serif;
}

img{
padding: 0;
margin: 0;
}

#menu{
position: absolute;
text-align: right;
top: 0;
left: 0;
padding: 0;
margin: 41px 0 0 30px;
width: 145px;
}

#caixa-menu{
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
padding: 8px 0 8px 0;
margin: 0 0 8px 0;
}

#caixa-back{
border-top: 1px solid #D5D5D5;
padding: 30px 0 8px 0;
_padding: 25px 0 8px 0;
margin: 0;
/*text-align: right;*/
/*background-color: #888;*/
}

#caixa-text2{
text-align: left;
}

#image{
padding: 0;
margin: 41px auto 0 auto;
}
.imgin{
	padding: 0;
	margin: 0 230px 0 230px;
	border: 1px solid #000; /*border de la imatge si posar!!!*/
}


.imgin-noborder{
	padding: 0;
	margin: 0 230px 0 230px;	
}



h1 {
	font-size: 11px;
 	font-style: normal;
 	color: #000;
 	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}

h1 a{
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}


h2 {
	font-size: 11px;
	/*line-height: 15px;*/
 	font-style: normal;
 	color: #000;
 	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	line-height: 17px;
 	font-style: normal;
 	color: #cc0001;
 	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}


h4 {
	font-size: 11px;
	line-height: 17px;
 	font-style: normal;
 	color: #787878;
 	margin: 14px 0 8px 0;
	padding: 0;
	font-weight: normal;
}


p{
	color: #0F0;
}
/*RIR SIGUIENTE Y ANTERIOR*/

#nextprev{
padding:0;
margin:0;
float: right;
list-style: none;
/*background: #FF66CC;*/
}

#nextprev li{
padding:0;
margin:0;
float: left;
}



#nextprev li .anterior{
	margin: 0 14px 0 0;
	padding: 12px 0 0 0;
	font-style: normal;
	text-decoration: none;
	color: #000;
	display: block;
	/*text-indent: -1000px;*/
	height: 0 !important;
	width: 11px;
	background: url(../img_com/butprev.jpg) no-repeat;
	overflow: hidden;
	height /**/: 12px;
}

#nextprev li .anterior:hover{
	background: url(../img_com/butprev2.jpg) no-repeat;
}



#nextprev li .siguiente{
	margin: 0;
	padding: 12px 0 0 0;
	font-style: normal;
	text-decoration: none;
	color: #000;
	display: block;
	/*text-indent: -1000px;*/
	height: 0 !important;
	width: 11px;
	background: url(../img_com/butnext.jpg) no-repeat;
	overflow: hidden;
	height /**/: 12px;
}
#nextprev li .siguiente:hover{
	background: url(../img_com/butnext2.jpg) no-repeat;
}

/*FIN SIGUIENTE Y ANTERIOR*/



/*#back{
	font-size: 11px;
	margin: 0;
	padding: 20px 0 0 0;
	font-style: normal;
	text-decoration: none;
	color: #787878;
	background: url(../img_com/back.jpg) no-repeat 95px 0;
	float: right;
}*/

#back{
	font-size: 11px;
	margin: 0;
	padding: 20px 0 0 0;
	font-style: normal;
	text-decoration: none;
	color: #787878;
	background: url(../img_com/back.jpg) no-repeat 100% 0%;
}

#back:hover{
	background: url(../img_com/backh.jpg) no-repeat 100% 0%;
	color: #cc0001;
}

	

/* MENU NUMÈRIC*/
.llista-horitzontal{
	clear: right;
	list-style: none;
	margin:0;
	_margin: -8px 0 0 0;
	padding: 0;
	/*background: #00FF99;*/
}

.llista-horitzontal li {
	display: inline;
	margin: 0 0 0 8px;
	line-height: 22px;
	padding: 0;
}
.llista-horitzontal a{
white-space: nowrap;
font-size: 11px;
font-style: normnal;
text-decoration: none;
padding: 0;
margin: 0;
}
.llista-horitzontal a.noseleccionat {
color: #787878;
}
.llista-horitzontal a.noseleccionat:hover {
color: #cc0001;
}
.llista-horitzontal a.seleccionat{
	color: #cc0001;
}

/*FI MENU NUMÈRIC*/
	

	



