/*-----------------------------------------------------------------------------

version:   1.0
author:    jamilton damasceno
email:     jamilton@webzero.com.br
website:   http://compraevende.com.br/
-----------------------------------------------------------------------------*/

/* =Geral
-----------------------------------------------------------------------------*/



/* =Tipografia
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
  background:#fff url(gifs/bg.jpg) repeat-x top;
  font-size:10px;
}



/* =Include busca
-----------------------------------------------------------------------------*/
.titulo1 {
	color:#1fa9e3;
	font-size:11px;
	font-weight:bold;
}

.detalhe {
	border:1px solid #ccc;
	background:#f9f9f9;
	padding:8px;
	text-align:center;
}

.titulo_txt {
	color:#0b7fb3;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px dashed #0b7fb3;
}

.titulo_txt2 {
	color:#0b7fb3;
	font-size:13px;
	font-weight:bold;
}


.txt {
	font-size:11px;
	text-align:justify;
}


a.galeria {
	font-size:14px;
	color:#777777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

a.galeria:hover {
	color:#aaaaaa;
	text-decoration:underline;
}



/*links*/
a {
	color:#1ea3dc;
}

a:hover {
	color:#0b7fb3;
}

.titulo1verde {
	color:#205801;
	font-size:14px;
	font-weight:bold;
}

.txt2 {
	font-size:11px;
	color:#666666;
	font-weight:bold;
}


.titulo3 {
	color:#1fa9e3;
	font-size:10px;
}

.migalha {
	color:#518b2f;
	font-size:14px;
	font-weight:bold;
}



/* =include_menu_lateral
-----------------------------------------------------------------------------*/


/* =include_rodape
-----------------------------------------------------------------------------*/

.direitos{
	font-size:13px;
	color: #969594;
}

.gralha{
	font-size:12px;
	color: #969594;
}

/* =formulario
-----------------------------------------------------------------------------*/

.select {
	border:1px solid #c6c6c6;
	width:141px;
	height:24px;
	font-size:14px;
	padding:2px;
	background:#FFFFFF;
}

.busca {
	border:1px solid #c6c6c6;
	width:137px;
	height:18px;
	font-size:14px;
	padding:2px;
	background:#FFFFFF;
}


.radio {
	border:1px solid #c6c6c6;
}


/* =Formulários
-----------------------------------------------------------------------------*/


input, textarea {
	font-size:12px;
	color:#404040;
}

.textarea{
	width:260px;
	height:80px;
	background: url(gifs/text-area.gif) no-repeat left top;
	border:none;
	padding:8px;
	color: #333333;
	overflow:hidden;
}



.textinput {
	width:260px;
	height:20px;
	background: url(gifs/input_texto.gif) no-repeat left top;
	border:none;
	padding-left:10px;
	padding-top:3px;
	color:#333;
}



.texto_formulario{
	color:#155701;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
}

.txt_caixa, .txt_caixa_p, .txt_caixa_m, .txt_text-area, .txt_select  {
	width:300px;
	border:1px solid #0c8ec7;
	padding:2px;
	font-size:14px;
}

.txt_caixa_m {
	width:213px;

}

.txt_caixa_p {
	width:50px;

}


.txt_text-area {
	width:300px;

}

.txt_select {
	width:160px;

}