@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset 'UTF-8';
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
/*
#cssmenu {
  width: 250px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
*/
#cssmenu {
  width: 250px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  margin-bottom:50px;
  margin-top:35px;

}
#cssmenu > ul > li {
  margin: 0 0 8px 0;
  text-align:left;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
 
  background: #608f4d;
  border-top:1px solid #d6e2d1;
  border-bottom: 1px solid #436f31;
  -webkit-border-radius:7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#cssmenu > ul > li > a > span {
  display: block;
  border-top:1px solid #d6e2d1;
  border-bottom: 1px solid #436f31;
  padding: 6px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #63b143;
  
  color: #fff;
  text-shadow: 0 1px 1px #555;
  border-top:1px solid #436f31;
  border-bottom: 1px solid #d6e2d1;
}
#cssmenu > ul > li.active > a span {
  border-top:1px solid #436f31;
  border-bottom: 1px solid #d6e2d1;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #ECFED8;
}


/* daniel */

body{
font-family:Arial, sans-serif;
margin:0px;
padding:0px;
background:#bed1b6;
}


.legenda, .credito{

display:block;
color:#333;
}
.legenda{
font-style:italic;
font-size:13px;
padding-top:5px;
border-bottom:1px solid #ccc;
padding-bottom:5px;
}
.credito{
text-align:right;
font-size:9px;
z-index:100;
}

p{
line-height:20px;
}

ul.publicacoes a{
color:#000;
text-decoration:none;
}

ul.publicacoes img{
float:left;
margin-right:20px;
}

ul.publicacoes li{
display:block;
float:left;
padding-bottom:20px;
}
ul.publicacoes span{
display:block;
font-size:20px;
color:green;
font-weight:bold;
}
#topo_brasil{
height:28px;
width:100%;
background:url("../img/bg_topo_brasil.png") repeat-x;
margin-bottom:20px;
}

h1{
font-size:24px;
color:#1e5320;
margin-top:35px;
}

.logo_topo_brasil{
width:839px;
margin:auto;
text-align:right;
}

.frame-rodape{
margin-top:40px;
}

a{
color:#1e5320;
}
