@font-face {
    font-family: 'Flama';
    src: url('font/Flama.otf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html{
    background: linear-gradient(left top, rgb(200,200,200) 1%, rgb(255,255,255) 50%);
    background: -o-linear-gradient(left top, rgb(200,200,200) 1%, rgb(255,255,255) 50%);
    background: -moz-linear-gradient(left top, rgb(200,200,200) 1%, rgb(255,255,255) 50%);
    background: -webkit-linear-gradient(left top, rgb(200,200,200) 1%, rgb(255,255,255) 50%);
    background: -ms-linear-gradient(left top, rgb(200,200,200) 1%, rgb(255,255,255) 50%);
    font-family: Verdana, sans-serif;
    border: none;
}

body{
    min-width:1200px;
	margin:0;
	border: none;
	padding:0;
	
}

.container{
min-width:1200px;
}

.header{
    width: 100%;
    height: 250px;
}

.header_container{
    width: 980px;
    height: 100%;
    margin: -40 auto 0;
}

.header_logo{
    position: relative;
    float: left;
    background: url('logo.png');
    width: 250px;
    height: 150px;
    margin: 65px 50px 0;
}

.header_menu{
    position: relative;
    float: right;
    margin-top: 60px;
    margin-right: 2px;
}

.header_link{
	width: 96px;
	height: 25px;
    position: relative;
    padding: 3px;
    margin: 0 3px 0;
    
}
.header_link img{
   border: none;
}
.header_textbox{
    position: relative;
    padding: 2px;
    margin: 0 3px 0;
    background: ;
    float: right;
}

.header_textboxinput{
    width: 205px;
    height: 27px;
    background: #5f5f5f;
    border: none;
    font-size: 10px;
    color: #fff;
}

.header_textboxbutton{
    width: 18px;
    height: 27px;
    background: #5f5f5f;
    border: none;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

.header_link:hover{
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.75);
    -o-box-shadow:      0px 0px 15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow:     0px 0px 15px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.header_text{
    position: relative;
    float: right;
    width: 500px;
    height: 90px;
    margin: 60px 5px 0;
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
    line-height: 1.5;
}
.header_text h1{
 float: right;
    width: 500px;
    height: 90px;
    margin: 40px 5px 0;
    font-size: 18px;
    font-style: italic;
    font-weight: lighter;
    line-height: 1.5;
}

.header_text span{
    font-size: 13px;
    line-height: 1.4;
    padding-left: 25px;
}

.content{
    margin: 0;
    width: 100%;
	position: relative;
}

.box_container{
    width: 980px;
    height: 730px;
    margin: 0 auto 30px;
}

.box_small{
    position: relative;
    width: 130px;
    height: 130px;
    background: silver;
    margin: 5px;
    float: left;
}

.box_small img{
    width:70px;
    height:70px;
    margin: 30px;
}

.box_small:hover{
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.75);
    -o-box-shadow:      0px 0px 15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow:     0px 0px 15px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.divbigsmallicons
{
margin: -55px 0 0 491px; 
height:31px;
 display:none;
 z-index: 10;
 margin-left: 449px;
}
.box_smalltitulo{
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 8px;
    font-style: italic;
    font-weight: lighter;
    color: #fff;
}
.box_bigsmall{
    position: relative;	
    width: 60px;
    height: 60px;
    background: silver;
    margin: 1px;
    float: left;
	 z-index: 10;
}

.box_bigsmall img{
    width:30px;
    height:30px;
    margin: 15px;
	 z-index: 10;
}

.box_bigsmall:hover{
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.75);
    -o-box-shadow:      0px 0px 15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow:     0px 0px 15px rgba(0, 0, 0, 0.75);
    cursor: pointer;
	 z-index: 10;
}
.box_sobre{
    position: relative;
    width: 270px;
    height: 270px;
    background: silver;
    margin: 5px;
    float: left;
}
.box_sobre:hover{
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.75);
    -o-box-shadow:      0px 0px 15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow:     0px 0px 15px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.box_sobre h2{
    font-size: 15px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    margin: 15px 25px 10px;
    color: #fff;
    letter-spacing: -1px;
}
.box_sobre h3{
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    margin: 15px 25px 10px;
    color: #fff;
    letter-spacing: -1px;
}
.box_sobre h3 img{
float: right;
margin-right: 90px;
}

.box_sobre h1{
    font-size: 13px;
    font-weight: lighter;
    margin: 0 25px 10px;
    color: #fff;
    
    text-align: justify;
}
.box_medium{
    position: relative;
    width: 270px;
    height: 130px;
    background: silver;
    margin: 5px;
    float: left;
}

.box_medium:hover{
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.75);
    -o-box-shadow:      0px 0px 15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow:     0px 0px 15px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.box_medium h2{
    font-size: 15px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
    margin: 15px 25px 10px;
    color: #fff;
    letter-spacing: -1px;
}

.box_medium h1{
    font-size: 10px;
    font-weight: lighter;
    margin: 0 25px 10px;
    color: #fff;
    letter-spacing: -1px;
    text-align: justify;
}

.box_big{
    width: 550px;
    height: 270px;
    background: silver;
    margin: 5px;
    float: left;
    overflow: hidden;
}

.box_big img{
    position: absolute;
    width: 550px;
    height: 270px;
}

.box_titulo{
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 12px;
    font-style: italic;
    font-weight: lighter;
    color: #fff;
}

.cinza{
    background: #404041;
}

.verde_claro{
    background: #7fc241;
}

.verde_medio{
    background: #36b449;
}

.verde_escuro{
    background: #0a9444;
}

.body_bg{
	background: rgba(239,239,239,0.8);
    display: none;
    position: fixed;
    z-index: 9;
	width: 100%;
	height: 900000px;
}

.content_viewer{
    display:none;
    background: rgba(0,0,0,0.8);
    width: 976px;
    height: 446px;
    position: absolute;
    z-index: 1000;
    top: 250%;
    left: 50%;
    margin: -15px 0 0 -490px;	  
}

.closeviewerbt{  
    width: 30px;
    height: 60px;
    background: rgba(0,0,0,0.8);
    position: absolute;	
    z-index: 11;
    right: 0px;
    top: -62px;
	cursor: pointer;
}
.closeviewerbt img{  
    width:15px;
    height:15px;	
    margin: 8px;
	margin-top: 20px;
}

.viewer{
    width: 950px;
    height: 320px;
    margin: 13px;
    border: none;
}

.viewer_img{

    width: 550px;
    height: 450px;
    margin: -80px 0 0 -105px;
    border: none;
    float: left;
	
}

.viewer_text{
    width: 500px;
    height: 420px;
    border: none;
    float: right;
	overflow-x: hidden;
	
}
.viewer_text iframe{
width: 373px;
    height: 233px;
    margin: -80px 550 0 -105px;
    border: none;
    float: left;
}
.viewer_text h3{
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
    margin: 15px 0 10px;
    color: #fff;
    letter-spacing: -1px;
	
}

.viewer_text p{
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.6;
    text-align: justify;
	padding-right: 10px;
}

.noticia_viewer{
    display: none;
	overflow:hidden;
    background: rgba(0,0,0,0.8);
    width: 976px;
    height: 346px;
    position: absolute;
    z-index: 100000;     
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -490px;
   
}

.closenoticiabt{
	cursor:pointer;
    width: 16px;
    height: 16px;
    background: url('close.png');
    position: absolute;
    z-index: 11;
    right: 5px;
    top: 5px;
}

.viewernot{
    width: 950px;
    height: 320px;
    margin: 13px;
    border: none;
}

.viewernot_text{
display:inline;
	color: #fff;
    width: 950px;
    height: 320px;
    border: none;
    float: right;
}

.viewernot_text h3{
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
    margin: 15px 0 10px;    
    letter-spacing: -1px;
}

.noticias_container{
	
	float:left;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.4;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.6;
    text-align: justify;
	width:500px;
    height: 270px;
    padding-right: 10px;
	position: absolute;
}

.noticia {
	margin-left: 15px;
    cursor:pointer;
    margin-bottom: 10px;
}
.noticia_cont{ 
	border: 2px solid rgb(104, 104, 104);   
    width: 290px;
    height: 100px;
	margin-bottom:10px;
}

.noticia_cont_title{
    width: 255px;
	height: 100px;
    padding: 5px 0 0 15px;
    text-transform: uppercase;
}

.noticia_cont_data{
    width: 255px;
    padding: 0 0 10px 35px;
    font-size: 10px;
    color: #9f9f9f;
}
.noticiasborder
{
 width: 331px;
border: 2px solid #fff;
border-right:none;
background:rgb(104, 104, 104);
}
.noticia_cont_corpo{
	border: 2px solid #fff;
	float:right;   
    width: 600px;
    height: 270px;
	background:rgb(104, 104, 104);
    
}

.lermais{
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 10px;
    color: #9f9f9f;
    cursor: pointer;
}

.lermais:hover{
    color: #000;
}

.outrasnoticias_container{
    width: 100%;
    height: 265px;
    overflow-y: scroll;
}
.rodape
{
text-align: right;
color:#404041;
font-size:9px;
width: 100%;
margin: 15px 0 15px;
float: left;
 
}
.rodape img
{
padding:3px;
 width:8px;
 height:8px;
}
.vermais
{
color:green;
}
.box_fundo1{
    position: relative;
    width: 555px;
    height: 280px;	
    margin: 5px;
    float: left;
}
.box_fundo1 h1 {
	letter-spacing: -1px;
	font-size: 13px;
	font-weight: lighter;
	margin: 30px 25px 10px;
	color: #fff;
	text-align: justify;
}
.box_fundo2{
    position: relative;
    width: 405px;
    height: 280px;	
    margin: 5px;
    float: left;
}
.box_fundo2 h1 {
	letter-spacing: -1px;
	font-size: 13px;
	font-weight: lighter;
	margin: 0 25px 10px;
	color: #fff;
	text-align: justify;
}
.box_titulofundo{
    position: absolute;
    left: 5px;   
	font-weight: bold;
    font-size: 15px;
    font-style: italic;    
    color: #fff;
	margin: 15px;
}
.parcerias
{
cursor:pointer;
height:80px;
background: #D3D3D3;
}
.parcerias h1
{
font-size:13px;
text-align:center;
margin-top: -39;
color: #000;
}
.parcerias h2
{
font-size:9px;
text-align:center;
margin-left: 55;
margin-top: -35;
color: #000;
}








  