.divLogo{
	position : absolute;
	margin-Left : 0px;
	Top : 10px;
	width : 75%;
	height : 100px;
	
	background-color: white;
}
.divMenu{
	position : absolute;
	background-color : white;
	left : 5px;
	Top : 120px;
	width : 200px;
	height : 600px;
}

.divContingut{
	position : absolute;
	background-color : #CFCFCF;

	left : 17%;
	Top : 120px;
	width : 82%;
	height : 600px;

}
#imgLogo{
	width : 75px;
	height : 75px;
	margin-Left : 10px;
	margin-top : 10px;

}
.paragrafTitol{
	position : absolute;
	left : 45%;
	top : 30px;
	font-family : "Verdana";
	font-style : italic;
	font-size : 1.2em;
	

}
