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


body{
	font-family:Verdana, Geneva, sans-serif;
}

div.index {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:190px;
	margin:0px auto;
	background-color:#fafafa; 	
}


div.menu {
	margin:0px auto;
	position:relative;
	left:0px;
	background-image:url(imagens/f_menu.png);
	width:100%;
	height:32px;
	text-align:right;
	border-top: solid 2px #dedede;
	border-bottom: solid 2px #dedede;
	top:0px;
}

.menu .texto_menu {
	float:right;
	width:12%;
	height:24px;
	padding-top:8px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}

div.logomarca {
	position:absolute;
	left:0px;
	top:8px;
	width:220px;
	height:173px;
}

div.titulo_telefones_index {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	left:478px;
	top:4px;
	width:25px;
	height:80px;
}

div.telefones_index {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	left:509px;
	top:4px;
	width:140px;
	height:80px;
	font-size:14px;
}

div.titulo_corretor_online_index {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	border:solid 1px #f6f5f5;
	left:658px;
	top:4px;
	width:25px;
	height:80px;
}

div.corretor_online_index {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	left:689px;
	top:4px;
	width:140px;
	height:80px;
	font-size:14px;
}


div.titulo_login_index {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	left:838px;
	top:4px;
	width:25px;
	height:80px;
	font-size:14px;
}


div.login_index {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	left:869px;
	top:4px;
	width:140px;
	height:80px;
	font-size:14px;
}


div.titulo_busca {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	left:204px;
	top:95px;
	width:27px;
	height:80px;
}

div.busca_codigo {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	font-size:10px;
	left:237px;
	top:95px;
	width:103px;
	height:80px;
	color:#545454;
}

div.busca_normal {
	position:absolute;
	background-image:url(imagens/f_tarefas.png);
	border:solid 1px #f6f5f5;
	font-size:10px;
	left:346px;
	top:95px;
	width:664px;
	height:80px;
	color:#545454;
}

.busca_normal input,
.busca_normal select,
.busca_codigo input,
.busca_codigo select,
.login_index input,
.login_index select{
	border:solid 1px #EAEAEA;
	color:#545454;
}

button {
	border:solid 1px #F2F2F2;
	background-image:url(imagens/f_button.png);
	color: #FFF;
	font-size:11px;
}
