/*******************************************************************************
* full d'estils especifics per a la pàgina visita.php                          *
*******************************************************************************/
#contenidor {
	position: relative;
	width: 501px;
	height: 350px;
	margin: 0px 13px 0px 13px;
	overflow: hidden;
	display: inline;
  float: left;
}

#contingut {
	position: relative;
	left: 0px;
	width: 100%;
  float: left;
}
