@CHARSET "ISO-8859-1";

body {
	margin: 0;
	background: #005aab;
	color: white;
	font-size: 15px;
}

h1 {
	margin-top: 0;
	padding-top: 20px;
}

.conteudo {
	margin: 0 auto;
	width: 960px;
}

.fundoAzul {
	width: 100%;
	background: #005aab;
}

.fundoAmarelo {
	width: 100%;
	background: #fcae17;
}

.fundoBranco {
	width: 100%;
	background: white;
	color: black;
}

.fundoCinza {
	width: 100%;
	background: #ebebeb;
	color: black;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bloco15 {
	float: left;
	width: 15%;
}

.bloco22 {
	float: left;
	width: 22%;
}

.bloco33 {
	float: left;
	width: 33%;
}

.bloco30 {
	float: left;
	width: 30%;
}

.bloco40 {
	float: left;
	width: 40%;
}

.bloco47 {
	float: left;
	width: 47%;
}

.bloco50 {
	float: left;
	width: 50%;
}

.bloco70 {
	float: left;
	width: 70%;
}

li{
line-height:200%;
}	

/* ////////// CABE ALHO ////////// */

.itensMenu>div {
	float: right;
	padding-top: 13px;
}

.itensMenu a {
	padding: 13px 20px;
	/* margin: -3px;*/
	color: white;
	text-decoration: none;
}

.itensMenu a:hover {
	color: #fcae17;
}

.itensMenu a.ativo {
	color: #005aab;
	background: #fcae17;
}

#menuTopo>.fundoAzul {
	height: 39px;
}

#menuTopo>.fundoBranco {
	height: 3px;
}

#menuTopo>.fundoAmarelo {
	height: 9px;
}

#faixaLogo {
	padding-top: 30px;
	height: 80px;
	background: url(../../../imagens/seecsp.png) left center no-repeat;
	background-size: 75px auto;
	text-align: center;
}
#faixaLogoII {
	width: 190px;    /* largura da imagem */
	height: 100px;   /*  altura da imagem  */
	margin-top: -25px; /* margem do topo */
	margin-left: -20px; /* margem da esquerda */
}
#faixaLogoIII {
    width: 80px;
    height: 100px;
    margin-top: -25px;
    margin-left: -20px;
}
#topoAluno {
	text-align: right;
	margin-top: 10px; 
}

.opcAlunoTopo {
	margin-left: 20px;
	padding: 5px 0 5px 25px;
	color: #005aab;
	text-decoration: none;
}

.opcAlunoTopo:hover {
	color: #fcae17;
}

.opcAlunoTopo.senha {
	background: url(../../../imagens/icon_opcaluno_senha.png) left center no-repeat;
}

.opcAlunoTopo.sair {
	background: url(../../../imagens/icon_opcaluno_sair.png) left center no-repeat;
}


/* ////////// CORPO ////////// */

#corpo {
	min-height: 360px;
	padding-bottom: 40px;
}

.logoSiga {
	height: 230px;
	background: url(../../../imagens/SIGA.png) center no-repeat;
}

.opcAlunoTopo.mensagem {
	margin-left: 3px;
	background: url(../../../imagens/icon_opcaluno_mensagem.png) left center no-repeat;
}

table {
	margin: 15px 0;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #969696;
}

table tr {
	background: white;
}

table tr:hover {
	background: #dfdfdf;
	cursor: pointer;
}

table td {
	margin: 0;
	padding: 7px 10px;
	border-bottom: 1px solid #969696;
}

table th {
	margin: 0;
	padding: 7px 10px;
	border-bottom: 1px solid #969696;
	color: #fff;
} 

.form {
	display: table;
	width: 100%;
}

.form label {
	display: block;
	margin-bottom: 5px;
}

.form input {
	display: block;
	width: 100%;
	padding: 4px 6px;
	border-color: 1px solid #969696;
}

label.radio {
	cursor: pointer;
}

.bt {
	padding: 7px 15px;
	background: #005aab;
	border: none;
	color: white;
	font-weight: bold;
}

.bt:hover {
	background: #fcae17;
	color: #005aab;
	cursor: pointer;
}

.bta a{
text-decoration:none;
}

/* ////////// RODAP  ////////// */

#rodape>.conteudo {
	display: table;
	font-size: 14px;
	line-height: 1.5em;
}

.blocoRodape {
	margin: 15px 0 30px 0;
	padding-left: 3%;
	padding-bottom: 18px;
	min-height: 160px;
}

#rodape .divisoria {
	background: url(../../../imagens/pontilhado_branco_vertical.png) right top repeat-y;
}

#rodape a {
	color: white;
	text-decoration: none;
}

#rodape a:hover {
	color: #fcae17;
}

.USInvalida{
	color: #fcae17;
}

.contatoRodape {
	display: block;
	padding: 5px 0 5px 35px;
}

.contatoRodape.telefone {
	background: url(../../../imagens/icon_rodape_telefone.png) left center no-repeat;
}

.contatoRodape.wapp {
	background: url(../../../imagens/wapp-branco.svg) left center no-repeat;
	filter: #fff !important;
	color: #fff !important;
}

.contatoRodape.wapp label{
	color: #fff !important;
}

.contatoRodape.email {
	background: url(../../../imagens/icon_rodape_email.png) left center no-repeat;
}

.bg_danger{
background: #dc3545;
color:#fff;
-moz-border-radius:7px;
-webkit-border-radius:7px;
	border-radius:7px;
	padding: 15px;
}

.bg_success {
background: #bad6ae;
color: #3c763d;
margin: 0 auto;
border: 1px solid #3c763d;
-moz-border-radius:7px;
-webkit-border-radius:7px;
	border-radius:7px;
padding: 15px;
}

.esqSenha{
	margin-top: 40px;
}