﻿html, body { background-color: #000; font-size: 1em; height: 100%; margin: 0; padding: 0;
             text-align: center; }
/* GERAL */
#geral { border: solid 1px #000; height: auto; margin: 0 auto; 
           overflow: hidden; padding: 0.1em 0; position: relative; width: 48.2em; }
/* ENTRADA */
#entrada { color: #FF0; font: bold 1.5em Arial, Helvetica, Sans-Serif; left: 50%;
         margin: -200px auto auto -200px; padding-bottom: 1.3em; position: absolute;
         text-align: center; top: 50%; }

#entrada_campeao { color: #FF0; font: normal 1.15em Arial, Helvetica, Sans-Serif; left: 50%;
         line-height:1.5em; margin: -190px auto auto -200px; padding-bottom: 1.3em; position: absolute;
         text-align: center; top: 50%; }

#entrada_campeao h1 {
	color:#FFF;
	font-size:1.3em;
	padding-bottom:0.5em;
}
         
/* CABECALHO */
#cabecalho { background-color: #DC9B5F; height: 170px; position: relative; }
#cabecalho img { position: absolute; }
/* NAVEGACAO */
#nav { background: #000 url( '../../image/buttonNormal.png' ) repeat-x top; 
       border: 1px solid #000; border-left: 0; border-right: 0; width: 100%; }
#nav ul { list-style-type: none; margin: 0; padding: 0; }
#nav ul li { display: inline; float: left; }
#nav ul li a { border-right: solid 1px #000; color: #FFF; display: block;
               font: bold 0.73em Arial, Helvetica, Sans-Serif; padding: 1em 0.75em;
               text-decoration: none; }         
#nav ul li a.selected {
	background: #4B4B4B url( '../../image/buttonSelected.png' ) repeat-x top; }
#nav ul li a:hover, #nav li a.selected:hover {
	background: #696900 url( '../../image/buttonOver.png' ) repeat-x top; }
#nav br { clear: left; width: 100%; }
/* CENTRO */
#centro { background-color: #EBE1D2; position: relative; height: 100%; padding-bottom: 32767px;
		  margin-bottom: -32767px;  }
/* SOMBRA */
#container_coluna { background-color: #919191; float: right; height: 100%; margin: 0;
                    overflow:hidden; position: relative; width: 100%; }

#container_conteudo { background-color: #FFF; border-right: solid 0.05em #191919; float: right;
                  height: 100%; margin: 0; position: relative; right: 12.7em; width: 100%; }

#conteudo { float: right; left: 12.7em; position: relative; width: 35.5em; }

#sombra { background-color: #D5CFC8; height: 100%; margin: 0.75em; padding: 0.25em; }
/* COLUNA */
#coluna { float: right; left: 12.7em; position: relative; width: 12.65em; }
#coluna h3 { background: #5F5F5F url( '../../image/headerMenu.jpg' ) repeat-x bottom;
             border: solid 1px #393939; color: #000;
             font: normal 1.15em Arial, Helvetica, Sans-Serif; margin: 0 auto;
             padding: 0.5em 0; text-align: center; }
#coluna ul { border: solid 1px #323232; border-left: 0; border-right: 0; list-style-type: none; margin: 0 auto 0.35em; 
             text-align: center; width: 100%; }
#coluna ul li a {
	background: #D6D6D6 url( '../../image/buttonNormalRight.png' ) repeat-x bottom;
	border: solid 1px #9B9B9B; color: #000; display: block; 
	font: bold 0.85em Arial, Helvetica, Sans-Serif; padding: 0.7em 0.5em;
	text-align: left; text-decoration: none; text-indent: 0.5em; }
#coluna ul li a.selected {
    background: #949494 url( '../../image/buttonSelectedRight.png' ) repeat-x bottom;
    border: solid 1px #5F5F5F; color: #D6D6D6; }
#coluna ul li a:hover, #coluna ul li a.selected:hover {
    background: #B7B7B7 url( '../../image/buttonOverRight.png' ) repeat-x bottom;
    border: solid 1px #787878; color: #000; }
    
#coluna ul li a.destaque { background-color:#E0DB9C;
                           background-image:url( '../../image/buttonNormalRight-Destaque.png' );
                           border-color:#BBB679; }
#coluna ul li a.destaque:hover,
#coluna ul li a.selected-destaque { background-color:#C4B93E;
                                    background-image:url( '../../image/buttonSelectedRight-Destaque.png' );
                                    border-color:#9F9950; }
#coluna ul li a.selected-destaque:hover { background-color:#D2C96C;
                                          background-image:url( '../../image/buttonOverRight-Destaque.png' );
                                          border-color:#7E793F; }

/* RODAPE */
#rodape { clear: both; }

#info { color: #FF0; font: bold 1.5em Arial, Helvetica, Sans-Serif; left: 50%;
        margin: -266px auto auto -200px; padding-bottom: 1.3em; position: absolute;
        text-align: center; top: 50%; }
#info img { padding-bottom: 1.3em; }


@media print {
	
	html, body { background: #FFF none; }

	#geral { border: 0; display: block; height: auto; width: auto; }

	#nav ul li, #container_coluna, #container_conteudo,
	#conteudo, #coluna { background-color: #FFF; border: 0; float: none; }
	
	#cabecalho, #nav, #coluna, #rodape { display: none; }

	#centro, #conteudo, #sombra { background-color: #FFF; border: 0; height: auto; margin: 0;
	                              padding: 0; width: auto; }
}
