@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
}

#Layout {
	background-color: #FFF;
	width: 945px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
#Lateral {
	background-image: url(../img/LateralEsquerda.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 210px;
	min-height:750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
#Lateral ul{
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;

}
#Lateral ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height: 20px;

}
#Lateral ul li a{
	list-style-type: none;
	height: 20px;
	color: #666;
	text-decoration: none;
}
#Lateral ul li a:hover{
	height: 20px;
	color: #666;
	text-decoration: underline;
}
#Lateral h1{
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
}
#LogoMarca {
	height: 81px;
	width: 174px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-top: 42px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#BoxNegocio {
	width: 184px;
	margin:0px 0px 0px 18px;
	background-image: url(../img/BoxNegocioBody.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 0px;
}
#BoxNegocioButton{
	width: 184px;
	background-image: url(../img/BoxNegocioButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 0px;
	height: 14px;
	margin: 0px 0px 0px 0px;
}
#BoxNegocio h1{
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
}

#Corpo {
	background-image: url(../img/LateralDireita.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 735px;
	min-height:750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
#MenuInstitucional {
	height: 20px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #13204C;
	font-weight: bold;
	text-align: right;
}
#MenuInstitucional a{
	color: #13204C;
	text-decoration:none;
}
#MenuInstitucional a:hover{
	text-decoration:underline;
	color: #13204C;
}
#Banner {
	height: 105px;
	width: 735px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/Topo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#FormBusca {
	float: right;
	height: 50px;
	width: 350px;
	background-image: url(../img/FormFundo.gif);
	background-repeat: no-repeat;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
#FormBusca form{
	width:339px;
	height: 35px;
	overflow: hidden;
}
.FormBuscaImput{
	width:319px;
	height:23px;
	background-image: url(../img/FormImput.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:2px 2px 2px 2px;
	margin: 12px 0px 0px 20px;
	color: #13214D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-size: 12px;


}

#ConteudoContextual {
	margin: 20px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}
#ConteudoContextual h1{
	margin: 2px 0px 40px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	color: #13214D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13214D;
}
#ConteudoContextual p{
	line-height:160%;

}
.DestaqueH2{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.Box {
	margin: 0px 6px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
	overflow:hidden;
	background-image: url(../img/BoxBody.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.Box h2{
	font-size: 12px;
	color: #13214D;
	padding-left: 10px;
	padding-top: 10px;
}


.Box h3 {
	margin: 0px;
	padding: 0px;
	color: #FF290B;
	background-image: url(../img/BoxButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 230px;
	text-align: center;
	line-height: 50px;
	font-size: 12px;
}
.Box h3 a{
	color: #FF290B;
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	text-decoration: none;
}
.Box h3 a:hover{
	color: #FF290B;
	text-decoration: underline;
}
.Box p{
	font-size: 12px;
	color: #666;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.Box img{
	max-height:95;
	max-width:210;
	border: none;
	margin-bottom:10px;

}
#BoxNegocioOpcs {
	display:none;
}
