@charset "utf-8";
/* CSS Document */

body, html {
	font-family: "Trebuchet MS", tahoma;
	font-size: 12px;
	padding: 0px;
	background-image: url(../images/backgroud.jpg);
	background-repeat:repeat-x;
	background-color: #e2e1e1;
	margin: 0px auto 0px auto;
	}

p, h1, h2, h3, h4, h5, h6, ul, li{
	padding:0px;
	margin:0px;
	}



#master {
	width: 1000px;
	height: auto;
	background: url(../images/bg_master.jpg);
	background-repeat: no-repeat;
	display: block;
	left:50%;
	margin-left: -500px;
	position: relative;
	float: left;
}
#topo {
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 1000px;
	
}

#rodape {	
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 65px;
	float: left;
	position:relative;
	display: block;
}

.texto_rodape {
	width: 400px;
	margin: 25px 0px 0px 130px;
	font-size: 12px;
	color:#000;
	float:left
}

.digital{ 
	width: 43px;
	height:29px;
	float:right;
	margin-right:100px;
	margin-top: 20px;
}

.check {
	border: 0px;
}

input {
	background:#FFF;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px #fff;
	height:19px;
}

label {
	color:#344a57;
	font-size: 11px;
	font-weight:bold;
}
.acessar {
	color:#FFF;
	font-size: 12px;
	background-color: #344a57;
	font-weight: bold;
	text-decoration: none;
	height: 19px;
	padding-bottom: 3px;
	
}
.link1 {
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

.link1 a{
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

.link1 a:hover{
	color:#344a57;
	text-decoration:underline;
}
.titulo_chamada {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.data {
	
	float: right;
	
	font-weight:bold;
	margin: 10px 35px auto auto;
}

.red_erro, .red_erro *{
	color: #b40001 !important;
}

.red_erro input{
	background: #b40001 !important;
	color: #FFF !important;
	border:1px solid #840000;
}
