/*Colocar Imagem sem Border*/
.border_zero_img{
	border-width:0px;
}
.botao_link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height:32px;
	padding:11px 60px 10px 20px;
	text-transform:uppercase;
	background-image:url(../img/layout/mais_bt.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#778082;
}
.botao_link a:link {
	color:#fff;
	background-image:url(../img/layout/mais_bt.png);
	background-position:right;
	background-repeat:no-repeat;
}
.botao_link a:visited {
	color:#fff;
	background-image:url(../img/layout/mais_bt.png);
	background-position:right;
	background-repeat:no-repeat;
}
.botao_link a:active {
	color:#fff;
	background-image:url(../img/layout/mais_bt.png);
	background-position:right;
	background-repeat:no-repeat;
}
.botao_link:hover {
	background:#778082;
	color:#fff;
	background-image:url(../img/layout/mais_bt_vermelho_hover.png);
	background-position:right;
	background-repeat:no-repeat;
}

.botao_link_vermelho {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height:32px;
	padding:11px 55px 10px 17px;
	text-transform:uppercase;
	background-image:url(../img/layout/mais_bt_vermelho.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#778082;
}
.botao_link_vermelho a:link {
	color:#fff;
	background-image:url(../img/layout/mais_bt_vermelho.png);
	background-position:right;
	background-repeat:no-repeat;
}
.botao_link_vermelho a:visited {
	color:#fff;
	background-image:url(../img/layout/mais_bt_vermelho.png);
	background-position:right;
	background-repeat:no-repeat;
}
.botao_link_vermelho a:active {
	color:#fff;
	background-image:url(../img/layout/mais_bt_vermelho.png);
	background-position:right;
	background-repeat:no-repeat;
}
.botao_link_vermelho:hover {
	background:#778082;
	color:#fff;
	background-image:url(../img/layout/mais_bt_vermelho_hover.png);
	background-position:right;
	background-repeat:no-repeat;
}


A:link{
	text-decoration: none;
	color:#292f7d;
}
A:visited{
	text-decoration: none;
	color:#292f7d;
}
A:active{
	text-decoration: none;
	color:#292f7d;
}
A:hover{
	text-decoration: underline;
	color: #c8242a;
}

/*CSS para textos pequenos*/
.text_textop_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c585a;
	line-height: 16px;
	text-decoration: none;
	line-height:normal;
}
.text_textop_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8242a;
	line-height: 16px;
	text-decoration: none;
	line-height:normal;
}
/*CSS para textos normais*/
.text_texto_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #4c585a;
	text-decoration: none;
	line-height:normal;
}
.text_texto_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #c8242a;
	text-decoration: none;
	line-height:normal;
}

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

/*CSS para textos titulos*/
.text_titulo_1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #4c585a;
	text-decoration: none;
	line-height:normal;

}
.text_titulo_2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #c8242a;
	text-decoration: none;
	line-height:normal;

}
.titulo_barras{
font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height:32px;
	padding-left:6px;

}