/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
table {
	border-collapse: separate;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* .clearfix {display:inline-block;}*/
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p, h1,h2,h3,h4,h5,h6,ol {margin-bottom:2px}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:20px}/* 26px */
h2{font-size:18px}/* 24px */
h3{font-size:16px}/* 22px */
h4{font-size:14px}/* 20px */
h5{font-size:12px}/* 18px */
h6{font-size:10px}/* 16px */


/*div principal contem todas as div's*/

#outer {
	background:url(../img/bckg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:auto;
	/*background-color:#f4f4f4;*/
}
#degrade {
background:url(../img/bckg.png);
background-repeat:repeat-x;
background-position:top;	
}

#containerFolhas {
	background:url(../img/folhas.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:auto;
}
#container {
	/*margin:auto; center the page*/
	width:950px;
	margin:0 0 0 -475px;
	left:50%;
	position:absolute;
}

/*logo + menu + slogan*/
#header {
	width:950px;
	height:150px;
	margin-bottom:15px;
}

.logotipo {
	width:260px;
	float: left;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:20px;
}
#menu {
	width:670px;
	margin-top:85px;
	/*height:40px;*/
	/*padding-left:20px;*/
	/*padding-right:20px;*/
	float:right;
}
.menuAt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	float:left;
	margin-left:15px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:14px;
	background-color:#71971d;
	border:3px solid #bad46a;
	background-image:url(../img/bckg_menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
	float:left;
	margin-left:15px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:14px;
	background-color:#ffffff;
	border:3px solid #bad46a;
}
.menu:hover {
	color: #3c5f1f;
	background-color:#d2e4aa;
	text-decoration:none;
}

#englobaBanner{
	width:950px;
	margin-bottom:30px;
	background-color:#c3d491;
	height:290px;
}
.banner {
	width:640px;
	height:276px;
	margin:7px;
	background-image:url(../img/sombra_banner.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
	/*margin-bottom:20px;*/
}
#txtDir{
	width:269px;
	height:246px;
	margin-top:7px;
	margin-right:7px;
	background-color:#87a922;
	padding-top:30px;
	padding-left:20px;
	float:right;
}
.txtDir{
	font-family: 'Ubuntu', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu|Ubuntu+Condensed|Oswald);
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom:12px;
	padding-right:10px;
}

#englobaConteudo{
	width:950px;
	margin-bottom:30px;
}
#colEsq1{
	width:303px;
	float:left;
	margin-left:20px;
	margin-bottom:30px;
}
#colEsq2{
	width:300px;
	float:left;
	margin-right:25px;
	margin-bottom:30px;
	margin-top:31px;
}
#colEsq{
	width:603px;
	float:left;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:30px;
}
#colDir{
	width:297px;
	float:right;
	margin-bottom:30px;
	padding-top:40px;
}
.fotoDest {
	width:120px;
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	border:solid 1px #c5c5c5;
}

.titulo {
	font-family: 'Ubuntu', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu|Ubuntu+Condensed|Oswald);
	font-size: 18px;
	font-weight: normal;
	color: #252525;
	padding-bottom:15px;
}

.subtitulo {
	font-family: 'Ubuntu', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu|Ubuntu+Condensed|Oswald);
	font-size: 16px;
	font-weight: normal;
	color: #252525;
	padding-bottom:10px;
}
.txt {
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	line-height:160%;
	text-align:justify;
	/*padding-bottom:8px;*/
}
.txt a{
	color: #018752;
	text-decoration:none;
}
.txt a:hover{
	color: #018752;
	text-decoration:underline;
}

.topicos {
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	line-height:180%;
	text-align:justify;
	margin-left:10px;
	/*padding-bottom:8px;*/
}
.topicos a{
	color: #018752;
	text-decoration:none;
}
.topicos a:hover{
	color: #018752;
	text-decoration:underline;
}
#subFigueiras {
	width: 128px;
	float:left;
	margin-top:30px;
	margin-left:15px;
	margin-bottom:30px;
}
#subOliveiras {
	width: 128px;
	float:left;
	margin-top:30px;
	margin-left:20px;
	margin-bottom:30px;
}
.btSub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #018752;
	background-color:#d0e4dc;
	width: 113px;
	cursor:pointer;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:5px;
}
.btSub:hover{
	color: #005232;
	text-decoration:none;
}
.txtViveiros {
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 12px;
	font-weight: normal;
	color: #3b3b3b;
	line-height:200%;
	/*padding-bottom:8px;*/
}
.fotoViveiros{
	width:155px;
	margin-right:20px;
	border:1px solid #999999;
	float:left;
}

/*.imgDestaque{
	width:212px;
	height:66px;
	margin-top:10px;
}*/

/*
#noticias{
	width:212px;
	float:left;
	margin-bottom:25px;
	padding-left:18px;
	border-left:solid #dddddd 1px;
}
.tituloGrande{
	width:212px;
	border-bottom:solid #f0f0f0 5px;
	font-family: 'Ubuntu', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu|Ubuntu+Condensed|Oswald);
	font-size: 18px;
	font-weight: normal;
	color: #595959;
	padding-bottom:6px;
	padding-top:9px;
	margin-bottom:10px;
	/*height:31px;*/
}*/
/*
.tituloPaginasPeq{
	width:212px;
	font-family: 'Alef', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Alef:400,700);
	font-size: 13px;
	font-weight: normal;
	color: #7f7e7e;
	padding-bottom:3px;
}*/


.btSubscrever {
	width:180px;
	padding:8px;
	margin-top:10px;
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border:0;
	background-color:#79b7cb;
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   cursor:pointer;
}
.btSubscrever:hover {
	width:180px;
	padding:8px;
	margin-top:10px;
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border:0;
	background-color:#50a7c3;
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   cursor:pointer;
}
.btEmail {
	width:180px;
	padding:8px;
	margin-top:10px;
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border:0;
	background-color:#b6b6b6;
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   cursor:pointer;
}
.btEmail:hover {
	width:180px;
	padding:8px;
	margin-top:10px;
	font-family: 'Noto Sans', sans-serif;
	@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border:0;
	background-color:#79b7cb;
	-moz-border-radius: 8px;
   border-radius: 8px;
   -Webkit-border-radius: 8px;
   cursor:pointer;
}

/*rodape
#footer {
	height:40px;
	background-color:#232021;
	width:100%;
	padding:15px 0 15px 0;
	overflow:hidden;
	position:relative;
	
}*/

#footerCenter {
	width:950px;
	height:47px;
	background-color:#c5c5c5;
	margin:auto;/* center the page*/
	overflow:hidden;
	margin-bottom:10px;
}
.copy {
	width:300px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	padding-bottom:5px;
	float:left;
	margin-top:18px;
	margin-left:24px;
	width:350px;
}

.desenvolvido {
	/*width:600px;*/
	margin-right:22px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #575757;
	padding-bottom:5px;
	float:right;
	margin-top:18px;
	/*margin-left:28px;*/
}
.desenvolvido a {
	color: #575757;
	text-decoration:none;
}
.desenvolvido a:hover { 
	color: #383737;
	text-decoration:none;
}
