.corpo {
	height: auto;
	width: 760px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	float: left;
	min-height:420px;

}
.corpo .banner {
	width: 580px;
	float: left;
	height: 206px;
	background-image: url(../imagens/banner.jpg);
	background-repeat: no-repeat;
}

.corpo .logomarca {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	max-height: 180px;
        min-width:180px;
        max-width:180px;
}
.corpo .menu_principal {
	width: 580px;
	float: right;
	height: 35px;
	padding-top: 25px;
	font-size: 12px;
	background-color: #FC3;
	clear: both;
}
.corpo .atendimento_contato {
	float: left;
	width: 180px;
	background-color: #E8E9EA;
	height: 206px;
         overflow: auto;
}

.corpo .submenu {
	float: left;
	width: 170px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F3F4F5;
	padding: 5px;
	min-height:300px;
}
.corpo .conteudo {
	width: 580px;
	float: left;
	background-color: #FFF;
	height: auto;
}
.corpo .rodape {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FC3;
	height: auto;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
body {
	background-color: #176B93;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.internas {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}


.corpo .divisao {
	float: left;
	width: 100%;
}


.corpo .divisao .email {
	padding: 5px;
	float: right;
	font-size: 12px;
        width: 420px;
	color: #333;
	background-color: #F3F4F5;
}
.corpo .divisao .email span {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.corpo .divisao .email .input {
	float: right;
	margin-right: 10px;
	border: 1px solid #FC3;
	padding: 2px;
}
.corpo .divisao .email .ok {
	float: right;
	height: 20px;
	background-color: #099;
	color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-transform: uppercase;
	margin-right: 0px;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
.corpo .divisao .email form {
	float: left;
}
.corpo .divisao .area_menu {
	float: left;
	width: 580px;
}