@charset "utf-8";

body { 
overflow-x: hidden;
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
 }

@font-face {
	font-family:"MyriadWebPro";
	src:url("fontes/MyriadWeb.eot"); /* EOT file for IE */ 
	color:#000000;
}
@font-face {
	font-family:"MyriadWebPro";
	src:url("fontes/MyriadWeb.ttf") format("TrueType");
	color:#000000;
}

@font-face {
	font-family:"MyriadWebProG";
	src:url("fontes/MyriadWebPro.eot"); /* EOT file for IE */ 
	color:#000000;
}
@font-face {
	font-family:"MyriadWebProG";
	src:url("fontes/MyriadWebPro.ttf") format("TrueType");
	color:#000000;
}


@font-face {
	font-family:"MyriadLight";
	src:url("fontes/MyriadPro-Light.eot"); /* EOT file for IE */ 
	color:#000000;
}
@font-face {
	font-family:"MyriadLight";
	src:url("fontes/MyriadPro-Light.otf") format("TrueType");
	color:#000000;
}



.fontes {
	font-family:MyriadWebPro, arial, sans-serif;
	font-size: 15px;
	color: #000000;

}

.fontesLight {
	font-family:MyriadLight, arial, sans-serif;
	font-size: 40px;
	color: #2D548B;
	font-weight: bold;
	letter-spacing:-1px;

}

.fontesTitulos{
	font-family:MyriadWebProG, arial, sans-serif;
	font-size: 20px;
	color: #2D548B;
	font-weight: bold;
	letter-spacing:-1px;
}

a:link{text-decoration:none; color: #000000;}
a:visited{text-decoration:none; color: #000000;}
a:hover{text-decoration:underline; color:#0093D9;}

#rodape {
	position:absolute;
	bottom:0px;
	width:100%;

	}