img {
    max-width: 100%;
    height: auto;
}
.taula_menu {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE1E1;
	width: 100%;
}
.taula_cap {
	background-image: url(imatges/cap.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 100%;
	background-color: #8C0000;
	background-position: center;
	left: 0px;
	top: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.text_normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 24px;
}
.text_normal_lateral {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 20px;
}

.text_peu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.taula_peu {
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFE1E1;
	border-right-color: #900;
	border-bottom-color: #FFE1E1;
	border-left-color: #900;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.taula_fitxa {
	float: left;
	background-color: #FFFBFB;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}
.taula_fitxa_mobil {
	float: left;
	background-color: #FFFBFB;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 90%;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}

.taula_fitxa_monument {
	float: left;
	background-color: #FFFBFB;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 250px;
	margin: 10px;
	padding: 10px;
}
.taula_fitxa_monument:hover {
	float: left;
	background-color: #F0EAE3;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 250px;
	margin: 10px;
	padding: 10px;
}
.taula_cerca {
	float: none;
	background-color: #FFFBFB;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 200px;
	margin: 10px;
	padding: 10px;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
.deplegable {
	float: none;
	background-color: #FFFBFB;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: auto;
	margin: 10px;
	padding: 10px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
}
.taula_cerca:hover {
	float: none;
	background-color: #F0EAE3;
	border: 1px solid #FBD8D7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 200px;
	margin: 10px;
	padding: 10px;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}



.taula_cos {
	background-color: #FFF;
	height: 100%;
	width: 1000px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #8C0000;
	font-variant: normal;
}




body {
	background-color: #FFF;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
.Botons {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #666;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
	
}
.Botons_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px none #999;
	border-radius: 3px;
	text-transform: uppercase;
}

.Botons:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #900;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	border-radius: 3px;
}
.Botons_menu:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #8C0000;
	margin: 5px;
	padding: 5px;
	border: 1px none #666;
	border-radius: 3px;
	text-transform: uppercase;
}
.text_versaleta_fitxa {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
}
.text_versaleta_text {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}

.majuscula {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.minuscula {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
