div#header {
	position: fixed;
	background-color: #de4c8a;
	color: #3B76CD;
	text-transform: uppercase;
	margin-top: -25px;
	margin-bottom: 40px;
	word-spacing: 0.4em;
	text-align: center;
	width:1300px
	
}
body {
	background-color: orange;
	background-repeat: no-repeat;
	background-image: url("background.jpg");
	background-position: 100% 100%; 

	background-size:30% 20%;

}

div.menu {
	width:150px;
	position: left;
	top: 150px;
	background-color: green;
	
}

div.menu-esquerra {
	float: left;
	margin-top: 70;
	background-color:#008f39;
	
	height: 2000px;
	position: static;
	margin-top: 90px;
  	background-color: orange;

}

div.menu-dreta {
	position: relative;
	top: 90px;
	float: right;
	margin-bottom: 110;
	background-color:#008f39;
	width:-100px;
	height: 650px;
	background-color: orange;
}

div.col1, div.col2 {
	margin-top: 70px;
	color: #ff0080;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0000a3;
	text-align: justify
}
div.element {
	margin-bottom: 10px;
	background-color: orange;
}

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

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

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

div.menu-dreta div.element p{
	color: #ffffff;	
	
} 
div.col1 {
	float: left;
	width: 470px
	
}
div.col2 {
	float: right;
	width: 470px
}

div.col2 div.p img {
	float: right;
}

div.col1 h2 {
	color: black;
}
div.col2 h2 {
	color: black;
}
div.menu-dreta div.element {
	background-color: green;
	margin-bottom: -15px;
	margin-top: -18px;
	border-style: dotted;
	border-width: 2px;
	border-color: #ffffff;
}

div.menu-esquerra div.element {
	background-color: green;
	margin-top: -18px;
	margin-bottom: 30px;
	border-style: dotted;
	border-width: 2px;
	border-color: #ffffff;
	
}


div.col1 img{
	float: left;

}
div.col2 img{
	float: right;

}


