@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}
#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#findgreen {
	font-size: 120%;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #07455F;
	padding: 1px;
	margin-top: 40px;
}
#findgreen #border {
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}
#header {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 140%;
}
.cont {
	clear: both;
	overflow: auto;
	border: 1px solid #07455F;
	padding: 10px;
	line-height: 180%;
	font-size: 110%;
	margin-bottom: 40px;
}
.cont img {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.cont .find {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#autores {
	position: relative;
}
#autores a {
	font-size: 130%;
	top: 80px;
	position: absolute;
}
#autores img {
	float: right;
}
#autores p {
	font-size: 120%;
	line-height: 140%;
}


#backtop {
	margin-top: 20px;
	clear: both;
}


#footer {
	margin-top: 150px;
}
