body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0370B3;
	background-image: url(../imagens/layout_topobg.gif);
	background-repeat: repeat-x;
}

body, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C7C7D;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.link_azul {
	font-size: 12px;
	color: #015284;
	text-decoration: underline;
}


/* LAYOUT */
#main {
	background-color: #1BB2E7;
}
.main_topo {
	background-color: #1BB2E7;
	background-image: url(../imagens/layout_main_topo_bg.gif);
	background-repeat: repeat-x;
}
.main_branco {
	background-image: url(../imagens/layout_main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#main_esquerdo {
	background-color: #FFFFFF;
	width:646px;
	float:left;
}
#main_sidebar {
	width:336px;
	float:right;
}
.rodape {
	font-family: verdana;
	font-size: 11px;
	color: #1BB2E7;
}
.rodape a {
	color: #FFFFFF;
	padding-right: 30px;
	text-decoration: none;
}
.rodapeLogo{
	background-color:#FFFFFF;
	padding:5px;
}
.rodapeLogoBg{
	background-image:url(../imagens/rodape_logo.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
}

/* PAGINAÇÃO */
.paginacao, .paginacao a {
	color:#015284;

	font-weight: normal;
}
.paginacao {
	font-weight: bold;
}
.paginacao a:hover {

}


/* MIGALHA DE PÃO */
#migalhadepao, #migalhadepao a {
	font-size: 10px;
	color: #B1B1B1;
}
#migalhadepao a {
	text-decoration: underline;
}


/* BOX */
#box {
	padding-top: 15px;
	padding-right: 28px;
	padding-left: 28px;	
}
.box_titulo_p {
	font-size: 18px;
	color:#015284;
	
	float: left;
}
.box_titulo_s {
	font-size: 10px;
	padding-top: 5px;
	
	float: right;
}
.box_titulo_divisoria {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015284;
	margin-top: 2px;
	margin-bottom: 8px;
	clear:both;
	/*_margin-top:-11px;*/
}
.box_subcategoria, .box_subcategoria a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015284;
	font-size: 15px;
	color: #015284;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.box_subcategoria_fix {
	border: 0;
	font-size: 15px;
	color: #015284;
}

.box_subcategoria_titulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015284;
	font-size: 18px;
	color: #015284;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.box_quebra {
	padding-top: 20px;
}


/* SIDEBAR */
.sidebar_menu a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.sidebar_menu_destaque {
	font-size: 14px;
	font-weight: bold;
}
.sidebar_quemsomos {
	font-size: 12px;
	color:#015284;
}


/* XSTANDARD */
img.left {
	float: left;
    padding-right: 7px;
	padding-bottom: 7px;
}
img.right {
    float: right;
	padding-left: 7px;
	padding-bottom: 7px;
}
p.indent {
    text-indent: 15px;
}
span.underline {
    text-decoration: underline;
}
span.highlight {
    background-color: yellow;
}


/* OUTROS */
.contato {
	font-family: verdana;
	font-size: 11px;
	color: #015284;
	font-weight: bold;
}

.divisoria {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	margin-top: 7px;
	margin-bottom: 8px;
}

.divisoria_cinza {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	margin-top: 7px;
	margin-bottom: 8px;
}

.titulo_projetos_textos {
	font-family: verdana;
	font-size: 15px;
	color: #7C7C7D;
	font-weight: bold;
}

.msg_erro {
	color:#D71921;
	font-size: 14px;
	font-weight: bold;
}
.registro{
	font-size:9px;
	vertical-align:top;
}