
/* /////////// DEFINICIÓ DELS TAGS /////////// */
body {
	font-family:  Arial;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #D1D1BE; 
}


p { 
	font-size: 11px;
	line-height: 14px;
}


a { text-decoration: underline; color: #921A09;}
a:hover {  text-decoration: underline; color: #921A09;}
a:visited { text-decoration: underline;  color: #921A09;}

a img {
	border: none;
}

hr {
	color: #CCCCCC;
	width: 100%;
	height: 1px;
	clear:left;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	width: 600px;
	
}

table.menu td.apartat {
	width: 135px;
	height: 25px;
	color: #503A00;
	background-color:#E9A800;
	font-weight: bold;
	padding: 0 0 0 4px;
	text-align: center;
}

table.menu td.seleccionat  {
	width: 135px;
	height: 25px;
	color: #FFFFFF;
	background-color:#030B54;
	font-weight: bold;
	padding: 0 0 0 4px;
	text-align: center;
}

table.menu td.espai {
	width: 15px;
}
			
			

/* /////////// DEFINICIÓ DE CLASSES /////////// */

.clearfix { display: inline-table; }
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	/* Hides from IE-mac \*/
	* html .clearfix { height: 0; }
	.clearfix { display: block; }
	/* End hide from IE-mac */

.cursorover{	
	cursor: pointer;
	cursor: hand;
	}
	
/* /////////// DEFINICIÓ DE ZONES DEL LLOC WEB /////////// */

	
/* HOME 
------------------------------------------------------------------------------------------------------*/
#Contingut {
	width: 60em;
	margin: 0 auto;
	height: 32.3em;
	margin-top: 5%;
}

	#FonsHomeServeis {height: 420px; width: 760px; background-repeat: no-repeat; background-image: url("../img/001.jpg");}
	#FonsHomeOrigen {height: 420px; width: 760px; background-repeat: no-repeat; background-image: url("../img/002.jpg");}
	#FonsHomeImatges {height: 420px; width: 760px; background-repeat: no-repeat; background-image: url("../img/003.jpg");}
	#FonsHomeContacte {height: 420px; width: 760px; background-repeat: no-repeat; background-image: url("../img/004.jpg");}


#Barra {
    height: 18px;
	top: 450px;
    background-color: #E9A800;
    font-size: 11px;
    padding-top: 2px;
    padding-left: 4px;   
    clear: both;
}


#MenuHome {
		 margin: 0;
		 padding: 40px 0 5px 15px;
	}
		#MenuHome ul { background: #503A00; margin: 0; padding: 0; font-size: 14px; list-style-type: none; list-style-image: none; font-family: "Times New Roman", Times, serif;}
		#MenuHome li { margin: 0; padding: 5px 40px 5px 0px; float: left; font-family: "Times New Roman", Times, serif; background-color:#E9A800; color: #333333; width: 25px;}
		#MenuHome strong { color: #FFFFFF; background-color:#030B54; }
		#MenuHome a { color: #503A00; text-decoration: none; font-weight: bold; font-family: "Times New Roman", Times, serif;}
		#MenuHome a:hover { color: #503A00; }




#Seccio {
	width: 600px;
	margin-top: 20px;
	margin-left: 4px;
}

#Seccio p {
font-size: 12px;
line-height: 16px;
}


#Seccio ul {
	list-style-image:url(../img/li.gif)
}


#Form {
margin-left: -150px;
}

#Form input{
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	width: 200px;
	margin-bottom: 2px;
}

#Form input.envia {
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
	width: 50px;
	margin-bottom: 2px;
}


#Form textarea{
	font-size: 11px;
	color: #666666;
	border: 1px solid #666666;
	width: 200px;
	margin-bottom: 2px;
}




.blau {color: #030B54; font-weight: bold}
.groc {color: #E9A800; font-weight: bold}
.vermell {color: #8C0D00; font-weight: bold}
.aclaracio {color: #8C0D00; font-weight: bold; font-size: 11px;}