body{
	background-image: url(../imagens/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0;
	background-color: #ffffff;
	
}
#topo{
	background:url(../imagens/bg-topo.jpg) no-repeat;
}
#cont{
	background:#FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#rodape{
	background: #420d04;
	border-top: 5px solid #64281d;	
}

.menu{
	background: #005D98;
	border-bottom: 5px solid #0e496f;
	border-top: 5px solid #0e496f;
}
.menu a{
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	
	color: #ffffff;
	font-size: 16px;
	margin-left: 3px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 0px 8px;
}
.menu a:hover,active{
	color: #ffffff;
	background: #0e496f;
	padding: 14px 8px;
	text-decoration:none;
}
.local{
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

a{	
	color: #333333;
	text-decoration:none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

.style1 a{
	color: #FFFFFF;
	text-decoration:none;
}
.style1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.titulos{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	color:#0e496f;
	font-size:18px;
	border-bottom: 5px solid #0e496f;
	font-weight:bold;
}
.style1{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}
.style2{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}
.style3{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:16px;
}