@charset "utf-8";
/* CSS Document */

body {
	background-color:#e3ebb3;
	font-family:Verdana, Geneva, sans-serif;'
	font-size:12px;
	color:black;
	padding:0px;
	margin:0px;
	text-align:center;
}

	body a {
		color:white;
		text-decoration:none;
	}

#conteudo {
	width:796px;
	margin:auto;
	background-color:white;
	border:1px solid #CCCCCC;
}

	#conteudo table {
		width:100%;
	}
	
		#conteudo table tr td {
			vertical-align:top;
		}

#cabecalho {
	background-color:#c11d24;
	width:796px;
	margin:auto;
}

	#cabecalho table {
		width:100%;
		text-align:center;
		border:0px;
		border-collapse:0px;
	}

#menuPrincipal {
	background-color:#d6ff83;
	width:796px;
	text-align:center;
	margin:auto;
}

	#menuPrincipal a {
		font-weight:bold;
		text-decoration:none;
		font-size:13px;
		color:#006600;
	}
	
	#menuPrincipal table {
		border:1px solid #006600;
		width:100%;
		line-height:200%;
		vertical-align:middle;
		border-collapse:collapse;
	}

		#menuPrincipal table td {
			border:1px solid #006600;
			border-collapse:collapse;
		}

#rodape {
	width:796px;
	margin:auto;
	text-align:center;
	background-color:#e3ebb3;
	color:#b51f13;
	font-weight:bold;
}

.celulaTopoVermelha {
	background-color:#c11d24;
	color:white;
	text-align:center;
	font-weight:bold;
	line-height:100%;
	padding:5px;
}

.conteudoPrincipal {
	font-size:11px;
	padding:7px;
	padding-top:0px;
}

	.conteudoPrincipal a {
		font-weight:bold;
		color:#006600;
	}

.conteudoPrincipal .tituloNoticiaIndex {
	text-align:left;
	font-size:14px;
	color:#006600;
	font-weight:bold;
}

.transparencia50 {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	background-color:black;
	width:100%;
	height:100%;
	visibility:hidden;
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
	overflow:auto;
	
}

.imgmodal {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
	z-index:600;
}
