﻿/*   
Theme Name: acorespro cleanest
Theme URI: http://www.acorespro.com/
Description: acorespro's creating theme.
Author: acorespro
Author URI: http://www.acorespro.com
Version: 1.0
*/

/*
Oh, the reset!1!1!
*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul, li{
list-style:none;
}

a{
text-decoration:none;
outline: 0;
}

a:hover{
}

a:active{
}

a:visited{
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*
Oh, the code!!111!1!1!
*/

body{
 font-family: 'Monda', sans-serif;
}

h1, h2{
 font-family: 'Monda', sans-serif;
}

#header {
    background: none repeat scroll 0 0 #624D42;
    float: left;
    height: 51px;
    width: 100%;
}

#centro-header {
    width: 945px;
	margin:0 auto;
}

.facebook {
    float: right;
}

.logo {
    float: left;
    margin-top: 23px;
}

#nav {
    float: left;
    margin-left: 40px;
    width: auto;
}

#nav > li {
    float: left;
    height: 39px;
    margin-left: 16px;
    text-transform: uppercase;
}


#nav a {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bolder;
    height: 35px;
    padding-top: 16px;
    position: relative;
}

.quem-somos:hover > #submenu {
    opacity: 1;
    visibility: visible !important;
}

.links-uteis li {
    color: #473F28;
    float: left;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
}


.links-uteis > li:hover {
    text-decoration: underline;
}


.square-link {
    background: none repeat scroll 0 0 #BCD306;
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 10px;
}


.noticias-mais-100 {
    width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:50px;
}

.noticias-mais > a:hover {
    background: none repeat scroll 0 0 #473F28;
}

.noticias-mais > a {
    background: none repeat scroll 0 0 #A9C00D;
    cursor: pointer;
    padding: 15px 40px;
    transition: background-color 0.3s ease 0.1s;
}

.noticias-mais {
    color: #FFFFFF;
    margin: 35px auto;
    text-align: center;
    text-transform: uppercase;
    width: 855px;
}

#submenu {
    background: none repeat scroll 0 0 #BCD306;
    left: -47px;
    opacity: 0;
    position: absolute;
    top: 51px;
    transition: opacity 0.25s ease 0.25s;
    visibility: hidden;
    width: 200px;
    z-index: 2147483647;
}

#submenu a {
    color: #4A611B;
    float: left;
    font-size: 18px;
    font-weight: normal !important;
    height: 30px;
    padding-left: 20px;
    padding-top: 8px;
    position: relative;
    text-transform: none;
    width: 181px;
}

#submenu a:hover{
    background: #4a611b;
    color:white !important;
}


#nav > li:hover{
    border-bottom: 12px solid #BCD306;
}


#content {
    float: left;
    margin-top: 105px;
    width: 100%;
	min-height:655px;
	position:relative;
	z-index:0;
}

.cycle-slideshow {
    float: left;
    height: 400px;
    margin-top: 40px;
    position: relative;
    width: 100%;
    z-index: -10;
}

#mensagem {
    background: none repeat scroll 0 0 #624D42;
    float: left;
    height: 404px;
    position: relative;
    width: 100%;
}

#mensagem-centro {
    margin: 0 auto;
    width: 815px;
}

.mensagem-esquerda {
    border-left: 1px solid #624D42;
    border-top: 1px solid #624D42;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: auto;
    margin-top: 25px;
    padding: 20px;
	cursor:pointer;
    text-transform: uppercase;
    width: 440px;
	transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}

.mensagem-esquerda a{
    color: #FFFFFF;
}

.mensagem-esquerda:hover {
    background: none repeat scroll 0 0 #584338;
    border-left: 1px solid #3B261B;
    border-top: 1px solid #3B261B;
}

.mensagem-esquerda:hover > .ver{
    border-bottom: 5px solid #809700;
}


.mensagem-direita {
    color: #FFFFFF;
    float: right;
    height: auto;
    line-height: 25px;
    margin-top: 65px;
    width: 238px;
}

.mensagem-direita img {
    border-radius: 10px 10px 10px 10px;
}

.titulo-msg {
    float: left;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    width: 100%;
}

.erva-top {
    background: url("img/erva.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 102px;
    margin-top: -100px;
    width: 100%;
	float:left;
}

.erva-bot {
    background: url("img/erva2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 102px;
    margin-bottom: -100px;
    width: 100%;
}


.ver-mais {
    float:right;
	width:100%;
}

.ver {
    background: none repeat scroll 0 0 #BCD306;
    color: #4A611B !important;
    float: right;
    padding: 3px 30px;
    transition: border-radius 0.2s ease 0s;
}

.ver:hover {
    background: none repeat scroll 0 0 #DDF427;
}

.excerto-msg {
    float: left;
    line-height: 30px;
}

.slideshow-float {
    float:left;
	width:100%;
}

.slideshow {
    margin: 0 auto !important;
    overflow: hidden !important;
    width: 815px !important;
}


.slide {
    float: left;
    margin-left: 7px;
    margin-right: 8px;
}


.slide:hover{
    opacity:0.6;
}

.slide img {
    border: 2px solid #BCD306;
    border-radius: 10px 10px 10px 10px;
}

.slideshow-titulo {
    color: #6CAD08;
    float: left;
    font-size: 30px;
    margin-bottom: 35px;
    margin-top: 115px;
    text-transform: uppercase;
    width: 100%;
}

.slide-titulo-centro {
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 795px;
}

#next {
    float: right;
}

#prev {
    float: left;
}

#next2 {
    float: right;
}

#prev2 {
    float: left;
}
#next3 {
    float: right;
}

#prev3 {
    float: left;
}

.center {
    margin: -245px auto 0;
    position: relative;
    width: 940px;
}


.center3 {
    left: -6px;
    position: absolute;
    top: 5px;
    width: 950px;
    z-index: -1;
}

.quadrado-noticia-float {
    height: 460px;
}

#monte {
    float: left;
    height: 214px;
    margin-top: 112px;
    width: 100%;
}

#monte-esquerdo {
    background: url("img/monte-top2.png") repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 214px;
    width: 50%;
}

#monte-direito {
    background: url("img/monte-top2.png") repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 214px;
    width: 50%;
}

#noticias-geral {
    background: none repeat scroll 0 0 #A9C00D;
    float: left;
    height: 535px;
    width: 100%;
}

.noticia-centro {
    margin: 0 auto;
    text-align: center;
    width: 940px;
	z-index:0;
	margin-top:-20px;
	position:relative;
}

.noticia-centro img {
    position: relative;
    z-index: 0;
}

#noticia-titulo {
    color: #FFFFFF;
    font-size: 24px;
    margin: 35px auto 10px;
    text-transform: uppercase;
    width: 815px;
}

#noticia-top {
    background: url("img/top-noticias.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 33px;
    margin: 0 auto;
    position: relative;
    width: 924px;
    z-index: 100;
}

.noticia-centro-geral {
    margin: 0 auto;
    width: 855px;
    z-index: 0;
}

.noticia-centro-geral {
    margin: 0 auto;
    width: 855px;
    z-index: 0;
}

.quadrado-noticia {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    height: 157px;
    margin: 0 auto;
    max-height: 157px;
    overflow: hidden;
    position: relative;
    top: -300px;
    transition: top 0.2s ease 0.1s;
    width: 500px;
    z-index: 2147483647;
}


.quadrado-noticia:hover {
    top: -320px !important;
}

.titulo-noticia {
    color: #AAC00D;
    font-size: 23px;
    margin-bottom: 5px;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
}

.excerto-noticia {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 25px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left !important;
    text-transform: uppercase;
}

.ver-mais-noticia {
    float: left;
    width: 100%;
}


.ver-mais-noticia {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    float: left;
    height: 33px;
    position: absolute;
    text-align: center;
    width: 100%;
}


.ver-noticias {
    color: #223405;
    float: left;
    font-size: 17px;
    height: 100%;
    padding-top: 5px;
    text-transform: uppercase;
    width: 100%;
}



/* Menu Footer */

#footer {
    float: left;
    margin-top: 100px;
    width: 100%;
}


.footerbarra-centro {
    height: 100px;
    margin: 0 auto;
    width: 860px;
}

.footerbarra {
    background: none repeat scroll 0 0 #473F28;
    height: 170px;
    width: 100%;
}

.footernav {
	float:left;
	margin-top:38px;
	padding:0;

}

.footernav a {
    color: #FFFFFF;
    font-family: corbel;
    font-size: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-decoration: none;
    width: 100%;
}

.footernav li {
	text-transform:uppercase;
	list-style-type:none;
	float:left;
	text-align:center;
	margin-right:16px;	
	font-weight:bold;
	padding-bottom:2px;

}

.footernav li:hover {
	border-bottom:4px solid #aac00d;
	
}

/* Sub menu */

.footernavli {
	position:relative !important;
}


.footernavli:hover > .footernavsub {
    opacity: 1;
    visibility: visible;
}

.footernavsub {
    bottom: 24px;
    height: auto;
    left: -50%;
    opacity: 0;
    padding: 0 !important;
    position: absolute !important;
    transition: opacity 0.25s ease 0.25s;
    visibility: hidden;
    width: 200px;
}

.footernavsub a {
    color: #4A611B !important;
    float: left;
    font-size: 18px;
    height: 100%;
    padding-left: 15px;
    width: 185px;
}

.footernavsub li {
	background:#aac00d;
	width:100%;
	border:none !important;
	text-transform:none !important;
	font-weight:normal !important;
	text-align:left;
	margin:0 !important;
	

}

.footernavsub li:hover {
	background: #4a611b;
}

.footernavsub a:hover {
	background: #4a611b;
	color:white !important;
}

/* */

.footercentro {
	width:100%;
	float:left;
	height:auto;
}

.footerdireita {
    background: url("img/backgroundfooter.png") repeat scroll left center rgba(0, 0, 0, 0);
    float: right;
    height: 55px;
    margin-top: -55px;
    width: 50%;
}
	
.footeresquerda {
	background: url("img/backgroundfooter.png") repeat scroll left center rgba(0, 0, 0, 0);
	width:50%;
	float:left;
	height: 55px;
    margin-top: -55px;
	background-position:right;
}

/* Footer Relva */


.footer-relva {
    background: url("img/erva-footer.png") repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 82px;
    margin-top: -81px;
    width: 100%;
}

#ultimos-posts-float {
    float: left;
    height: auto;
    margin-top: 30px;
    width: 100%;
}

#ultimos-posts{
	width:855px;
	height:515px;
	margin:0 auto;
}

#agenda {
    border: 1px solid #CBCBCB;
    float: right;
    height: 513px;
    width: 268px;
}


.thumb-eventos-index img {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    float: left;
    margin-left: 15px;
    margin-top: -46px;
}

.data-evento-index {
    background: none repeat scroll 0 0 #A9C00D;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0.1s;
    width: 268px;
}

.data-evento-index > a {
    color: #FFFFFF;
    float: left;
    padding-bottom: 12px;
    padding-left: 120px;
    padding-top: 12px;
    width: 149px;
}

.quadrado-evento-index {
    cursor: pointer;
    float: right;
}

.excerto-evento-index {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    float: left;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    width: 228px;
}

.index-agenda-titulo {
    color: #A9C00D;
    float: left;
    font-size: 21px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 268px;
}

.quadrado-evento-index:hover > .data-evento-index{
	background:#473f28;
	cursor:pointer;
}


#content-centro {
    margin: 0 auto;
    width: 945px;
}


#agenda-titulo {
    color: #2F4709;
    font-size: 30px;
    margin-bottom: 45px;
    margin-top: 50px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.quadrado-evento-lista {
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    height: 237px;
    max-height: 237px;
	cursor: pointer;
    overflow: hidden;
    width: 943px;
}

.single-title-eventos {
    background: none repeat scroll 0 0 #AAC00D;
    float: left;
    height: 46px;
	transition: background-color 0.3s ease 0.1s;
    width: 943px;
}

.titulo-evento-lista {
    color: #FFFFFF;
    float: left;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-left: 250px;
    padding-top: 12px;
	cursor:pointer;
    text-transform: uppercase;
}

.thumb-eventos-lista img {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    float: left;
    margin-left: 15px;
    margin-top: -46px;
}

.local-evento-lista {
    color: #4a611b;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 12px;
	padding-right: 15px;
    padding-top: 12px;
    text-transform: uppercase;
}


.excerto-evento-lista {
    color: #999999;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 666px;
	height: 60px;
}

.ler-mais {
    color: #4A611B;
    float: right;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}


#download-links a {
    color: #FFFFFF;
    float: left;
    padding: 15px;
}

.quadrado-evento-lista:hover > .single-title-eventos {
    background: none repeat scroll 0 0 #473F28;
    cursor: pointer;
}


.data-evento-lista {
    color: #4A611B;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 25px;
    text-transform: uppercase;
    width: auto;
}


.esquerda > a {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 100%;
    margin-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    width: 100%;
}

.esquerda {
    background: none repeat scroll 0 0 #AAC00D;
    height: auto;
    text-align: center;
    width: 197px;
	transition: background-color 0.3s ease 0.1s;
	position:relative;
}

.esquerda:hover {
    background: none repeat scroll 0 0 #473F28;
}

.direita > a {
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    height: 100%;
    margin-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    width: 100%;
}

.direita {
    background: none repeat scroll 0 0 #AAC00D;
    height: auto;
    text-align: center;
    width: 197px;
	position:relative;
	transition: background-color 0.3s ease 0.1s;
}

.direita:hover {
    background: none repeat scroll 0 0 #473F28;
}


.paginacao-geral {
    margin: 0 auto;
    width: 480px;
}

#content-page img {
    max-width: 945px;
}

#content-page {
    color: #624D42;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 100px;
    max-width: 945px;
}

.galeria-time{
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-top: 12px;
    text-transform: uppercase;
}

#contactos h1 {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

#contactos-texto {
    background: none repeat scroll 0 0 #AAC00D;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    line-height: 25px !important;
    margin-top: -631px;
    padding: 15px 80px;
    position: relative;
    text-transform: uppercase;
    width: 150px;
    z-index: 2147483647;
}

#contactos-form {
    float: left;
    margin-top: 75px;
    width: 100%;
}


#contactos-form input {
    border: 1px solid #473F28;
    color: #8B8C8D;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 15px;
    width: 915px;
}

#contactos-form textarea {
    border: 1px solid #473F28;
    color: #8B8C8D ;
    font-family: corbel !important;
    margin-bottom: 30px;
    max-height: 80px;
    max-width: 915px;
    min-width: 915px;
    padding: 15px;
    width: 915px;
}

.wpcf7-form-control.wpcf7-submit {
    background: none repeat scroll 0 0 #4A611B;
    border: 0 none !important;
    color: #FFFFFF !important;
    float: right !important;
    text-align: center;
	cursor:pointer;
    text-transform: uppercase;
    width: 100px !important;
}

div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #FF6C6C;
    border: 2px solid #FF0000 !important;
    color: #FFFFFF;
    float: left;
    font-size: 12px !important;
    margin-top: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-transform: uppercase !important;
    width: 905px !important;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FF6C6C !important;
    border: 1px solid #FF0000 !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    padding: 15px 10px !important;
    position: absolute !important;
    right: 0 !important;
	left:inherit !important;
    text-transform: uppercase !important;
    top: -13px !important;
    width: 280px !important;
    z-index: 100 !important;
}

div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #4ECE4E !important;
    border: 2px solid #398F14 !important;
    color: #FFFFFF !important;
    float: left !important;
    font-size: 12px;
    margin-top: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-transform: uppercase !important;
    width: 905px !important;
}

#contactos-form > h1 {
    color: #473F28;
    float: left;
    font-weight: lighter;
    width: 100%;
}

#contactos-form h5 {
    color: #473F28;
    float: left;
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 80px;
    margin-top: -10px;
    width: 100%;
}


iframe {
    border-bottom: 20px solid #AAC00D;
    border-top: 20px solid #AAC00D;
}

.slideshow-destaques {
    float: left;
    height: auto;
    margin-left: 145px;
    min-height: 190px;
    position: relative;
    width: auto;
    z-index: -1;
}


.slideshow-destaques-geral {
    height: 355px;
    margin: 0 auto;
    position: relative;
    width: 945px;
    z-index: 0;
}

.slide-destaques {
    float: left;
    font-size: 13px;
    line-height: 25px;
    margin-top: 60px;
    text-align: left;
    width: 365px;
}

.slideshow-content {
    color: #BFBFBF !important;
    text-align: center;
    text-transform: uppercase;
}


.center2 {
    float: left;
    height: auto;
    margin-left: 15px;
    margin-top: -120px;
    position: relative;
    width: 600px;
    z-index: -10;
}

#single-agenda-titulo44 {
    color: #FFFFFF;
    float: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 8px;
}


#single-agenda-titulo {
    background: none repeat scroll 0 0 #AAC00D;
    color: #4A611B;
    float: left;
    margin-bottom: 190px;
    padding: 10px 10px 10px 330px;
    position: relative;
    text-transform: uppercase;
    width: 605px;
}


#thumb-single-novo img {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    float: left;
    left: 15px;
    margin-left: 5px;
    position: absolute;
    top: 0;
}

.arvore-img {
    float: right;
    position: relative;
    top: 55px;
    z-index: -1;
}


#newsletter {
    background: url("img/newsletter.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: auto;
    min-height: 195px;
    width: 556px;
}

.alo_easymail_widget_error {
    font-size: 12px;
    margin-bottom: 10px;
    width: 400px;
}


.titulo-new {
    color: #FFFFFF;
    float: left;
    font-size: 25px;
    margin-left: 15px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 541px;
}

#download-links {
    background: none repeat scroll 0 0 #AAC00D;
    height: auto;
    position: relative;
    text-align: center;
    transition: background-color 0.3s ease 0.1s;
    width: 197px;
}

.legenda-new {
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    margin-left: 15px;
    text-transform: uppercase;
    width: 541px;
}


.alo_easymail_widget_ok {
    width: 395px;
}


#input-newsletter {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}


#input-newsletter h3 {
    display: none;
}


.input-text {
    margin-left: 10px;
    padding: 10px;
}


#input-newsletter form {
    float: left;
    width: 375px;
}


#input-newsletter table {
    float: left;
}


.input-submit {
    background: none repeat scroll 0 0 #4A611B;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    margin-top: 1px;
    padding: 30px;
    text-transform: uppercase;
}

.input-submit:hover{
    background: none repeat scroll 0 0 #687F39;
    cursor:pointer;
}

#links li {
    background: none repeat scroll 0 0 #AAC00D;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 200px;
	transition: background-color 0.3s ease 0.1s;
}

#links li:hover {
    background: none repeat scroll 0 0 #473F28;
}


#links a {
    color: #FFFFFF;
    float: left;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    width: 180px;
}

#download-links li {
    background: none repeat scroll 0 0 #AAC00D;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 200px;
	transition: background-color 0.3s ease 0.1s;
}

#download-links li:hover {
    background: none repeat scroll 0 0 #473F28;
}



#links-programas .text-a {
    background: none repeat scroll 0 0 #A9C00D;
    color: #FFFFFF;
    float: left;
    padding-bottom: 10px;
    padding-left: 165px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 190px;
	transition: background-color 0.3s ease 0.1s;
}

#links-programas .text-a:hover {
    background: none repeat scroll 0 0 #473F28;
}


#links-programas {
    float: left;
    width: 100%;
}

#links-programas li {
    float: left;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: 355px;
}

#links-programas > ul {
    margin: 0 auto;
    width: 730px;
}

#links-programas img {
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    margin-left: 55px;
    margin-top: -41px;
}

#titulo-progs {
    background: none repeat scroll 0 0 #AAC00D;
    color: #FFFFFF;
    font-size: 25px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 541px;
}


#programas-vigor {
    float: left;
    height: 290px;
    margin-top: 30px;
    overflow: hidden;
    width: 556px;
}

.programa-vigor:hover {
    background: none repeat scroll 0 0 #5A4F30;
}

.titulo-vigor {
    color: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 105px;
    padding-top: 105px;
    width: 100px;
}

.programa-vigor {
    background: none repeat scroll 0 0 #473F28;
    float: left;
    outline: 1px solid #37311F;
    text-align: center;
    width: 185px;
	transition: background-color 0.3s ease 0.1s;
}

#links-uteis-title {
    color: #473F28;
    float: left;
    font-size: 30px;
    margin: 80px auto 30px 140px;
    text-transform: uppercase;
}

.voltar {
    background: none repeat scroll 0 0 #AAC00D;
    color: #FFFFFF;
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0.1s;
    width: 200px;
}


.voltar:hover {
    background: none repeat scroll 0 0 #473F28;
    cursor: pointer;
}


#downloads {
    margin: 0 auto;
    width: 730px;
}

.programa-vigor2 {
    background: none repeat scroll 0 0 #473F28;
    float: left;
    outline: 1px solid #37311F;
    position: relative;
    text-align: center;
    transition: background-color 0.3s ease 0.1s;
    width: 182px;
}


.titulo-vigor2 {
    color: #FFFFFF;
    float: left;
    margin: 0 auto;
    min-height: 83px;
    padding: 74px 40px;
    width: 100px;
}
#dw_prev {
    float: left;
}


#dw_next {
    float: right;
}

#downloads {
    margin: 54px auto 0;
    position: relative;
    width: 730px;
}


.slideshow-downloads {
    height: 232px !important;
    margin-top: 0 !important;
    overflow: hidden;
    width: 730px;
    z-index: 100 !important;
}

.center5 {
    cursor: pointer;
    float: left;
    left: -51px;
    position: absolute;
    top: 0;
    width: 830px;
    z-index: 0;
}

#downloads-100 {
    background: none repeat scroll 0 0 #EDEFE8;
    float: left;
    height: 400px;
    margin-bottom: 100px;
    margin-top: 50px;
    width: 100%;
}

#downloads-titulos-progs {
    background: none repeat scroll 0 0 #A9C00D;
    color: #FFFFFF;
    float: left;
    font-size: 25px;
    padding: 10px 10px 10px 30px;
    text-align: left;
    text-transform: uppercase;
    width: 689px;
}


.programa-vigor2:hover {
    background: none repeat scroll 0 0 #5A4F30;
}

.programa-vigor2 > img {
    left: 75px;
    position: absolute;
    top: 160px;
}

#erva-top-c {
    background: url("img/erva-top-c.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 64px;
    margin-top: -60px;
    width: 100%;
}


#erva-bot-c {
    background: url("img/erva-bot-c.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 64px;
    margin-top: 50px;
    width: 100%;
}