@charset "utf-8";
/* reset browser styles */
html, body, div, span, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	/*padding-left: 1.4em;*/
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */


*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 28, 2015 */
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    font-family: 'open_sansregular', sans-serif ;
    font-size: 1em;
    color: #000000;
}
body {
    height: 100%;
    background-color: #ffffff;
    background-image:url(images/estrutura/background.png);
    background-repeat:no-repeat;
    background-position: center top;
}
h1 {
    text-transform: uppercase;
    font-weight:bold;
    font-size: 2em;
    /*color:#ed1c24;*/
    color:#000000;
}
h2 {
    text-transform: uppercase;
    font-weight:bold;
    font-size: 1em;
    /*color:#ed1c24;
    border-bottom: 2px #ed1c24 solid;*/
    color:#000000;
    border-bottom: 2px #000000 solid;
    padding-bottom: .5em;
    padding-top: .5em;
    margin-bottom: 1em;
}
h3{
    text-transform: uppercase;
    font-weight:normal;
    font-size: 1em; 
    /*color:#ed1c24;*/
    color:#999999;
}
hr {
    border: 0;
    width: 100%;
    /*color: #ed1c24;
    background-color: #ed1c24;*/
    color: #999999;
    background-color: #999999;
    height: 2px;
}
strong {
    font-weight: bold;
}
/*div {
    border: 1px #000 solid;
}*/
a:link {    
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
    text-decoration: none;
}
.bold_color{
    /*color: #ed1c24;*/
    color: #999999;
    font-weight: bold;
}
.date {
    font-size: 0.8em;
}
.button a {
    font-size: .8em;
    font-weight: bold;
    font-stretch: extra-condensed;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align:center;
    background-color: #ed1c24;
    background-repeat: no-repeat;
    background-position: .4em .5em;
    border-radius: 4px;
    padding-left: 1.8em;
    padding-bottom: .4em;
    padding-right: 1em;
    padding-top: .4em;
}
.plus a {
    background-image: url(images/estrutura/icon_plus.png);
}
.back a {
    background-image: url(images/estrutura/icon_back.png);
}
.topbar{
    position:fixed;
    z-index:1;
    /*background-color: #ed1c24;*/
    background-color: #999999;
    width: 100%;
    color: #FFFFFF;
    height: 2.4em;
}
.topbar-content{
    width:1066px;
    margin: 0 auto;
}
.fuctions a {
    color: #FFFFFF;
}
.fuctions{
    float: left;
    vertical-align: middle;
    padding-left: 1em;
    width: 40%;  
    font-size: 0.8em;
    padding-top: .2em;
}
.fuctions img{
    vertical-align: middle;
    padding: 0.5em;
}
/* Login Form */
#loginBox {
    position:absolute;
    top:3em;
    display:none;
    z-index:29;
    padding: 1em 0em 0em 1em;
    background-color: #ffffff;
    width:245px; 
    border:none;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.5);
}
#loginForm input {
    width:92%;
    border:1px solid #e1dad0;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#ed1c24;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-right:  0.5em;
}
#loginForm #login {
    width:auto;
    float:left;
    background-color: #ed1c24;
    color:#fff;
    cursor:pointer;
    border:1px solid #ed1c24;
}
/* end Login Form*/
/* newsletter Form */
#newsletterBox {
    position:absolute;
    top:3em;
    display:none;
    z-index:29;
    padding: 1em 0em 0em 1em;
    background-color: #ffffff;
    width:245px; 
    border:none;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.5);
    /*margin-left: 7em;*/
}
#newsletterForm input {
    width:92%;
    border:1px solid #e1dad0;
    border-radius:3px;
    -moz-border-radius:3px;
    /*color:#ed1c24;*/
    color:#000000;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-right:  0.5em;
}
#newsletterForm #newsletter {
    width:auto;
    float:left;
    background-color: #ed1c24;
    color:#fff;
    cursor:pointer;
    border:1px solid #ed1c24;
}
/* end newsletter Form*/
/* search Form */
#searchBox {
    position:absolute;
    top:3em;
    display:none;
    z-index:29;
    padding: 1em 0em 0em 1em;
    /*margin-left: 16em;*/
    margin-left: 7em;
    background-color: #ffffff;
    width:245px; 
    border:none;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.5);
}
#searchForm input {
    width:92%;
    border:1px solid #e1dad0;
    border-radius:3px;
    -moz-border-radius:3px;
    /*color:#ed1c24;*/
    color:#000000;
    margin-bottom: 1em;
    padding-left: 0.5em;
    padding-right:  0.5em;
}
#searchForm #search {
    width:auto;
    float:left;
    background-color: #ed1c24;
    color:#fff;
    cursor:pointer;
    border:1px solid #ed1c24;
}
/* end search Form*/

.lang{
    width: 20%;
    text-align: center;
    display: inline-block;
    padding-top: 0.9em;
    font-size: 0.8em;
}
.lang a:link, .lang a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.lang a:hover {
    text-decoration:underline;
}
.logosgrupo{
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 1em;
}
.logosgrupo img{
    padding-left: 1em;
    padding-top: 0.3em;
}
.globaldiv {
    clear:both;
    height: 100%;
    width:1066px;
    margin: 0 auto;
    background-color:#f6f6f6; 
}
/*HEADER*/
.header{
    background-image:url(images/estrutura/background_header.png);
    background-repeat: no-repeat;
    background-position: 12em 2.5em;
    padding-top: 2.4em;
    padding-left: 1em;
    padding-right: 1em;
   -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.5);
}
.logo{
    float: left;
    width: 25%
}
.main-menu{
    margin-left: 25%;
    padding-left: .5em;
    min-height: 5.5em;
}
.main-menu-list{
    list-style: none;
}
.main-menu-item {
    float:left;
    width:auto;
    margin-right: .5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
    padding-bottom: .5em;
    text-transform: uppercase;
    font-weight:bold;
    color: #000;
}
.main-menu-item a {
    text-decoration: none;
}
.main-menu-item a:hover  {
    text-decoration: none;
    color: #ffffff;
}
.main-menu-item:hover, .selected{
    /*background-color: #ed1c24;*/
    background-color: #999999;
    color: #ffffff;
    text-decoration: none;
}
.selected a {
    color: #ffffff;
    text-decoration: none;
}
/*.search{
    clear:both;
    padding-left: 1em;
    padding-right: 1em;
}*/
.print{
    padding-left: 1em;
    padding-right: 1em;
}
.top-menu{
    padding-left: 1em;
    padding-right: 1em;
}

/*PAGE*/
.banner {
    margin-left: 30%;
    padding-left: 1em;
    padding-bottom: 2em;
    padding-top: 2em;
    font-size: 0.8em;
    color: #FFFFFF;
}
.banner h1 {
    color: #FFFFFF;
}
.page{
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.5);
    padding-bottom: 2em;
}
.content-left{
    float: left;
    width: 25%;
    padding-top: 2em;
        
}
.content-left h1{
    color: #000;
    /*border-bottom: 2px #ed1c24 solid;*/
    border-bottom: 2px #000000 solid;
    padding-bottom: .5em;
    padding-top: .5em;
    font-weight: normal;
    font-size: 1em; 
    margin-bottom: 1em;
}

/*menu*/
.menubox{
    color: #999999;
}
.treeview ul{
    /*CSS for Simple Tree Menu*/
    margin: 0;
    padding: 0;
}
.treeview li{
    /*Style for LI elements in general (excludes an LI that contains sub lists)
    background: url(images/estrutura/transp.gif) no-repeat left center;*/
    /*list-style-image : url(list.gif);
    padding-left : 17px;*/
    list-style-type: none;
    border-bottom: 1px solid #e1dad0;
}
.treeview li.submenu{
    /* Style for LI that contains sub lists (other ULs). */
    /*background: url(images/estrutura/transp.gif) no-repeat left 7px;
    cursor: hand;
    cursor: pointer;*/
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
    display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
    /*cursor: default;*/
    padding-left : 17px;
}
#treemenu1 li a{
    height: 2em;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}
.menuselect a{
    color: #faa635;
}

/*menu end*/
.content-right{
    margin-left: 30%;
    padding-left: 1em;
}
.content{
    padding-top: 2em;
}
.contentprint{
    text-align: right;
}
.contentprint a{
    color:#999999;
}
/*TEMPLATES*/

/*banner template*/
.banner_template_title {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
    /*text-align: center;
    border-radius: 4px;
    background-color: rgba(250,166,52,.5);
    padding-left: 1em;
    padding-right: 1em;*/
}
a.banner_template, a.banner_template:active, a.banner_template:visited {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
    /*border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(238, 238, 238, 0.7);*/
}
a.banner_template:hover {
    color: #fff;
    text-decoration: underline;
}

/*lines template*/
.lines_text {
    margin-top: .5em;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 1em;
}
.lines_h2{
    border-bottom: none;
    margin-bottom: -.2em;
    font-size: 1.5em;
}

/*links list template*/
.linkslist{
    list-style:none;
    margin:0;
    text-align:center;
    padding:1em 1em 2em 1em;
}
.linkslist img{
    padding-bottom: 1em;
}
.linkslist li{
    display:inline-block;
    vertical-align: top;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    /*color: #ed1c24;*/
    color: #999999;
}
.linkslist a{
    font-weight: bold;
    /*color: #ed1c24;*/
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}
.nlinks_text{
    font-weight: normal;
    text-transform: none;
}
/*boxhome template*/
.boxhome{
    list-style:none;
    margin:0;
    padding:1em;
}
.boxhome li{
    display:inline;
    /*padding-left: .5em;*/
    padding-right: 1.5em;
    display:inline-block;
    vertical-align: top;
}
.boxhome h2{
    border-bottom: none;
    border-top: 1px #e1dad0 solid;
    margin-bottom: -.2em;
    font-size: 1.5em;
}
.boxhome h3{
    text-transform: none;
    border-bottom: 1px #e1dad0 solid;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: 1.4em;
}
.boxhome_text{
    margin-top: 1em;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 1em;
}
.boxhome a{
    top: 10em;
}
/*news template*/
.news_template_title {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    /*text-shadow: 2px 2px 4px #000000;*/
}
.news_template_summary {
    color: #fff;
    font-size: .9em;
    line-height: 1em;
    font-weight: normal;
    /*text-shadow: 1px 1px 2px #000000;*/
    padding-right: 3em;
}
.news_template a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-image: url("images/estrutura/icon_plus.png");
    background-repeat: no-repeat;
    background-position: 0.4em 0.5em;
    padding: 0.4em 1em 0.4em 1.5em;
}
.list  {
    padding-bottom: 1.5em;
    list-style:none;
}

/*mailing box include*/
.mailing-box-link div {
    
}

/*site map include*/
.sitemap div {
    
}
.col-left div {
    
}
.col-right div {
    
}

/*login include*/
.loginbox div {
    
}

/*forms*/
.form .label {
  display: inline-block;
  width: 15em;
  vertical-align: top;
  text-align: right;
  margin-right: 1em;
  font-weight: bold;
  color:#999999;
}
.form input[type="submit"] {  
  margin-left: 15em;
  padding: 2em 2em;
  font-size: 1em;
  color: black;
  background: rgb(234,234,234);
  background: -webkit-linear-gradient(rgba(255,255,255,.5) 40%, rgba(255,255,255,1));
  background: -moz-linear-gradient(rgba(255,255,255,.5) 40%, rgba(255,255,255,1));
  background: -o-linear-gradient(rgba(255,255,255,.5) 40%, rgba(255,255,255,1));
  background: linear-gradient(rgba(255,255,255,.5) 40%, rgba(255,255,255,1));
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 4px white;
}


/*FOOTER*/
.footer {
    clear:both;
    font-size: 0.8em;
    color: #FFFFFF;
    background-image:url(images/estrutura/padrao_bottom.jpg);
    background-repeat: repeat;
}
.topfooter img{
    padding: .5em;
}
.topfooter h3{
    text-transform: none;
    border-bottom: none;
    padding-bottom: .5em;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
}
.bottomfooter {
    /*border-top: 1px solid #b26400;*/
    border-top: 1px solid #999999;
}

.main-menu-text{
    
}
.rf-logos{
    
}
.footer-content{
    width:1066px;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    list-style:none;
    padding:1em;
}
.footer-content a:link, .footer-content a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.footer-content a:hover {
    text-decoration:underline;
}
.footer-content ul {
    display: table;
    margin: 0 auto;
}
.footer-content li{
    display: inline-block;
    vertical-align: top;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.topfooter .footer-content ul {
    width: 90%;
    table-layout: fixed;
}
.topfooter .footer-content li{
    display: table-cell;
    border-left-width: 1px;
    border-left-style: solid;
    /*border-left-color: #b26400;*/
    border-left-color: #999999;
}
.topfooter .footer-content li:first-child {
  border: none;
}
.copy{
    padding-top: 0.3em;
}
.extra-menu{
    text-align: center;
    display: inline-block;
    padding-top: 0.3em;
}
.extra-menu a:link, .extra-menu a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.extra-menu a:hover {
    text-decoration:underline;
}
.powered-by{
   text-align: right;
}
.powered-by img {
    vertical-align: middle;
}
.logo-grupo{
    padding-top: 1em;
    padding-bottom: 1em;
    width:1066px;
    margin: 0 auto;
    text-align: center;
}
