@charset "iso-8859-1";
/* CSS Document */
/*-------------------------FONTS--------------------------------------- */
@font-face {
    font-family: 'allerregular';
    src: url('/css/fonts/aller_rg-webfont.eot');
    src: url('/css/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/aller_rg-webfont.woff') format('woff'),
         url('/css/fonts/aller_rg-webfont.ttf') format('truetype'),
         url('/css/fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerbold';
    src: url('/css/fonts/aller_bd-webfont.eot');
    src: url('/css/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/aller_bd-webfont.woff') format('woff'),
         url('/css/fonts/aller_bd-webfont.ttf') format('truetype'),
         url('/css/fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/css/fonts/opensans-regular-webfont.eot');
    src: url('/css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/css/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/css/fonts/opensans-semibold-webfont.eot');
    src: url('/css/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-semibold-webfont.woff') format('woff'),
         url('/css/fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('/css/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('/css/fonts/opensans-italic-webfont.eot');
    src: url('/css/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/opensans-italic-webfont.woff') format('woff'),
         url('/css/fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('/css/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------------- */
html {
/*	height: 100%;*/
	background:#2F3236;
}
body {
        width: auto;
	height:100%;
	font-family: 'allerregular';
	font-size:12px;
	color:#fff;
        margin: 0;
}

h1 {
    font-family: 'allerbold';
    color: #F59C00;
    padding-left: 10px;
    line-height: 25px;
}

img {
	border:0px;
}

ul.gray {
	margin-right:5px;
}

ul.blue {
	margin-right:5px;
}

li {
	padding-bottom:8px;
}

a:link, a:visited, a:active {
        cursor: pointer;
	text-decoration:none;
	color:#ffffff;
}

a:hover {
        cursor: pointer;
	text-decoration:none;
	color:#ffffff;
}

a.ablue:link, a.ablue:active, a.ablue:visited {
        cursor: pointer;
	text-decoration:none;
	color:#3fa9f5;
}

a.ablue:hover {
        cursor: pointer;
	text-decoration:none;
	color:#888888;
}

.text {
        text-align: justify;
	font-size:13px;
	line-height:16px;
	color:#ffffff;
}

.white_text {

	font-size:12px;
	color:#ffffff;
}

.footer_text {

	font-size:11px;
	color:#ffffff;
}

.menu_text {

	font-size:13px;
	color:#333333;
}

.littletext {

	font-size:11px;
	color:#333333;
}

.bigtext {

	font-size:13px;
	color:#333333;
}

.title {

	font-size:15px;
	line-height:16px;
	color:#333333;
}

.link_title {

	font-size:20px;
	color:#333333;
}

.news_title {

	font-size:15px;
	color:#3fa9f5;
}

.section_title {

	font-size:24px;
	color:#333333;
	padding-top:5px;
	height:30px;
}

.home_welcome {

	font-size:24px;
	line-height:30px;
	color:#333333;
	padding-top:5px;
}

.home_white {

	font-size:20px;
	color:#ffffff;
	padding-top:5px;
	height:40px;
}

.white_title {

	font-size:20px;
	color:#ffffff;
	padding-top:2px;
}

.description_rss {
	font-size:12px;
	color:#ffffff;
	height:30px;
}

.title_rss {
	font-size:18px;
	color:#ffffff;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}

.float_left {
	float:left;
	margin:8px;
	margin-right:14px;
}

.float_right {
	float:right;
	margin:8px;
	margin-left:14px;
}

.boxleft {
	float:left;
	margin-bottom:8px;
	margin-right:14px;
}

.inputBox {
	background:transparent url(../images/fields_input.png) no-repeat;
	height:21px;
	width:341px;
}



.textBox {
	background:transparent url(../images/fields_text.png) no-repeat;
	height:121px;
	width:441px;
}



.buttonBox {
	background:transparent url(../images/fields_button.png) no-repeat;
	height:22px;
	width:82px;
}



/**************************************************/
#slideshow {
	position:absolute;
	width:507px;
	height:280px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}




/*----------------------------NOVO-------------------------------*/
#header {
    width: 100%;
    height: 143px;
    background: url(/images/top_repeat.png) repeat-x center top;
    z-index: 1000;
    position: fixed;
}

#header_content{
    margin: 0 auto;
    width: 1000px;
    height: 111px;
    z-index: 1000;
    padding-top: 25px;
}

#menu_top{
    font-size: 16pt;
    color:white;
}

#menu_top a{
    color:white;
    text-decoration:none;
    padding: 20px;
    padding-left: 0px;
}

#footer {
    text-align: center;
    bottom:0;
    width:100%;
    height: 85px;
    background: url(/images/footer_repeat.png) repeat-x center top;
    position: fixed;
    z-index: 1000;
}

#footer_content{
    margin: 0 auto;
    width: 1000px;
    z-index: 1000;
    padding-top: 3px;
}

#title {
    background-color: rgba(0,0,0,0.5);
    width: 610px;
    margin-bottom: 15px;
}

#content{
  margin: 0 auto;
  width: 1000px;  
  padding-top: 25px;
  padding-bottom: 120px;
}

.logo{
    padding-right: 20px; 
    height: 50px;
    width: 167px;
}

.background {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center 135px;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;    
}




#news_principal{
    width: 365px;
    background-color: rgba(0,0,0,0.5);
    padding: 2px;
}

.news_principal h1 {
    font-size: 18pt;
    padding: 5px;
    margin-top: -5px;
    line-height: 25px;
}

#news_more {
    margin-top: 15px;
    width: 350px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    padding-top: 15px;
}



#link{
    font-family: 'open_sansregular';
    background-color: rgba(0,0,0,0.5);
    width:570px; 
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 10px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 10pt;
}

.button_link {
   width: 60px;
   padding-right: 20px;
}



#form_contato {
    font-family: 'open_sanssemibold';
    background-color: rgba(0,0,0,0.5);
    width:345px; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 10pt;
}

#form_contato tr{
    padding-bottom: 10px;
}

.form {
    font-family: 'allerregular';
    color: #F59C00;
    font-size: 14pt;
}

input {
    background-color: rgba(0,0,0,0.7);
    border: 0;
}

.inputType {
	height:16px;
	width:330px;
	padding-left:8px;
	padding-top:2px;
	font-size:12pt;
	color:#fff;
}

.buttonType {
	border:none;
	font-size:12pt;
	font-weight:bold;
	color:#F59C00;
        text-decoration: underline;
        background: transparent;
        cursor: pointer;
}

.textType {
        background-color: rgba(0,0,0,0.7);
	height:115px;
	width:330px;
	padding-top:2px;
	padding-left:4px;
	font-size:12pt;
	color:#fff;
        border: 0px;
}



.tecnico h2{
    font-family: 'allerbold';
    font-size: 18pt;
    color: #F59C00;
    padding-top: 5px;
    line-height: 25px;
}

.tecnico_link {
    width: 130px;
    font-family: 'allerbold';
    font-size: 12pt;
    color: #F59C00;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}

#content_tecnico {
    font-family: 'open_sanssemibold';
    background-color: rgba(0,0,0,0.5);
    width: 630px; 
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 12pt;
}

#content_tecnico_numeros {
    font-family: 'open_sanssemibold';
    background-color: rgba(0,0,0,0.5);
    width: 640px; 
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 30px;
    padding-top: 5px;
    color: #fff;
    font-size: 12pt;
}

#jogos_inesqueciveis{
    font-family: 'open_sanssemibold';
    background-color: rgba(0,0,0,0.5);
    width: 630px; 
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #fff;
    font-size: 12pt;
}

#jogos_inesqueciveis a {
    cursor: pointer;
    padding-bottom: 20px;
}

.pontos {
   background: url(/images/point_repeat.png) repeat-y center top;
   padding: 30px;
}


#noticia_principal{
    font-family: 'open_sanssemibold';
    background-color: rgba(0,0,0,0.5);
    width: 640px; 
    margin-bottom: 20px;
    padding-left: 5px;
    padding-bottom: 30px;
    padding-top: 5px;
    color: #fff;
    font-size: 12pt;
    height: 400px;
}

#noticas_anteriores {
    background-color: rgba(0,0,0,0.5);
    width: 625px; 
    padding: 10px;
}

#noticas_anteriores h3 {
    font-family: 'open_sansregular';
    color: #F59C00;
    font-size: 13pt;
    border-bottom: 1px solid #F59C00;
}

.noticia h2{
    font-family: 'allerbold';
    font-size: 16pt;
    color: #F59C00;
    line-height: 25px;
}

.noticia_text{
    text-align: left;
    padding: 10px;
}

#noticia_outras{
    font-family: 'open_sansregular';
    background-color: rgba(0,0,0,0.5);
    width: 300px; 
    padding: 10px;
    padding-top: 15px;
}

#subtitulo{
    font-family: 'open_sansitalic';
    font-size: 12pt;
    color: #fff;
}


#plus {
    background-color: rgba(0,0,0,0.5);
    width: 20px;
    height: 20px;
    padding-top: 2px;
    padding-left: 10px;
}

#scrollbar_container {
	position:relative;
        margin-right: 10px;    
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:5px;
	background-color:#4a4947;
	cursor:pointer;
        border-top: solid #8f9392 2px;
        border-bottom: solid #8f9392 2px;
}

#scrollbar_handle {
	width:5px;
	background-color:#8f9392;
	cursor:pointer;
	opacity:0.9;
        -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:485px;
	height:250px;
}

#numbers {
    background-color: rgba(0,0,0,0.5);
    color: #F59C00;
    width: 25px;
    height: 25px;
    font-size: 13pt;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 3px;
}

#pages ul {
	list-style:none;
}
#pages ul li { display: inline; }

#pages ul li a {
	display: inline-block;
}



#header_content input{
    color: #F59C00;
}

.button_search{
    background-color: transparent;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

#box_caroussel {
    background-color: rgba(0,0,0,0.5);
    width: 610px; 
    height: 125px; 
}

#box_img {
    background-color: rgba(0,0,0,0.5);
    width: 610px; 
    padding-bottom: 10px;
}

#op_midia {
    width: 100%;
    font-size: 20pt;
    color: #4a4947;
    padding-left: 15px;
    font-family: 'allerbold';
    padding-bottom: 5px;
}

#op_midia a{
       color: #4a4947; 
}

#op_midia span{
    color: #F59C00;
    background-image: url(/images/under_midia.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

#midia{
    background-color: rgba(0,0,0,0.5);
    width: 500px;
}

#titulo_midia{
    font-size: 20px;
    padding: 5px;
}

/*------------------------------ ADMIN ---------------------------------*/

.admin {
    background-color: #2F3236;
    color: #fff;
}

.admin a{
    color: #fff;
}

.admin .section_title{
   color: #F59C00; 
}

.admin input textarea{
    color: #F59C00;
    background-color: rgba(0,0,0,0.7);
}

#admin_table{
    background-color: #1C1C1B;
    border-radius: 10px;
    padding-bottom: 15px;
}

#campotexto,#campoembed, #campodescricao{
    background-color: rgba(0,0,0,0.7);
    border: 0;
    width: 100%;
}

.admin .title{
    color: #F59C00;
}

.admin select{
    color: #000;
}


#jsddm
{	
    margin: 0;
    padding: 0;
}

#jsddm li
{	
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial;
}

#jsddm li a
{	
    display: block;
    background: #324143;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    width: 70px;
    color: #EAFFED;
    white-space: nowrap;
}

#jsddm li a:hover
{	
    background: #24313C;
}
		
#jsddm li ul
{	
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
}
		
#jsddm li ul li
{	
    float: none;
    display: inline
}

#jsddm li ul li a
{	
    width: auto;
    background: #324143;

}
			
#jsddm li ul li a:hover
{	
    /*background: #F59C00;*/
}
