/* CSS Document */
#corpo_am {
	background: url(../img/bg_amarelo.png) repeat-y center top;
	margin: 0px auto;
	padding: 0px;
	width: 790px;
	overflow: auto;
}
#corpo_am .col2 a {
	color: #FF0000;
	text-decoration: none;
}
#corpo_am .col2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#corpo_am #tx_home {
	margin: 5px 10px 20px;
	padding: 5px 0px 0px;
	text-align: center;
}

/* Destaque 1 */
#corpo_am #box_destaque1 {
	background: url(../img/img_h1_ilustr.png) no-repeat right center;
	margin: 30px 20px;
	padding: 0px;
	height: 130px;
	text-align: left;
	position: relative;
	display: block;
}
#corpo_am #destaque1 h1 {
	font-size: 110%;
	font-weight: bold;
	color: #009900;
	margin: 5px 0px 5px;
	padding: 5px 0px 0px;
}

/* Destaque 2 */
#corpo_am #box_destaque2 {
	background: url(../img/img_h1_ilustr.png) no-repeat left center;
	margin: 30px 20px 10px;
	padding: 0px;
	height: 130px;
	text-align: right;
	position: relative;
	display: block;
}
#corpo_am #destaque2 h1 {
	font-size: 110%;
	font-weight: bold;
	color: #FF00FF;
	margin: 5px 0px 5px;
	padding: 5px 0px 0px;
}
