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

#layout {
	margin: auto;
	width: 998px;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(../imgs/bg_layout.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#layout #cabecalho {
	height: 90px;
	padding: 10px;
}

#layout #cabecalho #logomarca {
	display: block;
	float: left;
	width: 180px;
	padding-right: 35px;
	padding-left: 35px;
}

#layout #cabecalho #bannerMaster {
	margin-left: 250px;
}

#layout #data {
	padding: 5px;
	height: 10px;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: right;
	color: #FFF;
}

#layout #rodape {
	clear: both;
	height: 60px;
	margin-top: 15px;
	background-image: url(../imgs/bg_rodape.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}

#layout #rodape #assinatura {
	width: 110px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	height: 40px;
	margin-left: 15px;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

#layout #rodape #endereco {
	height: 60px;
	margin-right: 165px;
	text-align: left;
	font-size: 11px;
}

#layout #c_dir {
	height: 935px;
	display: block;
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#layout #c_dir #menu {
	height: 220px;
	margin-bottom: 10px;
	background-image: url(../imgs/bg_menu.png);
	padding-top: 30px;
	padding-bottom: 10px;
}

#item_menu {
	font-size: 12px;
	background-image: url(../imgs/div_hor.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
	padding: 6px;
}

#chapeu a:link {
	font-size: 12px;
	font-weight:bold;
	color: #5194CD;
}

#chapeu a:visited {
	font-size: 12px;
	font-weight:bold;
	color: #5194CD;
}


#chamadaDestaque a:link {
	font-size: 12px;
	color:#000;
}

#chamadaDestaque a:visited {
	font-size: 12px;
	color:#000;
}

#item_menu a:link {
	font-size: 12px;
	color: #000;
}

#item_menu a:visited {
	font-size: 12px;
	color: #000;
}

#layout #c_dir #menu_not {
	height: 230px;
	margin-bottom: 10px;
	background-image: url(../imgs/bg_menu_noticias.png);
	padding-top: 30px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

#layout #c_dir #busca {
	height: 150px;
	margin-bottom: 10px;
	background-image: url(../imgs/bg_busca.png);
	padding-top: 55px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

#layout #c_esq {
	height: 935px;
	display: block;
	float: right;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#layout #c_esq #videos_destaque {
	height: 430px;
	margin-bottom: 10px;
	background-image: url(../imgs/bg_videos.png);
	padding-top: 30px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#layout #c_esq #videos_destaque #video {
	margin-bottom: 15px;
}

#layout #c_esq #videos_destaque #video #foto {
	margin-bottom: 10px;
	text-align: center;
}

#layout #c_esq #videos_destaque #video #titulo {
	text-align: center;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
}

#layout #c_esq #enquete {
	height: 260px;
	margin-bottom: 10px;
	background-image: url(../imgs/bg_enquete.png);
	padding-top: 30px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}

#layout #c_esq #enquete #pergunta {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

#layout #c_esq #enquete #respostas {
	margin-bottom: 10px;
}

#layout #container {
	margin-bottom: 15px;
	margin-left: 170px;
	margin-right: 230px;
}

#layout #container #MediaBox {
	height: 450px;
	margin-bottom: 10px;
	overflow: hidden;
}

#layout #container #NoticiasDestaque {
	display: table;
	overflow: hidden;
	height: 365px;
}

#layout #container #NoticiasDestaque #linha .coluna #chapeu {
	margin-bottom: 5px;
}

#layout #container #publicidades {
	height: 110px;
}

#layout #container #publicidades #baseBanner {
	width: 390px;
	margin-right: 10px;
	float: left;
	display: block;
	height: 110px;
	overflow: hidden;
}

#layout #container #publicidades #botonBanner {
	margin-left: 0px;
	height: 110px;
	overflow: hidden;
}
.celula {
	display:table-cell;
	vertical-align:top;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 100px;
	padding-right: 10px;
}

.linha {        
	display:table-row;         
}

