@charset "utf-8";
.home {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 0px;
	display: block;
	height: 330px;
}
.cont_h2 {
	width: 256px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../../img/fondo_degradado_blanco.png);
	background-repeat: no-repeat;
	background-position: center 500px;
	color: #333333;
}
.cont_h2 ul   {
	margin: 0px;
	padding: 0px;
	display: block;
}
.cont_h2 li   {
	font-size: 14px;
	list-style-type: none;
	background-image: url(../../img/item.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-left: 4px;
}
