#contenidos{
	float:none;
	width:403px;
	min-height: 250px;
	margin-left: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 242px;
	overflow: scroll;
	background-image: none;
	padding: 0px;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
	height: 242px;
	margin-left: 5px;
	overflow: scroll;
}
