*{
	margin:0; 
	padding:0; 
}
body {
	background-color:#191919;
}

#estrutura{
	margin:0 auto; 
	width:898px; 
	background-color:#000;
	overflow:hidden;
}


#cabecalho{
	background-image:url("../imagens/layout/fundo_cab.gif"); 
}

#cabecalho img{
	margin:0 0 0 10px;
}

#logo{
	margin:0 0 10px 0; 
}

#menu{
	width:893px;
	height:37px;
	background:#000;
	padding-top:2px;
	background-image:url("../imagens/layout/fundo_menu_novo.jpg"); 
}

#menu ul{
	list-style:none;
}

#menu ul li{
	float:left;
	
	
}

#menu ul li a{
	font:bold 10px Trebuchet Ms; 
	color:white; 
	text-decoration:none;
	background:#333;
	display:block;
	width:100px; 
	height:35px; 
	margin:0 2px 0 0 ; 
	line-height:35px;
	text-align:center;
	background-image:url("../imagens/layout/link_menu_off.jpg"); 
}

#menu ul li a:hover{
	background:#ff9933; 
	color:#000;
	text-shadow: 2px 2px 2px #666; 
	background-image:url("../imagens/layout/link_menu_on.jpg"); 
}



#windows_media{
	
	background-repeat:no-repeat;
	width:160px; 
	height:54px; 
	position:absolute;
	margin:0 0 0 760px; 
	cursor:pointer;
	
	
}

#windows_media a{
	text-decoration:none;
}
#windows_media h2{
	line-height:54px;
	
}

#winamp{
	
	background-repeat:no-repeat;
	width:160px; 
	height:54px; 
	position:absolute;
	margin:55px 0 0 760px;
	cursor:pointer;
	
	
}
#winamp h2{
	line-height:54px;
	z-index:999; 
}

#winamp a{
	text-decoration:none;
}




#rodape{
	width:898px;
	height:35px;
	background-image:url("../imagens/layout/link_menu_off.jpg"); 
	
	text-align:center;
	clear:both;
}

#rodape p{
	line-height:35px; 
}






/*CLASSES  */


.tit_vivo{
	margin:0 0 0 775px;
	font:bold 14px Trebushet; 
	color:white;
	width:100px;
	text-align:center;
	text-shadow:2px 1px 2px #666;
}

.tit_branco{
	font:bold 14px Trebuchet Ms; 
	color:white;
	padding:0 0 0 10px; 
	line-height:22px;
	margin-bottom:5px;
}

.tit_amarelo{
	font:13px Trebuchet Ms;
	color:#ffcc33; 
}


.tit_news{
	font:bold 16px Trebuchet Ms; 
	color:#ffcc33;
} 
 
.texto_basico{
	font:12px Trebuchet Ms; 
	color:white;
}


.texto_basico_link{
	font:12px Trebuchet Ms; 
	color:white;
	text-decoration:none;
}
