@charset "utf-8";

/*
	HTML
***************************************************/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #1691ce url(images/fons_web_blau.jpg) top repeat-x;
	font: 14px Verdana, Helvetica, Arial;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 16px;
	}
	
h1 {
	padding-top: 42px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	}

h2 {
	padding-top: 10px;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #fde126;
	}

h3 {
	padding-bottom: 20px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8f0d0d;
	}

p {
	margin: 7px 0px;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	}
	
	p a {
		color: #fde126;
		}

a {
	color: #003a57;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



/*
	Capes principals
***************************************************/

#base, #peu_contacte {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

#sel_idioma {
	height: 24px;
	margin-bottom: 10px;
	}
	
	#sel_idioma div {
		background: url(images/bt_idioma_fons.gif) no-repeat;
		width: 92px;
		height: 19px;
		padding-top: 5px;
		float: right;
		margin-left: 8px;
		text-align: center;
		font-size: 11px;
		}
	
	#sel_idioma a {
		color: #ffffff;
		text-decoration: none;
		}

#menu {
	width: 808px;
	height: 34px;
	margin-top: 26px;
	margin-left: -4px;
	border-top: 1px solid #7bc0fa;
	border-bottom: 1px solid #7bc0fa;
	}
	
	#menu li {
		float: left;
		padding: 8px 20px;
		font-family: "Trebuchet MS", Arial;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		list-style: none;
		}
	
	#menu a {
		float: left;
		font-family: "Trebuchet MS", Arial;
		font-size: 16px;
		color: #8abce6;
		}
	
	#menu a.actual {
		color: #ffffff;
		}
	
	#menu a:hover {
		color: #ffffff;
		text-decoration: none;
		}

#base {
	margin-right: auto;
	margin-left: auto;
	}

#peu {
	width: 100%;
	background: #ffffff;
	height: 36px;
	padding-bottom: 20px;
	}

#peu_contacte {
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #4f4f4f;
	}

	#peu_contacte span {
		font-size: 22px;
		color: #003a57;
		}

#contingut {
	min-height: 425px;
	font-size: 12px;
	padding: 20px 0 30px 0;
	}
	
	#contingut h2 {
		padding-top: 38px;
		padding-bottom: 18px;
		font-family: "Trebuchet MS", Arial;
		font-size: 30px;
		}

#cartell {
	margin-left: -7px;
	}

#cont_map {
	background: url(images/marc_mapa_fons.jpg) no-repeat;
	width: 428px;
	height: 459px;
	padding-top: 11px;
	padding-left: 10px;
	margin-left: -7px;
	}

	


/*
	Seccions
***************************************************/

#presentacio_principal {
	width: 565px;
	margin-top: 24px;
	margin-bottom: 32px;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 27px;
	color: #ffffff;
	line-height: 32px;
	}

.text_destacat {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	line-height: 23px;
	color: #d3d3d3;
	}
	
	.text_destacat a {
		color: #fde126;
		text-decoration: none;
		}

.llista_reparacions li {
	margin-right: 18px;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	list-style: url(images/ico_llista.gif) inside;
	}
	
#form_contacte {
	background: url(images/marc_formulari_fons.jpg) no-repeat;
	width: 444px;
	height: 315px;
	margin-top: 18px;
	margin-left: -8px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #ffffff;
	}
	
	#form_contacte td {
		padding: 17px 0px 0 18px;
		width: 428px;
		}
	
		#form_contacte td td{
			padding: 0;
			}
	
	#form_contacte input, #form_contacte textarea {
		padding: 3px;
		margin-top: 6px;
		line-height: 18px;
		font-family: Verdana, Arial, Helvetica;
		color: #003399;
		}

#missatge {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	}

p.services {
	width: 610px;
	}


