/*
CSS comum a todas as sessoes
*/

body {
	background: url(../../imgs/bgs/textura.jpg) repeat center top;
}

#bg {
	background: url(../../imgs/bgs/site.png) no-repeat center top;
}
#header {
	width: 980px;
	height: 205px;
}
.page {
	width: 980px;
	position:relative;
}

#col-left {
	width: 154px;
	margin-right:21px;
}

#col-right {
	width: 200px;
	margin-left: 15px;
}

#col-mid {
	width: 563px;
}
#main {
	padding-top: 32px;
}
#paginacao #controles a {
	float:left;
}
#menu-vertical ul {
	margin:0;
	list-style-image:url('../../imgs/icones/ico-seta.jpg');
}

#menu-vertical ul li a {
	color:#2a54a9;
}
#menu-vertical h3 {
	color:#1D296D;
	font-size:13px;
	margin:0;
}

#menu-vertical h3, #menu-vertical .item-menu {
	border-bottom:1px solid #E8E8E8;
	padding:8px 0 8px 7px;
}

#menu-vertical .item-menu li {
	margin-left:15px;
}

#buscar .busca {
	background: url('../../imgs/bgs/bg-input-busca.jpg') no-repeat scroll top left;
	width: 153px;
	height: 30px;
}
#buscar #input-buacar {
	background:none;
	border:none;
	padding-top:4px;
	margin:5px 0 0 4px;
	width:110px;
}
#buscar {
	margin-bottom:32px;
}
#submit-busca {
	height:29px;
	width:34px;
	background:none;
	border:none;
	font-size:0px;
	cursor:pointer;
}
.bloco-dir {
	background:transparent url(../../imgs/bgs/bg-bloco-dir.png) no-repeat scroll left top;
	margin-bottom:37px;
	width:200px;
}

.nome-titulo {
	float:left;
}

.vejamais {
	float:right;
}

.vejamais a {
	color:#f3a210;
}
.conteudo-bloco-dir p {
	margin-bottom:3px;
}
.conteudo-bloco-dir {
	width:180px;
	margin:15px auto 0 auto;
	position:relative;
}
.titulo-bloco-dir {
	color:#FFFFFF;
	height:25px;
	margin:0 auto;
	padding-top:8px;
	width:179px;
}

.mes {
	text-align:center;
}
#prev, #next {
	z-index:10;
	position:absolute;
	top:0;
}

#prev {
	left:39px;
}

#next {
	right	:39px;

}

.input-radio {
	margin-bottom:10px;
}

.input-text-informativo {
/*	background: url('../../imgs/bgs/bg-input-informativo.gif') no-repeat scroll top left;*/
	width: 162px;
	height: 30px;
	margin-bottom:5px;
}

.input-text-informativo select {
		border:none;
		background:none;
		padding-top:9px;
		padding-left:5px;
		color:#1B276B;
		width:152px;
}
.input-text-informativo input {
		border:none;
		background:none;
		padding-top:9px;
		padding-left:5px;
}

.botoes-submit-enquete {
	margin-top:12px;
}
#footer {
	background: url('../../imgs/bgs/rodape.png') no-repeat scroll top left;
	height: 61px;
	margin-top:40px;
}
#footer .page {
	width:980px;
}
#footer p {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	margin-right:20px;
	margin-top:6px;
}

input {
	color:#293a7b;
}

#bg-tr,#bg-tl,#bg-br,#bg-bl {
	width: 7px;
	height: 7px;
	position:absolute;
	z-index:10;
}

#bg-bl {
	background: url('../../imgs/bgs/bg-bl.gif') no-repeat scroll top left;
	bottom:0;
	left:0;
}

#bg-br {
	background: url('../../imgs/bgs/bg-br.gif') no-repeat scroll top left;
	bottom:0;
	right:0;
}

#bg-tl {
	background: url('../../imgs/bgs/bg-tl.gif') no-repeat scroll top left;
	top:0;
	left:0;
}

#bg-tr {
	background: url('../../imgs/bgs/bg-tr.gif') no-repeat scroll top left;
	top:0;
	right:0;
}

.evento {
	width:179px;
}
.info_dia {
	margin-bottom:0;
	font-style: italic;
		font-size: 10px;
		color: #93b0ff;
}
.ver_mais{
	text-align:right;
	display:block;
	margin-top:20px;
}
.miolo{
	margin-top:10px;
}
#arquivo{
	padding:20px;
}
#popup{
	margin-left: 25%; 
	margin-top: 9%; 
	position: absolute; 
	z-index: 9999;
}
.fechar_popup{
	background:#ffffff;
	padding:5px;
	font-weight: bold;
	margin-top: -7%; 
	position: absolute;
}
.fechar_popup a{
	color:#3e6cae;
}