html {
	height: 100%;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9fc3e7;
}


/******************************************************DIVS**********************************************/	


#topo {
	width: 772px;
	height: 222px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#topo_esquerda {
	width: 50%;
	height: 222px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-image:url(../img/topo_bg.jpg);
	background-repeat: repeat-x;
}

#topo_direita {
	width: 50%;
	height: 265px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	background-image:url(../img/topo_bg.jpg);
	background-repeat: repeat-x;
}

#tabela {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 10;
}

#tabela_esquerda {
	position: relative;
	z-index: 10;
	top: -0.5px;
}

#tabela_direita {
	position: relative;
	z-index: 10;
	top: 2px;
}

#miolo {
	width: 772px;
	height: 100%;
	min-height: 650px;
	position: relative;
	top: 1px;
	z-index: 20;
	background-color: #FFFFFF;
}

#menu {
	width: 220px;
	height: 310px;
	position: absolute;
	left: 2px;
	top: 18px;
	z-index: 9999;
	background-image:url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
}

#banner_lateral {
	width: 220px;
	height: 128px;
	position: absolute;
	left: 2px;
	top: 338px;
	z-index: 9998;
	background-image:url(../img/news_bg.jpg);
	background-repeat: no-repeat;
}

#banner_lateral p {
	margin: 0 0 0 0;
}

#news {
	width: 220px;
	height: 128px;
	position: absolute;
	left: 2px;
	top: 476px;
	z-index: 9997;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	background-image:url(../img/news_bg.jpg);
	background-repeat: no-repeat;
}

#news p {
	margin: 0 0 0 0;
}

#conteudo {
	width: 515px;
	height: 100%;
	position: inherit;
	padding-top: 0px;
	padding-left: 257px;
	z-index: 21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

#rodape {
	width: 100%;
	height: 45px;
	position: relative;
	bottom: 4px;
	z-index: 100;
	background-color: #0053a3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

#login {
	width: 230px;
	height: 108px;
	position: absolute;
	left: 222px;
	top: 200px;
	padding-top: 20px;
	padding-left: 20px;
	z-index: 9999;
	background-image:url(../img/login_bg.jpg);
	background-repeat: repeat-x;
}

#adm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e1403;
	text-align: left;
	padding-left: 10px;
	padding-top: 35px;
	line-height: 20px;
}

#submenu {
	width: 220px;
	height: 110px;
	position: absolute;
	left: 2px;
	top: 250px;
	z-index: 9998;
	background-color: #3F1403;
}


/******************************************************MENU**********************************************/	


#menubv {
	width: 220px;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	font: 12px Tahoma;
}

#menubv ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menubv li {
	list-style-type: none;
	margin: 0;
	padding: 6px 5px 5px 0.5em;
}

#menubv li a {
	display: block;
	padding: 6px 5px 5px 0.5em;
	color: #FFFFFF;
	text-decoration: none;
}

#menubv li a:hover {
	background-image: url(../img/menu_over.png);
	color: #CCCCCC;
}

/* Fix IE. Hide from IE Mac \*/
	* html ul#menubv  li { float: left; height: 1%; }
	* html ul#menubv  li a { height: 1%; }
/* End */


/******************************************************FONTES**********************************************/	


.titulo_paginas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0053a3;
	font-weight: bold;
}

.titulo_interno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	height: 50px;
}

.texto_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e1403;
	text-align: left;
}

.alerta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0053a3;
	text-align: left;
}

.texto_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	text-align: justify;
}

.texto_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}


.texto_contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e1403;
	text-align: left;
}


/******************************************************LINKS**********************************************/	


a.principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e1403;
	text-decoration: none;
	cursor: pointer;
}
a.principal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e1403;
	text-decoration: underline;
	cursor: pointer;
}

a.noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	text-decoration: none;
	cursor: pointer;
}
a.noticia:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595b;
	text-decoration: underline;
	cursor: pointer;
}

/****VERDE**********/

a.alterar:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #009900;
	text-decoration: none;
}
	
a.alterar:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #009900;
	text-decoration: none;
}
	
a.alterar:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
	text-decoration: underline;
}
	
a.alterar:active {
}
	
/****VERMELHO**********/

a.excluir:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
	
a.excluir:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
	
a.excluir:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: underline;
}
	
a.excluir:active {
}


/******************************************************FORMS**********************************************/	


input.news { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#3e1403;
	border-style: none;
}

input.bt_news { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e1403;
	background: none;
	border-style: none;
}


#form_news {
	width: 220px;
	padding: 0;
	margin-top: 35px;
	margin-left: 10px;
}

input.contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#E4BF8B;
	border-style: none;
}

input.bt_contato { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #E4BF8B;
	border-style: none;
}

textarea.contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#E4BF8B;
	border-style: none;
}

select.contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#E4BF8B;
	border-style: none;
}
