@charset "utf-8";
/* CSS Document */

html {
	height:100% !important;
}

.topo-total {
	background-image:url(../resources/imagens/bg-topo.jpg);
}
.topo_coluna {
	height:90px;
	color: white;
	line-height: 90px;
	vertical-align: middle;
	font-style: italic;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Segoe UI', Arial;
	text-wrap: none;
	white-space: nowrap;
	overflow: hidden;
}

.topo_coluna:hover{
	color: white;
	text-decoration: none;
}

.logo {
	padding:10px 0;
	float:left;
	text-align:center;
	width:190px;
}
		
.rodape {
	bottom:0 !important;
	position:relative;
}