@import url(estructura.css);
@import url(especifics.css);

* {
	margin: 0;
	padding: 0;
}
body {
	color: #807C7C;
	font: normal 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	/*background: url(../img/puntejatVerticalSimple.png) repeat-y 174px;*/
	background: url(../img/puntejatVerticalSimple.png) repeat-y 17.5em;
}
a {
	color: #807C7C;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
}
/*h1 {
	font-size: 0.7em;
}*/
h2, h3 {
	font-size: 1em;
	font-weight: normal;
	color: Red;
}
h4 {
	font-size: 1em;
	font-weight: normal;
}
abbr {
	border-bottom: none;
}
.actiu a {
	color: Red;
}
.modul {
	background: url(../img/puntejat.png) repeat-x bottom left;
	padding: 17px 0;
}
#contingut h3, #contingut h2 {
	padding: 1px 0;
}
#contingut p {
	padding: 1px 0;
}

#contingut p.aviso {
	padding: 0 0 10px 0;
}

form p {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
form label {
	width: 350px;
	float: left;
	margin-right: 5px;
	margin-bottom:10px;
	text-transform: lowercase;
	display:block;
	clear:both;
}
form input, form textarea {
	font: normal 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
	width: 350px;
	clear: both;
	padding: 5px;
}
form input {
	border: 1px solid #C0C0C0;
	vertical-align: top;
}
form textarea {
	border: 1px solid #C0C0C0;
	height: 100px;
	overflow: auto;
	height: 140px;
}
form .boto {
	width: 363px;
	text-align: right;
	margin: 0;
	padding: 0;
}
form .boto input {
	text-transform: lowercase;
	background: url(../img/boto.png) no-repeat left;
	width: auto;
	padding-left: 5px;
	cursor: pointer;
	border: 0;
	padding-right:0;
}
form .boto input:hover {
	color: Red;
	background-image: url(../img/botoActiu.png);
}
.error{
	color:red;
}
.error label{
	cursor:pointer;
}
/* accessibilitat */ 
.saltar {
	position: absolute;
	top: -50px;
	font-size: 0;
}
.creditos {
	font-size: 9px;
}