.entry-content{
	padding: 1.625em 0 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.entry-paragraph {
	text-align: justify;
	margin-bottom:0;
}
.entry-em {
	font-style: italic;
}

.entry-title {
	color: #33AA3D;
	text-decoration: none;
	font-family: arial;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
blockquote
{
	font-weight: bold;
}

#loader {
	margin-top: 50px;
}

.simple-pagination .active span.current {
	background: #6a9466;
	border-color: #6a9466;
}

.topo{
	margin-left: 15px;
	height: 180px;
    position: relative;
	background: url('../../image/topo.jpg') no-repeat;	
    background-size: 100%;
    margin-bottom: 15px;
}

.topo-menu {
    padding-top: 8px;
    margin: 0 auto;
    padding-top: 5px;
    width: 600px;
}

.topo-menu li {
    display: inline;
    padding: 7px 7px;
    border-left: 2px solid #4b7b55;
}

.topo-menu li a{
	font-size: 12px;
	color: #FFF !important;
}

#static-content h3 {
    font-size: 16px;
}

#static-content a {
    color: #A80000;
}

#static-content h2, #static-content h3, #static-content h4 {
    float: none;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    color: #6a9466;
    background: #fafafa;
}

#static-content h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

#static-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 40px;
}

#static-content li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

#static-content ul{
	list-style: none;
}    

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

.panel-danger>.panel-heading {

background-image: linear-gradient(to bottom,#6a9466 0,#89af85 100%) !important;

}

.panel-danger>.panel-heading {
    color: #ffffff;
    background-color: #6a9466;
    border-color: #6a9466;
}

