/*Colocar Imagem sem Border*/
.border_zero_img{
	border-width:0px;
}
.border_img{
	border:4px solid #891f2e; 
}

/*CSS para todos os links do site*/
A:link{
	text-decoration: none;
	color: #d78e0f;
}
A:visited{
	text-decoration: none;
	color: #d78e0f;
}
A:active{
	text-decoration: none;
	color: #d78e0f;
}
A:hover{
	text-decoration: none;
	color: #89682f;
}

/*CSS para textos pequenos*/
.text_textop_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d443d;
	line-height: 15px;
	text-decoration: none,;
}
.text_textop_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #891f2e;
	line-height: 15px;
	text-decoration: none;
}

/*CSS para textos normais*/
.text_texto_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #74675f;
	line-height: 18px;
	text-decoration: none;
}
.text_texto_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #891f2e;
	line-height: 18px;
	text-decoration: none;
}

/*CSS para textos subtitulo*/
.text_subtitulo_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #961f30;
	line-height: 20px;
	text-decoration: none
}
.text_subtitulo_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #74675f;
	line-height: 20px;
	text-decoration: none;
}

/*CSS para textos titulos*/
.text_titulo_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	

}
.text_titulo_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #74675f;
	text-decoration: none;
	font-weight:bold;
}
.background_cinza{
	background-color:#dcd8d0;
}
