@charset "utf-8";
/* CSS Document */
body {
	background-color: white;
	font:14px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
.contenedor {
	/*background-color: aquamarine;*/
	width: 100%;
	max-width: 880px;
	min-width: 220px;
	margin:0 auto;
	overflow: hidden;
	
}
.menu {
	/*background-color: red;*/
	height: 20px;
	
}
.projectes {
	width: 100%;
	max-width: 880px;
	height: 100%;
	text-align: center;
	line-height: 0;
	font-size: 0;
}
.nomprojecte {
	height: auto;
	font:14px "Century Gothic",Arial,Helvetica,sans-serif;
}
.logo {
	line-height: 0;
	vertical-align: text-top;
	text-align:left;
	width: 100%;
	/*background-color: darkred;*/
}
.footer {
	vertical-align: text-top;
	text-align:center;
	width: 100%;
	/*background-color: greenyellow;*/
	
}
.cos {
	width: 96%;
	height: 260px;
	margin-top: 30px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 20px;
	font:14px "Century Gothic",Arial,Helvetica,sans-serif;
}
.coscv {
	width: 96%;
	height: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 20px;
	font:14px "Century Gothic",Arial,Helvetica,sans-serif;
}
a {
	text-decoration:none;
	color:#111;
}
a:hover {
	text-decoration:underline;
	color:#111;                                                                                                
}
a:visited {
	text-decoration:none;
}
a.noac {
	text-decoration:none;
	color:#6e6e6e;
}
a.noac:hover {
	text-decoration:underline;
	color:#6e6e6e;
}