@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000033; 
}
/*div principal*/
#pagina
{
	margin:0 auto;
	margin-left:0px;
	width:1000px;
	min-height:500px;
	padding:0 auto;
	float:left;
	position:fixed;
	/*border:1px solid #FFF000;*/
}
/*composicao da pagina*/
#topoMenuPagina
{
	width:1000px;
	border:#FFFFFF;
	background:#FFFFFF;
	height:40px;
}
#corpo
{
	width:1000px;
	height:340px;
}
#rodape
{
	width:1000px;
	height:50px;
}

#esquerda
{
	float: left;
    width: 780px;
    padding: 3px;
    background-color: #FFF;
}
#direita
{
	float: right;
    width: 200px;
    padding: 3px;
	height:335px;
    background-color: #FCFBFA;
}

#menuCanais
{
    width: 780px;
    /*background-color: #C5CCC6;*/
	height:20px;
	margin-bottom: background: url(../imagens/barra_menu_canais.gif) no-repeat;
}

#tabelaCanais
{
    width: 1000px;
    background-color: #fff;
	height:auto;
}
#espaco
{
	width:780px;
	height:15px;
}
#bannerPrincipal
{
	width:780px;
}
#tituloPrincipal
{
	width:780px;
}
#bucar{
	width:200px;
	height:50px;
}
#acesserapido{
	width:200px;
	height:50px;
}
#noticias{
	vertical-align:baseline;
	width:200px;
	min-height:50px;
}
#espacopequeno
{
width:200px;
	height:40px;
}

.tabela{
display: table;
width:1000px;

}
#row {
display: table-row;

}
#cell {
display: table-cell;
padding-right:10px;
height:45px;
background: url(../imagens/barra.jpg) no-repeat;
vertical-align: middle;
float:left;
}
#logoacessibilidade{
	width:92px;
	height:47px;
	z-index:5;
	float:left;
}

#barramenucanais{
	background: url(../imagens/barra_menu_canais.gif) no-repeat;
}