/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

#footer {
	background-color: #000f34;
	border-radius: 15px;
	padding:5px;
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
	 
}

#menu {
	background-color: #fff;
	border-radius: 11px;
	padding:0px;
}

#apartats {
	background-color: #0099CD;
	border-radius: 8px;
	padding:7px;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;		
}

#apartatsblanc {
	background-color: #fff;
	border-radius: 8px;
	padding:7px;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;	
	
}

.txtmenu {
	font-family: 'Source Sans Pro', sans-serif,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:400;
	color: #0099CD;
}

.txtmenublanc {
	font-family: 'Source Sans Pro', sans-serif,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:400;
	color: #fff;
}

.txtmenu a{
	font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #B2B4B4;
	text-decoration: none;
}

.txtmenu a:hover{
	font-family: 'Source Sans Pro', sans-serif,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:400;
	color: #0099CD;
}

#propera {
	background-color: #fff;
	border-radius: 4px;
	padding:0px;
	margin-top:6px;
	-webkit-filter: drop-shadow(1px 1px 3px #999);	
	-webkit-box-shadow: 1px 1px 3px 0px #999;
	box-shadow: 1px 1px 3px 0px #999;
	

}

.txtpropera{
	font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #6B6E70;
}

.txt_footer {
	font-family: 'Source Sans Pro', sans-serif,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	filter: alpha(opacity=1);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
}

.txt {
	font-family: 'Source Sans Pro', sans-serif,Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #000;
}

.txt a{
	font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0099CD;
	text-decoration: none;
	
}

.txt a:hover{
	font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	
}

.titols {
	font-family: 'Source Sans Pro', sans-serif,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:600;
	color: #0099CD;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0099CD;
	line-height: 16px;
}
