/* CSS Imóvel e arte */

* {
	margin: 0;
	padding: 0;
}
/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}

body {
	background: #BC4500 no-repeat top center;
}

/*fundo da lateral*/
.bg_lateral {
	background: url(imagens/bg_lateral.jpg) no-repeat;
	width:180px; height:508px;
}	

/*texto preto*/
.texto_preto { 
	font-family:arial; font-size:11px; color:#414141; line-height:15px;
}

.texto_preto a { 
	font-family:arial; font-size:11px; color:#414141; text-decoration:none;
}

.texto_preto a:hover { 
	font-family:arial; font-size:11px; color:#414141; text-decoration:underline;
}

/*texto vinho*/
.texto_vinho_gr{ 
	font-family:arial; font-size:18px; color:#860000; font-weight:bold;
}

.texto_vinho { 
	font-family:arial; font-size:12px; color:#860000; font-weight:bold;
}

.texto_vinho a { 
	font-family:arial; font-size:12px; color:#860000; text-decoration:none;
}

.texto_vinho a:hover { 
	font-family:arial; font-size:12px; color:#860000; text-decoration:underline;
}


/*texto branco*/
.texto_branco { 
	font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; line-height:20px;
}

.texto_branco a { 
	font-family:arial; font-size:12px; color:#ffffff; text-decoration:none;
}

.texto_branco a:hover { 
	font-family:arial; font-size:12px; color:#860000; text-decoration:none;
}

/*endereço*/
address {
	font-style: normal;
}
/*class para as imagens*/
.img_noticias{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}
/*propriedades para os inputs, select e textarea*/
.formulario input{
	margin:0 0 2px 0;
	font-family:arial; font-size:11px; color:#414141;
}

.formulario select{
	margin:0 0 2px 0;
	font-family:arial; font-size:11px; color:#414141;
}

.formulario textarea{
	margin:0 0 2px 0;
	font-family:arial; font-size:11px; color:#414141;
}

.botao {
	background-color:#ECE9D8;
	border:1px solid #cccccc;
	font-family:arial; font-size:11px; color:#ffffff;
}
