/* CSS Document */

ul.listado{
	width:90%;
	float:left;
	}
	ul.listado li{
		width:100%;
		float:left;
		margin:0 0 10px 0;
	}