@charset "utf-8";
/* CSS Document */

html, body {min-height:100%;}
body {
	margin:0;
	background:#f3f3f3 url(../images/fundo-branco.gif) repeat;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#fff;
	min-width:1000px;
}
a img {border:0 none;}
.clearfix {clear:both;}

.fundo-branco{
	background:#f3f3f3 url(../images/fundo-branco.gif) repeat;
	width:100%;
}
.fundo-azul{
	background:#0101a4 url(../images/fundo-azul.gif) repeat;
	width:100%;
}
.faixa-cinza {
	background:#64728c url(../images/faixa-cinza.jpg) repeat-x;
	width:100%;
	height:14px;
	border-bottom:1px solid #001d47;
	border-top:1px solid #001d47;
	margin:-1px 0;
	text-align:right;
}
.faixa-azul {
	background-color:#0058db;
	width:100%;
	height:3px;
	font-size:3px;
	border-bottom:1px solid #001d47;
	border-top:1px solid #001d47;
}





#menu-intranet{
	font-size:12px;
	line-height:13px;
	padding-right:20px;
}
#menu-intranet a{
	color:#fff;
	text-decoration:none;
}
#menu-intranet a:hover{
	text-decoration:underline;
}

#logo {
	margin-left:27px;
}
#parcerias {
	float:right;
	position:relative;
	top:-43px;
	right:20px;
	height:93px;
	width:63px;
	border:1px solid #001d47;
	background-color:#c8c8c8;
}
#menu {
	float:right;
	margin-top:-43px;
	margin-right:15px;
	margin-bottom:-100px;
}
#menu a{
	background-color:#5488d7;
	background-image:url(../images/fundo-menu.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #001d47;
	display:block;
	height:98px;
	float:left;
	text-align:center;
	padding-top:24px;
	margin-right:5px;
	font-weight:bold;
	color:#fff;
}
#menu #quem-somos {width:106px;}
#menu #nossos-servicos {width:139px;}
#menu #onde-atuamos {width:121px;}
#menu #contato {width:64px;}

#menu #quem-somos:hover {background-position:-146px top;}
#menu #nossos-servicos:hover {background-position:-259px top;}
#menu #onde-atuamos:hover {background-position:-405px top;}
#menu #contato:hover {background-position:-533px top;}

#menu a.selected {background-color:#101070 !important; background-position: 0 0 !important;}
#menu #quem-somos.selected {background:url(../images/quem-somos-selected.jpg);}
#menu #nossos-servicos.selected {background:url(../images/nossos-servicos-selected.jpg);}
#menu #onde-atuamos.selected {background:url(../images/onde-atuamos-selected.jpg);}
#menu #contato.selected {background:url(../images/contato-selected.jpg);}




.assinatura {
	height:20px;
	text-align:right;
	color:#001d47;
	font-size:10px;
	line-height:18px;
}
.assinatura a{
	color:#001d47;
	text-decoration:none;
	margin-right:20px;
}
.assinatura a:hover{
	text-decoration:underline;
}


#conteudo {
	padding:40px 38px 110px;
	background:#0101a4 url(../images/fundo-azul.gif) repeat;
}
#conteudo h1 {margin:-15px 0 -15px -35px;}
#conteudo h2 {margin:35px 0 -15px;}
#conteudo p {margin:20px 0;}
#conteudo a {
	text-decoration:none;
	color:#fff;
	border-bottom:1px dashed #fff;
}
#conteudo a:hover{
	border-bottom:1px solid #fff;
}

#conteudo input, #conteudo textarea {
	background:none;
	width:250px;
	border:1px solid #7070ce;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#fff;
	padding:5px 3px;
}
#conteudo .submit input {
	width:55px;
	background-color:#f3f3f3;
	color:#001d47;
	font-weight:bold;
	height:inherit !important;
	padding:3px;
	margin:5px 0;
	cursor:pointer;
	
}
#conteudo .submit {
	padding:7px 2px;
	border:1px solid #7070ce;
}









