body {
	background-color: f3a743;
}

div#header {
	width: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	color: darkblue;
	background-color: pink;
}

div.menu-esquerra div.element {
	margin-bottom: 10px;
	background-color: green;
	border: white 1px solid;	
	padding-left: 7px;
	padding-right: 7px;
}

div.menu-esquerra {
	width: 13%;
	float: left;
	margin-bottom: 1000px;
}

div.menu-dreta {
	width: 13%;
	float: right;
	margin-bottom: 190px;
}

div.menu-dreta div.element {
	border: white 1px solid;	
	background-color: green;
	margin-bottom: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

div.menu-esquerra div.element p {
	color: white;
}

div.menu-dreta div.element p {
	color: white;
}

div.menu-esquerra div.element h2 {
	color: darkblue;
}

div.menu-dreta div.element h2 {
	color: darkblue;
}

#content {
	margin-top: 90px;
}


div.col1 img {
		float: left;
}

div.col1 p {
	text-align: justify;
	color: darkmagenta;
}

div.col1 h2 {
	color: darkblue;
}

div.col2 img {
		float: right;
}

div.col2 p {
	text-align: justify;
	color: darkmagenta;
}

div.col2 h2 {
	color: darkblue;
}

#content div.col1 {
	width: 36%;
	float: left;
	border-top: white 1px solid;
	margin-left: 10px;
}

#content div.col2 {
	width: 36%;
	float: right;
	margin-right: 10px;
	border-top: white 1px solid;
}

img.image {
	width: 30%;
	float: right;
	margin-top: 150px;
}