@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body {
	background-image: url(../img/bg.jpg);
	font-family:Roboto;
	font-size:13px;
	line-height:150%;
	-webkit-font-smoothing: antialiased;
}
p strong {font-weight: bold;}

a:link{color: #84a330}
a:hover{color:#a6ce39; text-decoration: underline;}
.row{margin:0;}
.top-bar {
	background: #034220;
	min-height: 25px;
}
/* Space */
.space5 {
	margin-top: 5px;
}
.space10 {
	margin-top: 10px;
}
.space15 {
	margin-top: 15px;
}
.space20 {
	margin-top: 20px;
}
.space25 {
	margin-top: 25px;
}
.space30 {
	margin-top: 30px;
}
.space-left-10{ margin-left:10px;}
.space25bottom{margin-bottom: 25px;}
/* end space */


.bg-menu {
	background-color: #efefef;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
header {
	background: #FFF;
	-webkit-box-shadow: 0 3px 5px 1px #A3A3A3;
	box-shadow: 0 3px 5px 1px #A3A3A3;
	padding-bottom: 5px;
}
/* Menu defaul */



.navbar-default {
	background: #efefef;
	height: 50px;
}
.navbar-default, .navbar-default .navbar-nav>li>a {
	color: #757575;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a {
	background: #FFF;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #FFF;
	background: #a6ce39;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
}
/* end menu */
/* menu inverse */ 

.navbar-inverse {
	background: none;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.navbar-inverse, .navbar-inverse .navbar-nav>li>a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav > .active > a {
	background: none;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #FFF;
	background: #01200f;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #FFF;
	background: #01200f;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	transition: all 350ms linear;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
}
/* end nav */
.slider {
	min-height: 350px;
	margin-bottom: 80px;
}
.box {
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	background: #FFF;
	padding-bottom:15px;
}
.box-top {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	padding-left: 10px;
	padding-top: 10px;
	min-height: 40px;
	border-bottom: 1px solid #b7b7b7;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 15px;
	
}
.dots {background:url(../img/nb-dots.png) repeat;display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start:1px;
  -webkit-margin-end: 1px;}
 
.box-noticia {
	padding-left: 10px
}
.titulo-noticia {
	max-width: 190px;
	margin-top:5px;
}
.data-noticia{
	color:#CCC;
	font-size:11px;}
.ultimas-img{margin-left:10px;}
.categoria-info{margin-top: 5px;} 
.categoria-info a{text-transform:uppercase; padding:3px; background:#F4F4F4; color:#448d61; font-size:12px; margin-left:5px; margin-top:10px}
.data-noticia{margin-top:5px}

/* Estilos Texto*/ 
h1{
	font-size:25px;
	color:#448d61;
	margin:0;
	line-height: 100%}
	h1 a{
	font-size:25px;
	color:#448d61;
	margin:0;
	line-height: 100%;
	text-decoration: none;}
	h1 a:hover{
	font-size:25px;
	color:#448d61;
	margin:0;
	line-height: 100%;
text-decoration: underline;}
h2 {
	margin:0;
	font-size:20px;
	color:#448d61;
	}
.h3 a{color: #999;}
h3{font-size:16px;color:#448d61; margin:0;}
h4{font-size:14px;color:#448d61; margin:0;}
h5 {font-size:12px;color:#448d61;margin:0;}



/* button*/
.btn-default{
	border-radius:20px;
	background:#09783d;
	color:#FFF;
	border:3px solid #b8e8ce;
	height:35px;
	padding-top:4px}
.btn-default:hover{	border-radius:20px;
	background:#77bf98;
	color:#FFF;
	border:3px solid #77bf98;
	-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;}

ul.lista {list-style:none; margin-left: 10px;}
li.lista{margin-bottom: 5px;}
.lista li a:before {
    content: '\f101';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #CCCCCC;
    font-size: 12px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;

}
.lista li a{
	color:#464646;
	text-decoration:none;
	font-size:14px;}
.lista li a:hover{text-decoration:underline; color:#999;}




.largetextupper{font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	margin: 0px;
	white-space: nowrap;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;}
.smallthingreya6ce39{
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #a6ce39;
	text-decoration: none;
	background-color: transparent;
	padding: 1px 4px 0px 4px;
	text-shadow: none;
	margin: 0px;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;}
footer{
	width: 100%; 
	color: #FFF;
	text-align: center;
	background: #09783d;
	margin-top: 30px;
	height: 40px;
	font-size: 13px;
	padding-top:13px;
}
/* single post */
.category-name{
	background-color: #a6ce39;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFFFFF !important;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.breadcrumbs{
	text-transform: none;
	font-weight: normal;
	color: #84a330;
}
.breadcrumbs a{
	color: #84a330;
}
.breadcrumbs a:hover{
	color: #bbff00;
	text-decoration: underline;

}
.img-article{border:1px solid #cfcfcf; border-radius: 5px; padding: 3px; float: left; margin-right: 15px;}
article{margin-top: 15px; clear: both;

line-height: 150%;
font-size: 0.95rem;
font-weight: 400;
color: ##33332F;
padding-left: 5px;
padding-right: 7px;}
article p {color:#33332F;margin: 0px auto 1rem;}
article p em{font-style: italic;}
article ol li {list-style: decimal; margin-left: 25px;}
.ssba-wrap{margin-bottom: 10px;}
.ssba-wrap img:hover{opacity: 0.6;}
.alignleft{float: left; margin-right: 20px;}
.alignright{float: right; margin-left: 20px;}

ol, li, ul {font-weight: bold;}
strong {font-weight: bold;}