body {
	background: url(../img/bg_body.jpg) repeat
}
.navbar-inner {color:#fff}
.tempo a:hover{text-decoration:none}
.titulo {padding-top:10px;}
.tempo {font-size:11px; padding-top:10px;}
footer {
	text-align: center
}

.header {}
.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 5px auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.accordion-heading {background-color:#fcfcfc}
.accordion-group {margin-bottom:20px}

.errorlist {font-size:10px; color:red; list-style:none; padding:0; margin:0}

.logo {text-align: center;padding:10px 0 25px 0}
.logo img {margin-right:-42px;}

.ajuda {
position:absolute;
width:200px;
padding:10px;
border:1px solid #BCE8F1;
top:55px;
left:-50px;
background-color:#D9EDF7;
color:#3A87AD;
text-align: justify;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

@page
{
    size: auto;   /* auto is the initial value */

    /* this affects the margin in the printer settings */
    margin: 30mm 15mm 40mm 15mm;
}
