@charset "utf-8";
@import url("fonte/fonte.css");
/* CSS Document */

/*INFERIOR*/
#tudo #inferior{
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
/*INFERIOR - DESTAQUES*/
#tudo #inferior #destaques{
	background-image: url(../imagens/back_sobre.png);
	height: 10px;
	width: 100%;
	padding-top: 240px;
	position: absolute;
	}
#tudo #inferior #sombra{
	width: 100%;	
	height: 15px;
}
#tudo #inferior #destaques #texto_sobre{
	width: 913px;	
	height: 140px;
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 50%;
	margin-left: -450px;
}
#tudo #inferior #destaques #texto_sobre h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
}
#tudo #inferior #destaques #texto_sobre p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
}