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

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

/*CSS para textos pequenos*/
.text_textop_1 {
	font-family:  Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	text-decoration: none,;
}
.text_textop_2 {
	font-family:  Helvetica, sans-serif;
	font-size: 10px;
	color: #53b8d6;
	line-height: 14px;
	text-decoration: none;
}

/*CSS para textos normais*/
.text_texto_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 14px;
	text-decoration: none;
}
.text_texto_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #53b8d6;
	line-height: 13px;
	text-decoration: none;
}

/*CSS para textos subtitulo*/
.text_subtitulo_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none
}
.text_subtitulo_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #53b8d6;
	line-height: 20px;
	text-decoration: none;
}

/*CSS para textos titulos*/
.text_titulo_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.text_titulo_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #53b8d6;
	text-decoration: none;
	font-weight:bold;
}
.background_cinza{
background-color:#dcd8d0;

}