@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#000;
	background-image:url(../imagens/layout/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#CDAB76;
}
#tudo {
	width:100%;
	text-align:center;
}
#conteudo {
	width:960px;
	height:800px;
	position:relative;
	margin:auto;
	background-image:url(../imagens/layout/fundoHome.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/*POSITIONS INDEX*/
#menuTop {
	width:300px;
	height:20px;
	position:absolute;
	top:0px;
	left:657px;
}
#marca {
	width:524px;
	height:129px;
	position:absolute;
	top:56px;
	left:75px;
}
#data {
	width:279px;
	height:50px;
	position:absolute;
	top:62px;
	left:669px;
}
#menu {
	width:137px;
	height:290px;
	position:absolute;
	left: 40px;
	top: 339px;
}
/*******/
#conteudoProgramacao {
	width:172px;
	height:156px;
	position:absolute;
	left: 412px;
	top: 245px;
	color:#FFF;
	text-align:right;
}
#conteudoVote {
	width:200px;
	height:124px;
	position:absolute;
	left: 712px;
	top: 318px;
	color:#FFF;
	text-align:right;
}
#conteudoMusicantoEscola {
	width:160px;
	height:104px;
	position:absolute;
	left: 549px;
	top: 532px;
	color:#000;
	text-align:right;
}
#conteudoEdicoes {
	width:154px;
	height:37px;
	position:absolute;
	left: 285px;
	top: 621px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
}
#conteudoEdicoes a, #conteudoEdicoes a:hover{
	color:#FFF;
	text-decoration:none;
}

#patrocinadores {
	width:370px;
	height:100px;
	position:absolute;
	left: 18px;
	top: 689px;
	color:#FFF;
	text-align:left;
}
#midiasSociais {
	width:392px;
	height:73px;
	position:absolute;
	left: 410px;
	top: 713px;
	color:#FFF;
	text-align:left;
}
#jingle{
	position:absolute;
	left: 809px;
	top: 756px;
	width: 145px;
	height: 30;
}
/*****/

#boxDinamico {
	height:155px;
	background-image:url(../imagens/layout/fundoBoxDinamicoIndex.gif);
	background-repeat:repeat-x;
	background-position:top center;
}
#boxDinamicoInterno {
	width:960px;
	height:155px;
	position:relative;
	margin:auto;
}
#chamadaUltimasFotos {
	width:415px;
	height:16px;
	position:absolute;
	left: 44px;
	top: 8px;
	text-align:left;
}
#boxUltimasFotos {
	width:415px;
	height:100px;
	position:absolute;
	left: 44px;
	top: 37px;
	text-align:left;
	overflow:hidden;
	color:#FFF;
}
#btnMaisFotos {
	width:415px;
	height:10px;
	position:absolute;
	left: 44px;
	top: 141px;
	text-align:right;
}
#chamadaUltimasNoticias {
	width:415px;
	height:16px;
	position:absolute;
	left: 496px;
	top: 8px;
	text-align:left;
}
#boxUltimasNoticias {
	width:415px;
	height:100px;
	position:absolute;
	left: 497px;
	top: 37px;
	text-align:left;
	overflow:hidden;
	color:#FFF;
}
#btnMaisNoticias {
	width:415px;
	height:10px;
	position:absolute;
	left: 497px;
	top: 141px;
	text-align:right;
}
#rodape {
	width:960px;
	margin:auto;
}
/* basicos */

p {
	margin:6px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:5px 0;
}
.negrito {
	font-weight:bold;
}
.clear {
	clear:both;
}
a:link {
	color: #5c8f52;
	text-decoration: none;
}
a:visited {
	color: #5c8f52;
	text-decoration: none;
}
a:hover {
	color: #5c8f52;
	text-decoration: underline;
}
a:active {
	color: #5c8f52;
	text-decoration: underline;
}
ul {
	padding-left:20px;
}
.btnVoltar {
	padding-right:17px;
}
/* Retira os outlines das tags object */
object {
	outline: none;
}

#conteudoVote a{
	color:#FFF;
	text-decoration:none;
}
#conteudoVote a:visited{
	color:#FFF;
	text-decoration:none;
}
#conteudoVote a:hover{
	color:#FFF;
	text-decoration:underline;
}
#conteudoVote a:active{
	color:#FFF;
	text-decoration:none;
}
#tbMusicanto img{
	border:3px solid #CCC;
}
.ie6{
	color: #000; 
	background-color:#FFFF09; 
	font-weight: bold;
	margin:0;
	padding:5px 5px;
}

.ie6 a{
	color:#F00;
	text-decoration:none;
}

.ie6 a:hover {
	color: #999;
	text-decoration: underline;
}

.ie6 a:visited  {
	color: #999;
	text-decoration: nome;
}

.ie6 a:active{
	color:#F00;
	text-decoration:none;
}