@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

form {
	margin: 0;
	}

a img {
	border: 0 none;
	}

a {
	color: #000000;
	text-decoration: none;
	}

.blau {
	color: #096182;
	}

.vermell {
	color: #FF0000
	}
	
div#contenidor {
	width: 780px;
	margin: 0 auto 0 auto;
	}

div#menu {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 8px 5px 8px;	
	border: #7f9db9 1px solid;
	
	color: #253a71;
	font-weight: bold;
	/*height: 40px;*/
	}
	
div#menu a {
	color: #253a71;
	}
		
div#menu a:hover{
	color: #FF0000;
	}

div#menu form {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	}

div#menu input {
	height: 13px;
	font-size: 10px;
	margin: 0 10px 0 5px;
	padding: 1px 0 1px 1px;
	}
	
div#categories {
	margin-top: 10px;
	}
	
div#categories img {
	margin-bottom: 5px;
	}
	
div#categories a {
	display: block;
	float: left;
	width: 111px;
	text-align: center;
	
	font-weight: bold;
	/*color: #000000;*/
	color: #253a71;
	}

div#categories a:hover {
	color: #FF0000;
	}

div#subcategories {
	margin-top: 15px;
	
	color: #253e76;
	}

div#subcategories a {
	color: #253e76;
	margin-bottom: 10px;
	}

div#subcategories a:hover {
	color: #FF0000;
	}
	
a.article_amb_foto {
	width: 140px;
	margin-left: 15px;
	float: left;
	text-align: center;
	}

a.article_amb_foto img {
	margin-bottom: 5px;
	}
	
a.article_sense_foto {
	width: 140px;
	margin-top: 30px;
	margin-left: 15px;
	float: left;
	text-align: center
	}
	
a.llistat_subcat_amb_foto {
	width: 110px;
	margin-left: 15px;
	float: left;
	text-align: center;
	}

a.llistat_subcat_amb_foto img {
	margin-bottom: 5px;
	}
	
a.llistat_subcat_sense_foto {
	width: 110px;
	margin-top: 30px;
	margin-left: 15px;
	float: left;
	text-align: center
	}

img.foto_de_txt_de_subcat {
	float: right;
	clear: both;
	width: 200px;
	margin: 20px 0 0 20px;
	}

div#formularis {
	clear: both;
	margin-top: 0px;
	padding: 20px;
	*margin-top: 20px;
	*padding: 0px;
	}

div#links {
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
	*margin-top: 20px;
	*padding-top: 0px;
	
	padding-bottom: 20px;
	
	text-align: justify;
	}

div#links img {
	float: left;
	margin: 0 10px 5px 0;
	}

div#links a:hover {
	color: #096182;
	}

div#news {
	clear: both;
	width: 780px;
	margin-top: 0px;
	padding-top: 20px;
	*margin-top: 20px;
	*padding-top: 0px;
	
	padding-bottom: 20px;
	
	text-align: justify;
	}	

div#news img {
	float: left;
	margin: 0 10px 5px 0;
	}

div#new {	
	clear: both;
	background-color: #DDD;
	overflow: auto;
	height: 100%;
	padding: 15px 80px 15px 15px;
	margin-bottom: 20px;
	}

.camp1 {
	width: 150px;
	}

#peu {
	clear: both;
	height: 30px;
	}
	
