@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;

}

img {
    max-width:100%;
    }

h3{font-weight: 300; text-transform:uppercase;}

#slide{width:100%; background-image:url(imgs/bg_foot.gif); z-index:-1; }

#topo{width:100%; margin:0 auto; height:226px;   padding-top:20px;  }
 
#logotipo{margin: 0 auto; width:340px; height:161; margin-bottom:18px;} 


#menu_gb{width:100%; height:50px; background-color:#005da6; z-index:20; position:absolute; }

#conteudo{ max-width:980px; margin:0 auto;}

section{float:left; width:67.653061%; /*663px*/ }

aside{float:right; width:29.591837%; /*290px*/ }

footer{width:100%; min-height:340px; background-image:url(imgs/bg_foot.gif); }

#footer_centro{max-width:980px; margin:0 auto; }

.redes {float:left; width:33.26%; /*326px*/}
.footer_texto{font-size:small; font-weight: 300; text-transform:uppercase;}



.path{clear:both;}


.item-title a{
  color: rgb(72, 72, 72);
  text-transform: uppercase;
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  text-decoration: none;
  
}

.item-title a:hover {
	text-transform: uppercase;
	color: #c4161c;
	}


#aovivo {
	background-color:#008ecd; color:#000000; 
    width:100%;  clear:both; padding-top:2px; padding-bottom:2px;
	text-align:center; 
	
	 }


#aovivo a{ 
	text-transform:uppercase; 
	font-family: 'Oxygen', sans-serif;
    font-weight: 300;
    text-decoration: none;
	font-size:22px;
	
	
	 }
	 
#aovivo a:hover{ 
	text-transform: uppercase;
	color: #c4161c;
	
	 }	 


    @media screen and (max-width: 663px) {
    
#conteudo{padding:20px;}	
	
section{float:left; width:100%; }

aside{float:left; width:100%; align-content:center; margin:0 auto; }	
	
#footer_centro{padding:20px;}	

.redes {float:left; min-width:230px;}
	
	
    }




