html {
	height:100%;
}
body{
	height:100%;
	background-color:#333;
	background-image:url(../i/bg.png);
	background-position:center top;
	background-attachment:scroll;
	background-repeat:repeat;
	margin:0 0 0 0;
	font-family: 'Roboto', sans-serif;
}
.img_logo a:link {
	border: 0px;
}
.img_logo a:hover {
	border: 0px;
}
.img_logo a:active {
	border: 0px;
}
.img_logo a:visited {
	border: 0px;
}
a:link {
	color: #ff6600;
	text-decoration:none;
	border-bottom:0;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #ff6600;
	text-decoration: none;
	border:0;
}
a:hover {
	color: #e84c49;
	text-decoration: none;
}
.rodape a {
	color:#FFF;
	border-bottom:#e84c49 dotted 1px;
}
.rodape a:hover, .rodape a:focus {
	color:#FFF;
	border-bottom:#fff dotted 1px;
}
small {
	font-size:15px;
	text-align:justify;
	color: #777777;
	line-height: 1.4em;
}
h1 {
	font-size:24px;
	color:#ff6600;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-stretch:normal;
	font-weight: 700;
	text-align:left;
}
h2 {
	font-size:18px;
	color:#ff6600;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-stretch:normal;
	font-weight:inherit;
	text-align:center;
}
h3 {
	font-size:24px;
	color:#ff6600;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-stretch:normal;
	font-weight:inherit;
	text-align:left;
}
textarea {
	width:100%;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
input[type="text"] {
	width:300px;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
input[type="password"] {
	width:230px;
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
}
.formulario{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color: #fff;
}
.texto {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	text-align:justify;
	color: #fff;
	line-height: 1.4em;
}
.quadro{
	border:solid 1px #dddddd;
	background-color:#f8f8f8;
	margin-top:10px;
	margin-bottom:10px;
	table-layout:fixed;
	width:100%;
}
.conteudoForm{
	text-align: right;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color: #000000;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.titulo{
	text-align:justify;
	/* margin-top: 10px; */
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	color:#fff;
	font-stretch:normal;
	font-weight:inherit;
}
.rodape{
	font-size:12px;
	line-height:18px;
	color: #fff;
}	
#topo {
	position: relative;
	background-image:url(../i/faixa.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	top:0;
}
.notaSistema1{
	color:#cf3420;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	border:dashed 1px #fff;
	margin-bottom:10px;
	background-color:#fcd1cf;
	padding: 5 5 5 5;
}	
.notaSistema2{
	color:#009900;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	border:dashed 1px #009900;
	margin-bottom:10px;
	background-color:#e6f6cd;
	padding: 5 5 5 5;
}
.notaSistema3{
	color:#0070a3;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	border:dashed 1px #fff;
	margin-bottom:10px;
	background-color:#cfecf8;
	padding: 5 5 5 5;
}
.notaSistema4{
	color:#a97100;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	border:dashed 1px #fff;
	margin-bottom:10px;
	background-color:#fff4bd;
	padding: 5px 5px 5px 5px;
}
.bordaFoto{
	border:solid 1px #999999;
	margin: 4 4 4 4;
	float:left;
	width:120px;
	height:120px;
}
.bordaFoto2{
	margin: 4 4 4 4;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:112px;
	height:112px;
}
h1 img{
	vertical-align:bottom;
}
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.btn:active {
	position:relative;
	top:1px;
}
.over {
	color:#893700;
	cursor:pointer;
	text-align:center;
	cursor:pointer;
}
.out {
	text-align:center;
	background-color: none;
	color:#fff;
	cursor:pointer;
}