/* ==========================================================================
   CSS personalizado
   ========================================================================== */

body {
    padding-top: 30px;
    padding-bottom: 40px;
}
p{
	text-align:justify;
}
/*Imagem*/
.hero{
	width:auto;
        
	background-image:url(../img/inicial.jpg);
}
.hero-unit h1{
	margin-top:0;
	padding-top:0;
	color:#FFFFFF;
	text-shadow:1px 1px 2px #000000;
}
.hero-unit p{
	text-align:justify;
	color:#000000;
	text-shadow:1px 1px 2px #ffffff;
}
.submenu{
	width:auto;
	height:50px;
	background-color:#eeeeee;
        color: #FFFFFF;

}
.submenu p{
	text-align:center;
}
.rodape{
	width:auto;
	background-image:url(../img/header-pb.jpg);	
}
.footer h4{
	margin:0 0 10px 0px;
	text-shadow:1px 1px 2px #FFFFFF;
}
.footer ul{
	/*margin-left:10px;*/
	margin:0;
}
.footer ul li{
	border-bottom:1px dotted #000000;
	margin:0;
	list-style:none;
}
.footer cite{
	text-align:justify;
}
.copyright{
	width:auto;
	height:30px;
	background:#03476F;
}
.copyright footer{
	width:299px;
	margin:0 auto;
        font:serif;
        font-size: 11px;
        

}

.copyright footer p{
	margin-top:05px;
}