@charset "utf-8";
*{
   margin: 0;
   border: none;
}
body { 
   background: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000000;
}
#container { 
   margin: auto;
   width: 962px;
   border: 1px solid #cecece;
}
#header {
   float: left;
   width: 960px;
   height: 351px;
}
#menu-topo {
   float: left;
   width: 960px;
   height: 24px;
   background: #6b6b6b;
}
#barra-bg-logo-cima {
   float: left;
   width: 188px;
   height: 36px;
}
#menu-topo-menu {
   float: right;
   width: 259px;
   height: 36px;
}
#logo {
   float: left;
   width: 219px;
   height: 40px;
   padding-top: 45px;
}
#logo h1 {
   display: block;
   float: left;
   width: 219px;
   height: 40px;
   text-indent: -9999px;
}
#logo h1 a {
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../imagens/logo.jpg);
   background-repeat: no-repeat;
   background-position: 0 0;
}
/**********navigation************/

#nav{
	position:absolute;
	top:48px;
	left:397px;
	z-index:100;
	padding-top: 19px;
}

#nav ul {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	list-style-position: outside;
	list-style-image: none;
	width: 715px;
	height: 53px;
	left: -14px;
	top: 17px;
}

#nav li{
	float:left;
	margin:0;
	padding:0;	
}

#equipe{
    display:block;
	width:71px;
	height:42px;
    background: url(../imagens/equipe-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#porque{
    display:block;
	width:113px;
	height:42px;
    background: url(../imagens/porque-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#normas{
    display:block;
	width:86px;
	height:42px;
    background: url(../imagens/normas-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#perfil{
    display:block;
	width:107px;
	height:42px;
    background: url(../imagens/perfil-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#premios{
    display:block;
	width:100px;
	height:42px;
    background: url(../imagens/premios-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#par{
    display:block;
	width:84px;
	height:42px;
    background: url(../imagens/par-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#como{
    display:block;
	width:69px;
	height:42px;
    background: url(../imagens/como-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#alguem{
    display:block;
	width:79px;
	height:42px;
    background: url(../imagens/alguem-btn.png) no-repeat right top;
    margin:0;
    padding:0;
}

#nav a:hover{
	background-position:right -42px;
}

#about_span a:hover{
	background-position:right top;
}

#nav a{
	text-indent:-9000px;
}

#nav .selected{
	background-position:right -42px;
}


/******conteúdo******/
#conteúdo {
    float: left;
	display: block;
	width: 960px;
	margin: -210px 0 0 60px;
}


/**********separador-internas************/
#bloquote {
   margin: 0 auto;
   padding-top: 30px;
   float: left;
   width: 960px;
   height: 209px;
}

#esquerda {
    float: left;
	width: 206px;
	margin-left: 1px;
	padding: 0;
}
#meio {
   width: 754px;
   margin: 0 0 0 207px;
   padding: 0;
}
#direita-baixo {
   width: 19px;
   margin: 0 0 0 942px;
   padding: 0;
}

/******tit-internas******/
#tit-internas {
    margin: 0 0 0 160px;
	float: left;
	width: 750px;
}

#titulo-internas {
    background: transparent url(../imagens/internas/tit-como.png) no-repeat scroll top right;
	float: left;
	width: 235px;
	height: 60px;
	text-indent: -9999px;
	margin-top: 40px;
	
}

#texto-internas {
    margin-top: 15px;
    margin-left: 168px;
	margin-bottom: 250px;
	padding: 0;
	float: left;
	width: 700px;
}


h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 200%;
  color: #6b6b6b;
}


li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	line-height: 150%;
	list-style-type: none;
	text-decoration: underline;
	margin-left: -40px;
}



