
/*  RESET D'ESTILS  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }

table { border-collapse:collapse; border-spacing:0; }

fieldset,img { border:0; }

address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }

ol,ul { list-style:none; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

q:before,q:after { content:''; }

abbr,acronym { border:0; } 

/*  Estils de la pàgina  */

body  {
    background-color: #fff;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.9em;
    color: #222;
    margin: 5px 0px;
}

#pagina {
  	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.9em;
    color: #222;
}

#dreta {
	vertical-align: top;
	text-align: right;
	width: 420px;
}

#esquerra {
	vertical-align: top;
	padding: 30px 20px 20px 15px;
	width: 80%;
}
	
	.imatge {
		width: 250px;
		float: left;
	}
	
	.titol {
		font-size: 1.1em;
		color: #555;
		margin-bottom: 10px;
		border-bottom: 1px solid #aaa;
	}
	
	.text {
		text-align: justify;
	}
	
	.enllac {
		margin-top: 10px;
		font-size: 0.9em;
	}
	
	.data {
		margin-top: 10px;
		font-size: 0.8em;
		text-align: right;
		color: #888;
	}

.clear {
	clear: both;
	height: 10px;
}
#esquerra .clear {
	height: 30px;
}


#movibloc .entrada {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

#movibloc .marcada {
	background: #fff url('../img/marcada.jpg') repeat-x center;
}

#movibloc .entrada .data {
	color: #888;
}
#movibloc .entrada .data strong {
	color: #666;
}

#movibloc .entrada .que {
	font-size: 1.1em;
}

#peu {
	color: #888;
	text-align: center;
}



#sotapeu { clear: both;	font-size: 0.7em; margin: 20px 0px; text-align: center; }
#sotapeu a { color: #aaa; }

.fdreta {
	float: right;
}


#form_login {
	width: 400px;
	padding: 50px;
}
#form_login fieldset {
	background: #eee;
	border: 1px solid #27537a;
	padding: 40px 10px;
}
#form_login label {
	display:block;
	color: #27537a;
	margin-bottom: 10px;
}
#form_login input {
	margin-bottom: 7px;
}

#form_login div.error {
	color: #a00;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.formulari {
	margin-bottom: 15px;
}


.formulari fieldset {
	background: #eee;
	padding: 15px;
}

.formulari label {
	color: #27537a;
	margin-right: 10px;
}

.aliniat label {
	display: block;
	float: left;
	width: 130px;
}

.formulari input , .formulari textarea {
	border: 1px solid #888;
	background-color: #fff;
	color: #333;
	padding: 1px;
	line-height: 17px;
}
.aliniat input, .aliniat textarea {
	float: left;
	margin-bottom: 5px;
}

.formulari div.error {
	color: #a00;
}

.formulari div.correcte {
	color: #0a0;
}
