/* BANNERS */

/* CSS RESET */
*{
	padding:0;
	margin:0;
	border:0;
}

.conteudo-banners{
	width:750px;
	height:240px;
	
}
	.banners-banners{
		width:580px;
		height:240px;
		float:left;
		/*background-color:#f5f6f8;*/
	}
	
	.banners-botoes{
		width:155px;
		height:240px;
		float:right;
		/*background-color:#f5f6f8;*/
	}
	
		.banners-botoes > ul > li{
			list-style:none;
			width:155px;
			height:60px;
			text-align:center;
		}
		
