@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.classeElemento {
	overflow: auto;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #3171b6;
	text-decoration: none;
}
h4 {
	font-weight: lighter;
}
#container {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	z-index: 10000;
}
#header {
	position: absolute;
	width: 700px;
	right: 0px;
	top: 0px;
	right: -700px;
}
#logo {
	float: left;
	height: 120px;
	width: 340px;
	margin-top: 10px;
	margin-left: 20px;
}
#logo1 {
	float: left;
	height: 150px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3171b6;
}
#menu {
	height: 80px;
	width: 700px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	font-family: 'Ropa Sans', Verdana, Geneva, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-image: url(../images/bgwhite.png);
}
#menu ul li {
	display: inline;
	padding-right: 20px;
}
#boxMenu {
	height: auto;
	width: 260px;
	position: absolute;
	top: 160px;
	right: 720px;
	background-image: url(../images/bgwhite.png);
	background-repeat: repeat;
}
#menu1 {
	background-color: #FFF;
	height: auto;
	width: 220px;
	margin: 20px;
	font-family: 'Ropa Sans', Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #555;
	text-align: right;
}
#menuLingue {
	background-color: #FFF;
	height: auto;
	width: 220px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: 'Ropa Sans', Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: normal;
	color: #555;
	text-align: right;
}
#listmenu {
	padding: 10px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#listmenu1 {
	padding: 10px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	color: #3171b6;
}
#space {
	height: 20px;
}
#content {
	/*float: right;*/
	position: absolute;
	height: auto;
	width: 700px;
	background-image: url(../images/bgwhite.png);
	background-repeat: repeat;
	/*margin-top: 1000px;*/
	right: -700px;
	top: 160px;
}
#boxText {
	width: 560px;
	margin-left: 20px;
	margin-top: 20px;
	/*background-color: #FFF;*/
	font-family: 'Ropa Sans', Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #555;
	font-weight: 500;
	text-align: justify;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
}
#boxStaff {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#photo {
	float: left;
	height: 150px;
	width: 150px;
	background-color: #AAA;
}
#description {
	float: left;
	width: 300px;
	margin-left: 30px;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
}
#boxProject {
	height: auto;
	width: 540px;
}
.photoProject {
	height: 150px;
	width: 560px;
	background-color: #DDD;
}
#textProject {
	height: auto;
	width: 540px;
	padding-top: 20px;
	font-size: 20px;
}
#map {
	background-color: #FFF;
	height: 400px;
	width: 560px;
}
#buttonGallery {
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	float: left;
}
#gallery {
	background-color: #FFF;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: right;
}
#galleryHover {
	background-color: #96BC1F;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
