/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
 
#navbar {
	background: none;
	margin-top: 0px;
	margin-bottom: 0px;
	
	-webkit-box-shadow: none;
	box-shadow: none;
}

#block-system-main {
	min-height: 100px;
}

.navbar-nav{

	margin-top: 55px !important;
}

.leaf {
	/*background-color: #dddddd;*/
	
	/*color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;*/

	/*margin: 5px;
	border-radius: 6px !important;*/
}

/*@media (min-width: 1200px) {*/
	.container {
		max-width: 800px !important;
	}
/*}*/

.main-container {
	/*margin-bottom: 0px !important;*/
	/*position: relative;*/
	
	/*background: #f5f5f5 url(../images/escala.png) no-repeat top right;*/
}

body {
	/*background: #ffffff url(../images/fundo.jpg) repeat-y top left;*/
	
	background-image: url(../images/fundo.jpg), url(../images/fundo2.jpg);
    background-repeat: repeat-y, repeat-y;
	background-position: top left, top right;
}

/*#fundo2 {
	background: #ffffff url(../images/fundo2.jpg) repeat-y top left;
}*/

.well {
	border: 1px solid #adadad;
	/*border: none;*/
}

.no-border {
	border: none;
}

.logo img {
	width: 200px;
}

.footer {
	margin-top: 0px;
	margin-bottom: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	text-align: center;
}

.breadcrumb {
    background: none;
}

.form-control[type="text"], .form-control[type="email"], .form-control[type="password"] {
	max-width: 300px;
}

.page-header {
    border: none;
}

.block-webform {
	margin-top: 10px;
	background: #f5f5f5 url(../images/escala.png) no-repeat top right;
}

h1 {
    font-size: 2em;
}

.views-field-field-imagem img, .node-artigo .field-name-field-imagem img  {
	margin-right: 10px;
	margin-bottom: 10px;
}

#block-block-3 p {
	text-align: justify;
	text-indent: 2em;
}

#block-block-3 h2.block-title {
	font-size: 1.5em;
}

#block-block-3 img {
	margin-left: 10px;
}

.navbar-default .navbar-nav>li>a {
	background-color: #b9392e;
	color: #fff;
	
	border-radius: 6px;
	margin-right: 10px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: #fff;
}

a {
	color: #b9392e;
}

a:hover, a:focus {
	color: #b9392e;
}

.btn-primary {
	background-color: #b9392e;
	border-color: #b9392e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #333;
	background-color: #fff;
	border-color: #fff;
	/*margin-top: 10px;*/
}

.footer small {
	background-color: #fff;
}
