@charset "utf-8";
/* CSS Document */

html,
body {
  background-color: #1e355e;
  background:url(layout/background.png) repeat;
  color:#fff;
  font-size: 14px;
}

.masthead-brand {
  margin-top: 0;
  margin-bottom: 10px;
}


.container_block{
	margin-top:90px;
}

.container-separator{
	margin-top:35%;	
}

.jumbotron{
	background:url(layout/background_box.png) repeat;
	color:#ffffff;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: inherit;
  font-weight: inherit;
}

.jumbotron a {
	color:#999999;
	text-decoration: underline;
}


.navbar{
	background:none;
	margin-bottom:70px;
	border:none;
}

#navbar{
	margin-top:20px;
		
}

.navbar-default{
	background:url(layout/background_navbar.png) repeat;
}
.navbar-default .navbar-nav > li > a {
  color: #ccc;
  font-weight:bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #fff;
}



.citacao{
	font-style:italic;
	margin-left:15%;
	margin-right:20%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.topo{
		text-align:right;
		font-weight:bold;
		margin-right: 30px;	
}

.topo a{
	color:#ffffff;
}
