body{
	width: 100%;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	background: #024f7c;
	font-size: 9pt;
	color: #333333;
}
a{
	/*text-decoration: none;*/
	color: #002989;
}
a:hover{text-decoration: underline;}
h2 a:hover{text-decoration: none;}
hr{ border: 0;
    height: 1px;
    background: #333;}
#content{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background:#fafafa;
}
header{
	width: 100%;
	height: auto;
	background: #024f7c;
	text-align: center;
}
header img{
	height: 80px;
}
#menu{
	width: 100%;
	border-top: 1px solid white;
	box-sizing: border-box;
	font-size: 0;
}
#menu ul{
	list-style: none;
	padding: 0;margin:0;
	height:50px; 
}
#menu ul li{
	width: 25%;
	display: inline-block;
	height: inherit;
	padding: 16.5px 0;
	}
#menu ul a{
	color: white;
	font-size: 14px;
	overflow:hidden;
	box-sizing: border-box;
}
#menu ul li:hover{background: #fafafa;}
#menu ul li:hover{color: #024f7c;}
#menutoggle{
	display: none;
}
#wrapper{
	width: 90%;
	padding: 20px 5%;
}
#head{
	text-align: center;
}
#head span{
	padding: 0 20px;
}
#jump_to{
	background: #024f7c;
	padding: 10px 0;
}
#jump_to a{color: white;}
footer{
	width: 100%;
	background:#024f7c;
	padding: 20px 20px;
	box-sizing: border-box;
	color: white;
}footer a {color: white;}
#f_list{
	display: inline-block;
	width: 33%;
}
#f_list ul{list-style: none; padding: 0;}
#f_map{
	display: inline-block;
	text-align: center;
	width: 33%;
}
#f_info{
	text-align: right;
	display: inline-block;
	width: 32%;
	vertical-align: top;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
td:first-child{
	width: 100px;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #f0f0f0;
}
.anunci{text-align: center;}
#cos_1{
	width: 62%;
	float:left;
}
#cos_2{
	display: inline-block;
}
#ad_costat_taula {
	width:14%;
	float: left;
	margin-top: 10px;
	margin-left: 1%;
	padding:0;
	position: relative;
	text-align:center;
}
@media only screen and (max-width: 800px){
	#f_list{width: 100%; text-align: center;}
	#f_list li{display: inline-block; padding: 0 5px;}
	#f_map{width: 100%;}
	#f_info{width: 100%;text-align:center;}
}
@media only screen and (max-width: 800px){
	#cos_1{width: 100%;}
	#ad_costat_taula{width: 100%;margin-left: 0;}
}
.floating_message {
	position: absolute;
	height: 100px;
	padding: 10px;
	top: 195px;
	right: 0px;
	background-color: #fff;
	width: 340px;
	z-index: 99;
	border: 2px solid #024f7c;	
	}
.floating_message img{height: 100px; display: inline-block; width: 30%; object-fit: contain;}
.floating_message a span {width:60%; float:right;font-family: 'Poppins', sans-serif; color: #024f7c; clear: both; overflow: hidden;}
.floating_message a { font-family: 'Poppins', sans-serif; text-decoration: none;} 
.floating_message a .heading{ font-size: 1.3em; font-weight:bold; margin-top: 10px;} 
.floating_message a .lineprice{ font-size: 1em; font-weight:bold; margin-top: -50px;}
#close{vertical-align: top;font-weight: bold;font-size: x-large;}
#close:hover{cursor: pointer;}
@media only screen and (min-width: 640px){
	#ul{display: block !important;}
}
@media only screen and (max-width: 640px){
	#menu ul{
        display: none;
        background-color: initial;
        border: 0px;
        position: absolute;
        padding: 0px;
        z-index: 10;
        top: 80px;
        width: initial;
    }
    #menu ul li{
    	text-align: center;
        width: 200px;
        border: solid 1px #fff;
        background: #024f7c; 
  		display: list-item;
  		height: 50px;
		padding-top: 13px;
		box-sizing: border-box; 
  		z-index: 1;
    }
	#menutoggle{
    	display: block;
    	position: absolute;
    	top: 25px;
    	left: 15px;
    	z-index: 10;
    }
}
/*----INDEX / HOME  ----*/
#home_1{
	float: left;
	width: 40%;
	text-align: left;
}
#home_1 ul,#menus ul{
	list-style:none;
	padding: 0px;
}
#home_1 a, #menus a{
	text-decoration: none;
}
#home_1 a:hover, #menus a:hover{
	font-weight: bold;
}
#home_2{
	text-align: center;
	float: left;
	width: 60%;
}
#home_3{
	/*float: left;*/
	width: 100%;
}
#home_table td:first-child{
	width: 25px;
}
@media only screen and (max-width: 800px){
	#home_1{width: 100%;}
	#home_1 ul{
		text-align: center;
		box-sizing: border-box;
	}
	#home_1 li{
		text-align: center;
		display: inline-block;
		width: 23%;
		padding: 10px 0px;
		vertical-align: middle;
		box-sizing: border-box;
		border: 1px solid #dee;
	}
	#home_2{
		width: 100%;
	}
}
#reading{
	border:1px solid;
	padding: 0px 10px;
}
#menus{

}
#menu_list{
	display: inline-block;
	    width: 30%;
    vertical-align: top;
}