.centro {
	height: 180px;
    min-width:100%;
	background-color:#F6F6F9;
	background-image:url(../imatges/fons_centro.gif);
}
.ralla_top {
max-height:10px;
height:10px;
background-image:url(../imatges/ralla_top_sombra.gif);
font-size:6px;
}
.ralla_bot {
max-height:10px;
height:10px;
background-image:url(../imatges/ralla_bot_sombra.gif);
font-size:6px;
}
.logintxt {
font-size:12px;
font-weight:bold;
max-width:130px;
}
#formlogin {
border:1px dotted #E1E1F0;
padding:8px;
max-width:200px;
width:200px;
}

#formlogin a {
color:#000000;
text-decoration:none;
font-size:11px;
line-height:26px;
}
#formlogin a:hover {
color:#6969CA;
text-decoration:underline;
font-size:11px;
line-height:26px;
}
#formlogin input.submit {
	font-family: Arial, tahoma;
	font-size:11px;
	font-weight:bold;
	padding:1px 2px 1px 2px;
	background-color:#ECECF6;
	background-image:url(../imatges/bg_sub.gif);
}