@charset "utf-8";
/* CSS Document */

div#servicos {
	float:left;
	margin-top:20px;
	padding-top:30px;
	width:280px;
	background:url(../imagens/servicos.png) left top no-repeat;
	font-size:11px;
}
div#servicos table {
	border:none;
	text-align:justify;
}
div#servicos a {
	color: #0066cc;
	text-decoration:none;
	font-weight:bold;
}
div#servicos a:hover {
	text-decoration:underline;
}
div#servicos img {
	border:none;
	width:48px;
	height:48px;
	padding-right:10px;
}
div#noticias {
	float:right;
	margin-top:20px;
	font-size:10px;
	font-weight:bold;
	width:400px;
	text-align:justify;
}
div#noticias a {
	color: #0066cc;
	text-decoration:none;
}
div#noticias a:hover {
	text-decoration:underline;
}
div#funcionario {
	float:right;
	margin-top:20px;
	padding-top:30px;
	background:url(../imagens/area_funcionario.png) top no-repeat;
	font-size:10px;
	color:#333;
	font-weight:bold;
	width:400px;
	height:120px;
}
div#cliente {
	float:right;
	margin-top:20px;
	padding-top:30px;
	background:url(../imagens/area_cliente.png) left top no-repeat;
	width:400px;
	height:60px;
}
div#cliente table {
	width:400px;
}
div#publicidade {
	float:left;
	margin-top:10px;
	width:750px;
	height:100px;
}
.login {
	width:210px;
	font-size:11px;
	color:#1253ad;
	font-weight:bold;
}
.senha {
	width:170px;
	font-size:11px;
	color:#1253ad;
	font-weight:bold;
}
.ok {
	color:#eee;
	height:20px;

	background:#333;
	font-weight:bold;
	font-size:10px;
	border:none;
	text-decoration:none;
}
