body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, Sans-serif;
	color: #615D5C;
	background-color:#FFF;
	/*background: url("../img/background_body.jpg") #615D5C;*/
	background-color:#022962;
}

a:link {
	text-decoration: none;
	color: #615D5C;
}
a:visited {
	text-decoration: none;
	color: #615D5C;
}
a:hover {
	text-decoration: none;
	color: #615D5C;
}
a:active {
	text-decoration: none;
	color: #615D5C;
}

#cemporcento {
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: url("../img/background_body.jpg") #615D5C;*/
}

#pai {
	width: 800px;
	background-color:#FFF;
	/* height: 100%; */
	/*background: url("../img/background_conteudo_linha.jpg") repeat-y #615D5C;*/
}

#header {
	width: 100%;
}

#linhaCinza {
	height: 5px;
	background: #615D5C;
}

#content {
	width: 100%;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	/*background: url("../img/background_conteudo.jpg") no-repeat;*/
	position: relative;
}

#menu {
	padding: 0px;
	position: relative;
	z-index: 200;
	float: left;
	width: 175px;
	
	/*background: url("../img/background_menu_linha.jpg") repeat-y;*/
}

#menuInterno {
	padding: 5px;
    background-color: #09C;
	/*background: url("../img/background_menu.jpg") no-repeat;*/
}

#text {
	position: relative;
	float: right;
	width: 615px;
}

#footer {
	width: 100%;
	padding: 5px 0px 5px 0px;
	background: #D7D7D5;
	position: relative;
	clear: right;
}

.tituloMenu {
	cursor: pointer;
	font-weight:bold;
	font-size:14px;
	text-align: center;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
}
.tituloMenu a{
	text-decoration: none;
	color: #FFFFFF;
}
.tituloMenu a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.tituloMenu a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.separador {
	height: 1px;
	background: #FFFFFF;
}

.tituloSubMenu {
	cursor: pointer;
	font-weight:bold;
	font-size:14px;
	text-align: center;
	height: 30px;
	color:#FFF;
	text-decoration:none;
}
.tituloSubMenu a{
	color:#FFF;
	text-decoration:none;
}

.submenu {
	visibility: hidden;
	border: #615D5C 1px solid;
	width: 185px;
	vertical-align: top;
	position:absolute;
	z-index: 200;
	background: #0088BB;
	left: 160px;
	color:#FFF;
}

/* estilo para home */
#anuncios {
    width: 590px;
    /*background: #000000;*/
}

#anuncios .anuncios {
    width: 165px;
    float: left;
}

#anuncios #anuncio2,
#anuncios #anuncio3 {
    margin-left: 47.5px;
    float: left;
}

#noticia {
	min-height: 215px;
	position: relative;
	padding: 10px;
	left: 0px;
}

#titulo_noticia {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

#foto_noticia {
	padding: 5px;
	width: 200px;
	float: left;
	z-index: 1;
}

#texto_noticia {
	padding: 5px;
	width: 375px;
	text-align: justify;
	float: right;
	z-index: 1;
}

#texto_noticia_sem_foto {
	padding: 5px;
	width: 585px;
	text-align: justify;
	position: relative;
	float: right;
	z-index: 1;
}

#destaque {
	min-height: 215px;
	position: relative;
	padding: 10px;
	left: 0px;
}

/* fim estilo para home */

.titulo {
	font-weight: bold;
	font-size: 16px;
}

.texto {
	text-align: justify;
	font-size:14px;
}

.erro {
	font-size: 10px;
	color: #FF3333;
}

.linhaClara {
	background-color: #D8D8D7;
	color: #615D5C;
}

.linhaEscura {
	background-color: #615D5C;
	color: #D8D8D7;
}

#noticias_lista {
	padding: 10px;
	text-align: justify;
}
