
/* Estils generals */

h1, h2, h3, h4, h5, form {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 25px;
	
	background-image: url(images/ombra_titol.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	
	padding-left: 5px;
}

h3 {
	border-top: 1px dotted #ccc;
	
	padding-top: 15px;
	
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	
	margin-bottom: 8px;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
}

span {
	font-weight: bold;
	color: #CF1119;
}

body {
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	/*background-color: #EDEDED;*/
	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #CF161F;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	
	font-size: 12px;
	line-height: 18px;
	color: #434343;
}

/* Fi Estils generals */

/* Plantilla */

#cos {
	background-image: url(images/ombra_capsalera.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#cos div{
	margin-left: auto;
	margin-right: auto;
	
	width: 946px;
}

#cos_b {
	background-color: #EDEDED;
	
	background-image: url(images/ombra_final.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#cos_b div{
	margin-left: auto;
	margin-right: auto;
	
	width: 946px;
}

#form {
	background-color: #C9151D;
	font-size: 13px;
	
	background-image: url(images/fons_vermell.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	
	text-align: center;
}

#form div{
	margin-left: auto;
	margin-right: auto;
	
	width: 926px;
	padding-left: 20px;
	background-color: #fff;
	text-align: left;
}

/* Fi Plantilla */

/* Clases */

.caixa_info {
	width: 270px;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	
	text-align: left;
}

.caixa_info td {
	padding: 13px;
}

.caixa_info p {
	padding: 0px;
	margin: 0px;
}

/* Fi Clases */

.inputbox {
	border: 1px solid #C3C3C3;
}

.subcaixes {
	font-size: 10px;
	color: #444444;
}

.caixes_b {
	background-color: #fff;
	width: 221px !important;
	padding: 5px;
	margin-right: 5px !important;
	float:left;
	
	font-size: 12px;
}

#linea {
	border-bottom: 1px solid #C9C9C9;
	font-size: 5px;
	line-height: 5px;
}

a.vull_visi:link, a.vull_visi:visited, a.vull_visi:active {
	display: block;
	
	width: 283px;
	height: 34px;
	
	text-decoration: none;
	
	background-image: url(images/boto_visita_n.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

a.vull_visi:hover {
	background-image: url(images/boto_visita_o.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

a.enlace_loca:link, a.enlace_loca:visited, a.enlace_loca:active {
	display: block;
	
	width: 221px;
	height: 25px;
	
	text-decoration: none;
	
	background-image: url(images/boto_mapa_n.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	margin-bottom: 5px;
}

a.enlace_loca:hover {
	background-image: url(images/boto_mapa_o.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.button {
	font-size: 13px;
	border: 1px solid #545454;
}	