body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}

#contenedor{
	position:absolute;
	top: 0px;
	margin-left:-350px;
	left: 50%; 
	width: 700px; 
	background-color:#999999;
}

#cap {
	position:absolute;
	top: -21px;
	left: 0px;
	width:700px; 
	height: 110px;
	background-color:#FFFF99;
}

#menu{
	position: absolute; 
	top: 91px; 
	left: 2px;
	width:150px; 
	float: left;
	background-color:#99CCCC;
}

#contingut{
	position: absolute;
	top:91px;
	left:151px;
	width:550px;
	background-color:#FFCC99;
	height: 629px;
}
