﻿@charset "utf-8";

.banner {
	background-color: #534f4f;
	overflow: auto;
	width: 100%;
	height:120px;
	position: absolute;  
	position: fixed;
    left: 0px;
}

.bannertrasparente{
	width:1024px;
	height:100%;
	font-size:10pt;
	text-align:left;
	font-family: Segoe UI;
	color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	/*z-index: 2;*/
	top: 0px;
}
