h1, h2, h3, h4{
  color: #d30000;
  margin: 0 0 10px 0;
}

h4{
  text-align:center;
  margin:10px 0!important;
  font-size:16px;
  font-weight:normal;
  letter-spacing:1px;
}

h1{
  font-size:30px;
  font-weight:bold;
  display: table;
}

h2{
  font-size: 24px;
  font-weight:normal;
  margin-top:0;
}

h3{
  font-size: 24px;
  font-weight:normal;
  margin: 8px;
}

#right h3{
  font-size: 20px;
  text-align:center;
}


h5{
  margin:5px 0;
  font-weight:normal;
  font-size: 15px;
}

p{
  text-align:justify;
  line-height: normal;
  margin: 1px;
  font-size: 11pt;
  color: #818181;
}


table tr td{
  vertical-align:top;
  padding: 1px 0;
}

table tr td img{
margin: 0 35px;
}

#headerbcg, #footerbcg{
  background:#2b2b2b;
}

#headerbcg #header, #footerbcg #footer, #contentw{
  width:980px;
  margin: 0 auto 30px auto;
}

#headerbcg #header {
  display:table;
}
  
#headerbcg #header h3{
  font-weight:normal;
  font-size: 16px;
  padding-right:10px;
  display:table-cell;
  }
  
#header h3, #header h3 a, #header a{
  color:white;
  text-decoration:none;
}

#header h3 a:hover, #header a:hover{
  text-decoration:underline;
}

#headerbcg #header #hright, #headerbcg #header #hleft, #headerbcg #header #hright h3, #headerbcg #header #hleft h3{
  vertical-align:middle;
}

#headerbcg #header #hleft{
  width:52%;
}

#headerbcg #header #hright{
  width:38%;
}

#headerbcg #header #hlspace{
  width:10%;
}

#headerbcg #header #hright, #headerbcg #header #hright .moduletable, #headerbcg #header #hleft, #headerbcg #header #hleft .moduletable, #headerbcg #header #hlspace{
  display:table-cell;
  vertical-align: middle;
}

#headerbcg #header #hright .moduletable, #headerbcg #header #hleft .moduletable{
  padding-right:40px;
}


#headerbcg #header #hright .moduletable:last-child, #headerbcg #header #hleft .moduletable:last-child{
  padding-right:0;
}

#headerbcg #header #hright, #headerbcg #header #hleft{
  color:white;
  font-size:14px;
  text-transform:uppercase;
  padding:10px;  
}

#maincontent .moduletable, #maincontent .item-page, #bottom #bleft, #bottom #bright {
  background:white;
  border-radius: 15px;
  padding: 17px 36px;
  box-shadow: 1px 1px 10px -2px #7f7f7f;
  margin: 0px 0 18px 0;
  z-index: 1;
}

#bottom #bleft, #bottom #bright{padding:5px;min-width:470px;}

#bottom #bleft td img, #bottom #bright td tr img{width:15px;}

#maincontent #right .moduletable{
  overflow:hidden;
  padding: 4px 11px;
}

bottom #bright {}

#bottom #bleft .moduletable, #bottom #bright .moduletable{
  background:none;
  border-radius:none;
  padding: 5px 10px;
  box-shadow: none;
  
}

#logo{
  height: 104px;
  background: url(../images/lgoline.png);
  background-repeat: no-repeat;
  background-position: center 66px;
}

#logo #logoimg{
  width: 280px;
  margin: auto;
}

#maincontent{
  color:#414141;
  font-size:13px;
}

#destake, #maincontent{
  margin: 16px 0 0 0;
}

#menu{margin-bottom:30px}

#destake, #maincontent, #bottom, #cpnt, #maincontent #content{
  display:table;
  width: 100%;
}



#destake #dstkmain, #destake #dstkextra, #maincontent #right, #bottom #bleft, #bottom #bright, #bottom #sep{
  display:table-cell;
}

#destake #dstkextra, #maincontent #right, #bottom #sep{padding-left: 17px;vertical-align: top;}

#destake #dstkextra{
  width: 162px;
}

#destake #dstkextra .moduletable, #maincontent #right .moduletable,{
  overflow:hidden;
  padding: 0;
}

#destake #dstkextra .moduletable{
  margin-left:10px;
  background:white;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 1px 1px 10px -2px #7f7f7f;
}

#logo #logoimg img{
  position:absolute;
  top:10px;
}

#menu .menu{
  width:100%;
  margin: 10px auto 6px auto;
  background:white;
  display: table;
  box-shadow: 1px 1px 10px -2px #7f7f7f;
  border-radius: 15px;
  overflow-x: hidden;
  z-index: 20000000000;
}

#menu .menu li{
  display: table-cell;
  text-align: center;
  }

#menu .menu li a, #menu .menu li span.separator{
  text-transform:uppercase;
  text-decoration:none;
  color: #767676;
  line-height: 57px;
  display:block;
  cursor: pointer;
  padding: 0 35px;
  font-size: 14px;
}

#menu .menu li span.separator{
  background-image: url(../images/seta.png);
  background-repeat:no-repeat;
  background-position:center 45px;
}  
  
  
#menu .menu li{
  border-left: 2px solid #e5e5e5;
}
  
#menu .menu li:first-child{
    border-left:none;
}

#menu .menu li a:hover,#menu .menu li span.separator:hover{
  color:#d30000;
  background:;
}

#menu .menu li.active a{
  color: #d30000;
}

#menu .menu li ul {
 display:none;
}

#menu .menu li:hover ul {
  position: absolute;
  display: block;
  background: white;
  margin:0 0 0 0px;
  padding:10px;
  z-index:10000;
  border:1px solid #e5e5e5;
  border-top:none;
  border-radius:0 0 10px 10px;
}

#menu .menu li ul li{
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 7px 5px;
  min-width: 114px;
  border-left: none;
  border-bottom: 1px solid #e5e5e5;
}

#menu .menu li ul li:last-child{
  border-bottom: none;
}

#menu .menu li ul li a {
  line-height:10px;
  font-size:14px;
  text-align: center;
  display:block;
  text-transform: none;
}

#maincontent #right{max-width: 241px;}

#footerbcg{
  width:100%;
  padding: 5px 0 11px 0;
}
  
#footerbcg #footer{
  background:url(../images/lfooter.png);
  background-position:right center;
  background-repeat:no-repeat;
  margin-bottom: 0!important;
  padding: 23px 0 12px 0;
}
  
#footerbcg #fleft{
  /* margin: auto 120px auto 0; */
}

.item-page{
  background:white;
}

#footer .moduletable {
  
  display: table-cell;
  vertical-align: middle;
}

#footer .menu li{
  display:table-cell;
}

#footer .menu li{
  border-right: 1px solid #373737;
  border-left: 1px solid #202020;
}

#footer .menu li:first-child{
  border-left:none!important
}

#footer .menu li:last-child{
  border-right:none!important
}


#footer .menu li a{
  color:white;
  padding:5px 10px;
  text-align:center;
  text-decoration:none;
  font-size:12px;
  font-weight:normal;
  letter-spacing:1px;
}

#footer .menu li a:hover{
  text-decoration:underline;
}

.blog{}

.items-leading, .items-row{
  display:table-cell;
}