/* CSS Document */

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
#chamada {
	width: 740px;
	height: 230px;
	margin: 0 auto 0 auto;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
/* NOTICIAS */
#noticias, #login {
	float: left;
	background: url(../img/fundo_index.gif) 0 bottom repeat-x;
	height: 140px;
	overflow: hidden;
}

#noticias {
	width: 480px;
	margin-left: 15px;
}

#noticias h3 {
	background: url(../img/noticias_index.gif) no-repeat;
	display: block;
	width: 480px;
	height: 38px;
}

#noticias h3 span {
	display: none;
}

#noticias ul {
	list-style-type: none;
	margin-left: 5px;
	width: 97%;
}

#noticias li {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 18px;
	border-bottom: 1px solid #d6d6d6;
	padding-left: 9px;
	background: url(../img/bullet_1.gif) 0 6px no-repeat;
}

#noticias li a {
	color: #004e80;
	text-decoration: none;
}

/* CLIENTES */
#login {
	width: 240px;
	margin-left: 10px;
}

#login h3 {
	background: url(../img/clientes_index.gif) no-repeat;
	display: block;
	width: 239px;
	height: 38px;
}

#login h3 span {
	display: none;
}

#login label {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#656565;
	width: 60px;
	display: block;
	float: left;
}

#login ul {
	list-style-type: none;
	width: 200px;
	margin: 15px 0 0 25px;
}

#login input {
	background: url(../img/form_index.gif) no-repeat;
	width: 131px;
	height: 19px;
	border: 0;
	padding: 3px 2px 1px 2px;
}

#login p {
	text-align: center;
	width: 85%;
	margin: 12px auto 0 auto;
	line-height: 20px;
}

#login p a {
	font: 14px Helvetica, Arial, sans-serif, Tahoma;
	text-decoration: none;
	color:#003366;
	line-height: 20px;
}



/* CLIENTES */
#usuario { width: 100px; }
#senha { width: 100px; }
.btnentrar { margin-left: 130px; }



