.cont4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	width: 725px;
	height: 350px;
	text-align: justify;
background: rgb(255,153,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,153,50,1) 0%, rgba(255,202,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,153,50,1)), color-stop(100%,rgba(255,202,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,153,50,1) 0%,rgba(255,202,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,153,50,1) 0%,rgba(255,202,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,153,50,1) 0%,rgba(255,202,102,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,153,50,1) 0%,rgba(255,202,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ffcc66',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 40px;
	font-size: 14px;
}
.cont2 {
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	width: 750px;
	background: rgb(255,40,40); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,40,40,1) 1%, rgba(198,23,23,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,40,40,1)), color-stop(100%,rgba(198,23,23,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,40,40,1) 1%,rgba(198,23,23,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,40,40,1) 1%,rgba(198,23,23,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,40,40,1) 1%,rgba(198,23,23,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,40,40,1) 1%,rgba(198,23,23,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2828', endColorstr='#c61717',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 30px;
	font-size: 14px;
}

.imgasp {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.imgasp2 {
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-leftt-color: #FFF;
}
.titulo {
	font-weight: bold;
	margin-top: 8px;
	text-transform: uppercase;
}
