@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:#1c5d79;
}
#tudo {
	width:100%;
	text-align:center;
}
#conteudo {
	width:960px;
	height:800px;
	position:relative;
	margin:auto;
	background-image:url(../imagens/layout/fundoHome.png);
	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:32px;
	left:132px;
}
#data {
	width:176px;
	height:89px;
	position:absolute;
	top:60px;
	left:666px;
}
#tv {
	width:176px;
	height:89px;
	position:absolute;
	top:196px;
	left:54px;
}
#menu {
	width:137px;
	height:290px;
	position:absolute;
	left: 40px;
	top: 339px;
}
/*******/
#indexShows{
	width:386px;
	height:249px;
	position:absolute;
	left: 243px;
	top: 192px;
	display:block;
}
#conteudoProgramacao {
	width:216px;
	height:102px;
	position:absolute;
	left: 151px;
	top: 92px;
	color:#FFF;
	text-align:right;
}
#conteudoVote {
	width:205px;
	height:359px;
	position:absolute;
	left: 751px;
	top: 200px;
	color:#FFF;
	text-align:right;
	display:block;
}
#conteudoMusicantoEscola {
	width:160px;
	height:104px;
	position:absolute;
	left: 537px;
	top: 543px;
	color:#ffffff;
	text-align:right;
}
#conteudoEdicoes {
	width:201px;
	height:75px;
	position:absolute;
	left: 220px;
	top: 570px;
	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:187px;
	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;
}
#boxDinamicoInterno2 {
	width:110px;
	height:80px;
	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:Left;
}
#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: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #c8c8c8;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #c4c4c4;
	text-decoration: underline;
}
a:active {
	color: #c9c9c9;
	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;
}
/* código css para janela popup de premiação*/

#pop{display:none;
position:absolute;
top:25%;
left:45%;
margin-left:-50px;
margin-top:-100px;
padding:10px;

border:0px solid #0d395b;
}
.promo{
/*background: url(../imagens/promo/promo.jpg);*/
width:353px;
height:477px;
}

