@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: verdana;
    font-style: normal;
    font-weight: normal;
    src:url(../fonts/verdana.ttf);
}
body,td,th {
	font-family: Verdana;
	color: #222;
}
body {
	/*background-color: #323339;*/
	/*background-color: #fff;*/
	background-color:#32823A;
	/*Background Padrao*/
	background-image:url(../imagens/bckgnds/wallpaper.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	background-size:auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #010A27;
	text-decoration: none;
}
a:visited {
	color: #23242A;
}
a:hover {
	color: #1D007E;
}
a:active {
	text-decoration: none;
	color: #0C0;
}
.divcenter {
	max-width:320px;
	min-height:300px;
	text-align:center;
	/*margin:10% auto 0;*/
	margin:15% 20% 0;
	background-color:#B4B7B4;
	background: -webkit-linear-gradient(132deg, #D2D2D2 30%, #B4B7B4 65%);
     background: -moz-linear-gradient(132deg, #D2D2D2 30%, #B4B7B4 65%);
     background: -o-linear-gradient(132deg, #D2D2D2 30%, #B4B7B4 65%);
     background: -ms-linear-gradient(132deg, #D2D2D2 30%, #B4B7B4 65%);
     background: linear-gradient(132deg, #D2D2D2 30%, #B4B7B4 65%);
	border:1px solid #222222;
	border-radius:10px;
	box-shadow:4px 4px 6px rgba(9,9,9,0.77);
	/*border-bottom-right-radius:1em;
	border-top-left-radius:1em;*/
}
.divaltpwd {
	max-width:480px;
	min-height:300px;
	padding-top:0.6em;
	padding-bottom:1.4em;
	padding-left:12px;
	padding-right:12px;
	margin:12% auto 0;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:10px;
	box-shadow:4px 4px 6px rgba(9,9,9,0.77);
	/*border-bottom-right-radius:1em;
	border-top-left-radius:1em;*/
}
.logotop{
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.logotop img {
	width: 100%;
}
.formulario label {
	width: 20%;
	display:inline-block;
}
.formulario div{
	margin:1em;
	/*padding-bottom:1em;*/
}
.formulario input, textarea, select {
	width:100%;
	line-height:26px;
	font-family:verdana;
	font-size:medium;
	border: 1px solid #7E7E7E;
	border-radius:6px;
	background-color:#EFEFEF;
	color: #093204;
}
.formulario input[type=submit] {
	width:100px;
	height:30px;
	/*margin-right:1em;*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #161616;
	background-color:#E7E7E7;
	background: -webkit-linear-gradient(bottom, #006405, #05D309 70%);
     background: -moz-linear-gradient(bottom, #006405, #05D309 70%);
     background: -o-linear-gradient(bottom, #006405, #05D309 70%);
     background: -ms-linear-gradient(bottom, #006405, #05D309 70%);
     background: linear-gradient(bottom, #006405, #05D309 70%);
     color: #DBDBDB;
	font-weight:bold;
	text-shadow:1px 1px 0 #383C4F;
	transition: all 0.5s linear;
	cursor:pointer;
}
.formulario input[type=submit]:hover {
	color:#fff;
}
.formulario input[type=submit]:active {
	background: -webkit-linear-gradient(bottom, #006405, #009E1B 70%);
     background: -moz-linear-gradient(bottom, #006405, #009E1B 70%);
     background: -o-linear-gradient(bottom, #006405, #009E1B 70%);
     background: -ms-linear-gradient(bottom, #006405, #009E1B 70%);
     background: linear-gradient(bottom, #006405, #009E1B 70%);
	color:#CBC5E1;
}
#divbutts {
	text-align:right;
}
.menu--icon{
	display:block;
	float:left;
	width:50px;
	height:40px;
	line-height:40px;
	font-size:20px;
}
figcaption {
	color: #333;
	font-weight:700;
	text-shadow:1px 1px 1px #ccc);
	padding-top:15px;
	padding-bottom:10px;
}
.clgreen {
	color:#090;
}
.clred{
	color:#900;
}
.clyellow{
	color:#CC0;
}
.clblue{
	color:#00C;
}
.clpurp{
	color:#791766;
}
.clblack {
	color:#000;
}
.clblack3{
	color:#333;
}
.mensagem-erro{
	color: #900;
	font-weight: bold;
}
@media only screen and (min-width: 1200px) {
	body {
		background-size:cover;
	}
}