.botao_deletar{

	background-color:#D62D20;
	border:1px solid #D62D20;
	cursor:pointer;
	color:#ffffff;
	padding:5px 12px;
	text-decoration:none;

}

.botao_deletar:hover{

	background-color:#c0281c;

}

.botao_deletar:active{

	position:relative;
	top:1px;

}
