@charset "utf-8";
/* CSS Document */

a.selector {
text-align: center;
display: block;
margin: 10px;
font-size: 12px;
font-weight: bold;
}
a.selector:hover {
text-decoration:underline;
}
#main {
width: 550px !important;
background-image: url(/images/menjador_fons.gif);
background-repeat: repeat-y;
}
#side {
width: 200px !important;
background-image: none !important;
}
#main .superior {
height: 80px;
background-image: url(/images/basetop.gif);
	background-repeat: no-repeat;
}
#main .superior h2 {
padding-left: 30px;
padding-top: 35px;
color: #FFF;
font-size: 18px;
}
#main .text {
margin-left: 15px;
margin-right: 15px;
	min-height: 300px;
	height: auto !important;
	height: 300px; 
}
#main .inferior {
height: 50px;
background-image: url(/images/menjador_sota.gif);
background-repeat: repeat-y;
}
#central {
background-image: none !important;
}
a.bto, a.bto img {
display: block;
width: 200px;
height: 50px;
overflow: hidden;
}
a.bto:hover img.actiu {
display: none;
}
a.bto_bloc {
background-image: url(/images/boto1.gif);
background-repeat:no-repeat;
display: block;
width: 200px;
height: 40px;
font-size: 18px;
color: #000;
}
a.bto_bloc:hover {
background-image: url(/images/boto1b.gif);
}
a.bto_bloc span {
display: block;
margin-left: 55px;
padding-top: 12px;
}