.esq{
	float: left;
	width: 170px;
	padding-top: 15px;
	padding-left: 25px;
}
.dir{
	float:right;
	width: 370px; /* 400px */
	padding-top: 15px;
	padding-right: 30px;
	padding-top: 200px;
}




.box_noticias{
	background: #171717;
	-moz-opacity: 0.8;
	filter: Alpha(opacity='80'); 	
	float: right;
	width: 210px;
	padding: 10px;
	margin-bottom: 20px;
}
	.box_noticias h2{
		background: url(imgs/lbl_noticias_home.gif);
		background-repeat: no-repeat;
		text-indent: -9000px;
		overflow: hidden;
		filter: none;
		-moz-opacity: 100%;
	
	}
	.box_noticias h3{
		color: #8E8E8E;
		font-size: 0.94em;
		text-transform:uppercase;
	}
	.box_noticias a{
		color: #F9F8DC;
		font-size: 0.81em;
		text-decoration:none;
		display:block;
		margin-bottom: 3px;
	}
	.box_noticias a:hover{
		text-decoration:underline;
	}

	.box_noticias a.noticias_informativo{
		border-top: 1px solid #2D2D28;
		background: url(imgs/ico_mail.gif);
		background-repeat: no-repeat;
		background-position: 0px 3px;
		color: #C1BD73;
		text-transform:uppercase;
		padding-left: 20px;
		font-size: 0.63em;	
	}
	
#banner_flutuante {
	position:absolute;
	left:235px;
	top:150px;
	width:400px;
	height:300px;
	z-index:1;
}