@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);
body{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	height:100%;
	font-size: 0.938em; /*15px*/
	margin-top: -15px;
	background-color:#E0E0E0;

}
/*Formatação de Menu*/
.menu ul {
	list-style:none;
	text-transform:uppercase;
	width: 950px;
}
.menu li{
display:inline-block;

}
.menu li a:hover{
border-radius: 5px;
color:#095170;
background:#FFFFFF;
}
.menu li a{
color:#FFFFFF;
text-decoration:none;
display:inline-block;
margin-right: 3px;
margin-top: 25px;
padding: 5px;
font-size: 13px;
}
.rodape{
clear:both;
width:100%;
font-size: 1.125em;
text-align:center;
background:#024089;
height: 104px;
}
.texto{
text-align:center;
width: 100%;
padding-top: 30px;
color:#FFFFFF;
}
.texto a{
color:#FFFFFF;
text-decoration:none;
}
.texto a:hover{
color:#FFFFFF;
text-decoration:underline;
}
