/*
	Autor: Nome do Autor do CSS
	Empresa: Guife Multicom
	Data de Início: 29/03/2010
	Última Modificação: 28/05/2010
*/

/*----------------------------------------
	- Partes Comuns a todas páginas
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	clear: both;
}
html{
	background: url(../imagens/html.png) left 530px repeat-x;
}
body{
	width: 980px;
	margin: 0 auto;
}
li{
	list-style-type: none;
}


/*----------------------------------------
	- Topo
---------------------------------------*/
#topo{
	width: 980px;
	height: 465px;
	background: url(../imagens/topo.jpg) left top no-repeat;
	position: relative;
}
#topo h1{
	text-indent: -20000px;
}
#topo a{
	display: block;
	text-indent: -20000px;
	position: absolute;
}
#topo a.bt_login{
	width: 66px;
	height: 27px;
	top: 0;
	right: 20px;
	background: url(../imagens/bt_login.gif) left top no-repeat;
}
#topo a.link1, #topo a.link2, #topo a.link3{
	width: 300px;
	height: 60px;
	top: 410px;
}
#topo a.link1{
	left: 20px;
}
#topo a.link2{
	left: 340px;
}
#topo a.link3{
	left: 660px;
}
#topo a:hover{
	background-position: left bottom;
}
#topo a.bt_projetos_integrados{
	display: block;
	width: 241px;
	height: 96px;
	top: 262px;
	left: 20px;
}

/*----------------------------------------
	- Menu Superior
---------------------------------------*/
#menu_superior{
	width: 868px;
	height: 48px;
	padding-top: 17px;
	position: relative;
	margin-left: 62px;
}
#menu_superior a{
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #5e1e64;
	background: url(../imagens/menu_superior_a.gif) center top no-repeat;
	padding-bottom: 16px;
	margin-right: 63px;
	text-align: center;
}
#menu_superior a.link_monte_belo{
	margin-right: 0;
}
#menu_superior a:hover, #menu_superior a.selected{
	color: #799b45;
	background-position: center bottom;
}

/*----------------------------------------
	- Menu Lateral
---------------------------------------*/
#menu_lateral{
	margin-top: 31px;
	padding-right: 14px;
}
#menu_lateral a{
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5e1e64;
	display: block;
	text-decoration: none;
	text-align: right;
	margin-bottom: 12px;
	background: url(../imagens/menu_lateral_a.gif) right bottom no-repeat;
	padding-right: 17px;
}
#menu_lateral a del{
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5e1e64;
}
#menu_lateral a:hover, #menu_lateral a.selected{
	color: #799b45;
	background-position: right top;
}

/*----------------------------------------
	- Div Padrão
---------------------------------------*/
.div_padrao{
	position: relative;
}
.div_padrao h2{
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5e1e64;
	margin-bottom: 15px;
}
.div_padrao img{
	border: 4px solid #d9c9db;
	float: left;
	margin-right: 17px;
}
.div_padrao p{
	clear: none;
	text-align: justify;
	padding-bottom: 10px;
	line-height: 125%;
}
.div_padrao p.destaque{
	font-weight: bold;
	color: #5e1e64;
}
.veja_mais{
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #5e1e64;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	top: 1px;
	background: url(../imagens/veja_mais.gif) left top no-repeat;
	padding-left: 13px;
}
.veja_mais:hover{
	background-position: left bottom;
	color: #799b45;
}
.div_padrao span{
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #5e1e64;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	top: 1px;
	padding-left: 13px;
}
.detalhes_interno p{
	padding-bottom: 0;
	line-height: 14px;
}
.detalhes_interno p span{
	padding-left: 0;
	display: block;
	padding-top: 10px;
}


/*----------------------------------------
	- Listagem de Notícias
---------------------------------------*/
.listagem_noticias a{
	display: block;
	width: 241px;
	height: 67px;
	position: relative;
	background: #d9c9db;
	margin-bottom: 10px;
	text-decoration: none;
}
.listagem_noticias a span{
	display: block;
	background: #310835;
	padding-left: 9px;
	height: 18px;
	padding-top: 4px;
	color: #d9c9db;
	border-bottom: 1px solid #fff;
}
.listagem_noticias a p{
	color: #5e1e64;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
	height: 37px;
	padding-bottom: 0;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
}
.listagem_noticias a:hover span{
	color: #310835;
	background: #d9c9db;
}
.listagem_noticias a:hover p{
	color: #d9c9db;
	background: #310835;
}


/*----------------------------------------
	- Conteúdo
---------------------------------------*/
#conteudo_esq{
	width: 241px;
	margin-left: 20px;
	float: left;
}
#conteudo_dir{
	width: 679px;
	margin-left: 20px;
	float: left;
	clear: none;
}
#ultimas_noticias{
	margin-top: 40px;
}
#ultimas_noticias h2{
	position: relative;
	left: 7px;
}
#ultimas_noticias.veja_mais{
	position: relative;
	top: 4px;
}


/*----------------------------------------
	- Página Inicial
---------------------------------------*/
#index_institucional{
	margin-top: 26px;
}
#destaques_programacao{
	padding-top: 21px;
}
.listagem_programacao li{
	display: block;
	width: 679px;
	height: 110px;
	margin-bottom:10px;
	position: relative;
}
.listagem_programacao li span{
	display: block;
	width: 670px;
	padding-left: 9px;
	height: 18px;
	padding-top: 4px;
	position: absolute;
	top: 0;
	right: 0;
	background: #310835;
	color: #d9c9db;
}
.listagem_programacao li p{
	width: 656px;
	height: 82px;
	padding-left: 10px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 0;
	position: absolute;
	top: 23px;
	right: 0;
	background: #d9c9db;
	color: #5e1e64;
	font-weight: bold;
	line-height: 8px;
}
#conteudo_dir .noticias li p{
	line-height: 16px;
}
.listagem_programacao li a.veja_mais{
	position: absolute;
	left: 10px;
	top: 84px;
	background: none;
	padding-left: 0;
}
#destaque_esquerda {
	background: #d9c9db;
	width: 337px;
	height:371px;
	border: none;
}
#destaque_esquerda h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_esquerda p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_esquerda_2 {
	background: #d9c9db;
	margin-top:13px;
	width: 337px;
	height:115px;
	border: none;
}
#destaque_esquerda_2 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_esquerda_2 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_esquerda_3 {
	background: #d9c9db;
	margin-top:13px;
	width: 337px;
	height:117px;
	border: none;
}
#destaque_esquerda_3 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_esquerda_3 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_esquerda_4 {
	background: #d9c9db;
	margin-top:13px;
	width: 687px;
	height:95px;
	border: none;
}
#destaque_esquerda_4 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_esquerda_4 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_direita {
	position:absolute;
	top: 60px;
	left: 350px;
	background: #d9c9db;
	width: 337px;
	height:117px;
	border: none;
}
#destaque_direita h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_direita p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_direita_2 {
	position:absolute;
	top: 190px;
	left: 350px;
	background: #d9c9db;
	width: 337px;
	height:107px;
	border: none;
}
#destaque_direita_2 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_direita_2 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_direita_3 {
	position:absolute;
	top: 310px;
	left: 350px;
	background: #d9c9db;
	width: 337px;
	height:121px;
	border: none;
}
#destaque_direita_3 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_direita_3 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_direita_4 {
	position:absolute;
	top: 444px;
	left: 350px;
	background: #d9c9db;
	width: 337px;
	height:115px;
	border: none;
}
#destaque_direita_4 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_direita_4 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque_direita_4 a {
	color:#310835;
}
#destaque_direita_5 {
	position:absolute;
	top: 572px;
	left: 350px;
	background: #d9c9db;
	width: 337px;
	height:117px;
	border: none;
}
#destaque_direita_5 h3 {
	background: #310835;
	color:#d9c9db;
	height:22px;
	padding: 7px 0 0 15px;
	border: none;
}
#destaque_direita_5 p {
	color:#310835;
	padding: 7px 15px 0 15px;
	border: none;
	font-size:11px;
	text-align:justify;
}
#destaque p{
	padding-left:10px;
}
#programacao_index a{
	border: none;
	cursor: pointer;
	text-decoration: none;
}
#programacao_index a:hover{
	border: none;
	cursor: pointer;
	text-decoration: underline;
}
/*----------------------------------------
	- Programação
---------------------------------------*/
.select_cidades{
	width: 219px;
	position: relative;
	padding-top: 17px;
	float: left;
	clear: none;
	position: absolute;
	top: 97px;
	left: 0;
	z-index: 20000;
}
#select_data{
	left: 230px;
}
#select_categoria{
	left: 458px;
}
.select_cidades li{
	width: 220px;
	height: 16px;
	border-bottom: 1px solid #fff;
	display: none;
}
.select_cidades li a{
	display: block;
	width: 201px;
	height: 14px;
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #310835;
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #d9c9db;
	cursor: pointer;
}
.select_cidades li a:hover{
	background: #eee4ef url(../imagens/fundo_select.gif) left -20px no-repeat;
	color: #799b45;
}
.select_cidades li.selected{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.select_cidades li.selected a{
	display: block;
	background: #310835 url(../imagens/fundo_select.gif) 191px 6px no-repeat;
	color: #d9c9db;
}
#listagem_eventos{
	margin-top: 46px;
	margin-left: -9px;
}
#listagem_eventos li{
	width: 335px;
	height: 90px;
	float: left;
	clear: none;
	background: #dac9db;
	margin-bottom: 10px;
	margin-left: 9px;
	display: none;
}
#listagem_eventos li a{
	text-decoration: none;
}
#listagem_eventos li.segundo{
	margin-left: 9px;
}
#listagem_eventos li h3{
	display: block;
	width: 327px;
	padding-left: 8px;
	height: 44px;
	padding-top: 4px;
	background: #310735;
	color: #dac9db;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 7px;
}
#listagem_eventos li p{
	color: #601e66;
	padding-left: 10px;
}
#listagem_eventos li p strong{
	color: #601e66;
}

/*----------------------------------------
	- Contato
---------------------------------------*/
#contato_esq{
	width: 514px;
	float: left;
	clear: none;
	position: relative;
}
.formulario label{
	display: block;
	width: 241px;
	height: 20px;
	float: left;
	clear: none;
	margin-bottom: 10px;
	margin-right: 10px;
}
.formulario label.cair{
	clear: both;
}
.formulario label input{
	display: block;
	width: 235px;
	padding-left: 4px;
	height: 16px;
}
.formulario label.label_mensagem{
	height: 80px;
	clear: both;
	position: absolute;
	top: 102px;
	right: 12px;
}
.formulario label.label_mensagem textarea{
	display: block;
	width: 235px;
	padding-left: 4px;
	height: 76px;
}
.formulario .veja_mais{
	position: absolute;
	top: 200px;
	right: 20px;
	border: none;
	cursor: pointer;
}
#contato_dir{
	width: 165px;
	height: 200px;
	float: left;
	clear: none;
}
#contato_dir a{
	display: block;
	width: 165px;
	height: 99px;
	text-indent: -20000px;
}
#contato_dir a.bt_localizacao_contato{
	background: url(../imagens/bt_localizacao.png) left top no-repeat;
	margin-bottom: 10px;
}
#contato_dir a.bt_programacao_contato{
	background: url(../imagens/bt_programacao.png) left top no-repeat;
}


/*----------------------------------------
	- Tabela from hell!
------------------------------------------*/

table .tr_topo th { 
	background:#310835;
	color:#d9c9db;
}
table .tr_conteudo th { 
	background:#d9c9db;
	color:#5e1e64;
	text-align:justify;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

/*----------------------------------------
	- Rodapé
---------------------------------------*/
#rodape{
	width: 941px;
	height: 250px;
	background: url(../imagens/rodape.jpg) left top no-repeat;
	margin-top: 41px;
	margin-left: 20px;
	display: table;
}

img.borda_logo { 
	border:none;
}















