@charset "utf-8";
@import url("fontes.css");

body, html {
  padding:0px;
  margin:0px;
  border:0px none;
  text-decoration:none;
}

a:link, a:visited {
	text-decoration:none
	}
a:hover {
	text-decoration:none; 
	}
a:active{
	text-decoration:none; 
	}
	
.bandeira_permanente{
	position:absolute;
	width: 210px;
	height: 53px;
	z-index:998;
	background: #278fcc;
	text-align:center;
	opacity:.70;
	}

.texto_bandeira_permanente{
	position:absolute;
	text-align:center;
	font-family:"Montserrat Semi Bold";
	font-size:14px;
	color: #FFF;
	top:26px;
	left:14px;
	z-index:1000;
	}

