@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 {
	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: 50px;
}

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;
}

.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: 120px;
    /*background: url(/images/header_repeat.png) repeat-x center top;*/
    z-index: 1000;
}

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


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

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

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

#content{
  margin: 0 auto;
  width: 100%;  
  padding-top: 25px;
  padding-bottom: 10px;
}


.background {
    height: 100%;    
}

#news_principal{
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

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

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



#link{
    font-family: 'open_sansregular';
    background-color: rgba(0,0,0,0.5);
    width:100%; 
    margin-bottom: 20px;
    color: #fff;
    font-size: 8pt;
}

.button_link {
   padding-right: 10px;
}



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

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

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

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

.inputType {
	height:16px;
	width:100%;
	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;
		padding-right: 0px;
}

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



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

.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: 100%; 
    margin-bottom: 20px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 12pt;
}


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

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


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

#noticas_anteriores {
    background-color: rgba(0,0,0,0.5);
    width: 100%; 
}

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

.noticia h2{
    font-family: 'allerbold';
    font-size: 14pt;
    color: #F59C00;
    line-height: 20px;
	margin-top: 5px;
}

.linha{
   background: url(/images/line.png) repeat-x center top;
   padding: 10px;
}

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

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

#subtitulo{
    font-family: 'open_sansitalic';
    font-size: 10pt;
    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: 100%; 
    height: 125px; 
}

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

#op_midia {
    width: 100%;
    font-size: 20pt;
    color: #4a4947;
    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: 100%;
}

#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;*/
}



@media screen and (min-width:300px) { 
	#title{
		width: 290px;	 
	}

	.text {
		text-align: justify;
		font-size:10px;
		line-height:16px;
		color:#ffffff;
	}
	.img_noticia_principal{
		width: 90%;
	}
	.logo{
		float: left;
		height: 35px;
		width: 140px;
		padding-left:3px;
		margin-top: 23px;
	}
	#menu_top{
		font-size: 10pt;
		color:white;
		width: 100%;
		padding-top: 96px;
		text-align:center;
	}
	
	#menu_top a{
		color:white;
		text-decoration:none;
		padding: 10px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.buscar_form{ 
		padding-top: 15px;
		padding-right: 3px;
	}
}



@media screen and (min-width:768px) {
	body{
		font-size: 14pt;
	}
	.text {
		text-align: justify;
		font-size:19px;
		line-height:24px;
		color:#ffffff;
	}
	.img_noticia_principal{
		width: 70%;
	}
	#title{
		width: 600px;	 
	}
	.logo{
		float: left;
		padding-top: 5px;
		width: 190px;
		height: 48px;
		padding-left:3px;
	}
	#menu_top{
		font-size: 15pt;
		color:white;
		padding-top: 6px;
	}
	#menu_top a{
		color:white;
		text-decoration:none;
		padding-left: 10px;
		padding-right: 10px;		
	}
	.buscar_form{
		padding-top: 15px;
		padding-right: 10px;
	}
	.noticias_outras{
		font-weight:normal;
		font-size:14pt;
	}
	.noticias_outras_data{
		color:#F59C00;
		font-size:14pt;
	}
	.tecnico h2 {
		font-size: 20pt;
	}
	.noticia h2 {
		font-size: 19pt;
	}
	#subtitulo{
		font-size: 14pt;
	}
}

@media screen and (min-width:1152px) {
	#title{
		width: 900px;	 
	}
	#menu_top{
		font-size: 18pt;
		color:white;
		padding-top: 15px;
	}
	#menu_top a{
		color:white;
		text-decoration:none;
		padding: 15px;
	}
	.logo{
		float: left;
		height: 68px;
		width: 267px;
		padding-left: 10px;
		padding-top: 2px;
	}
	.tecnico h2 {
		font-size: 25pt;
	}
	#subtitulo{
		font-size: 15pt;
	}
}