/* @override 
	http://ausrv.bladex.com/sites/default/files/css_injector/css_injector_41.css?* */

.infobladex-btn-green-home{
line-height: 30px;
/*float: right;*/
color: white;
width: 125px;
margin-left: 125px;
margin-top: 13px;
    border-radius: 5px;
    background: #71b840;
    background: -moz-linear-gradient(top, #71b840 0%, #46872f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #71b840), color-stop(100%, #46872f));
    background: -webkit-linear-gradient(top, #71b840 0%, #46872f 100%);
    background: -o-linear-gradient(top, #71b840 0%, #46872f 100%);
    background: -ms-linear-gradient(top, #71b840 0%, #46872f 100%);
    background: linear-gradient(to bottom, #71b840 0%, #46872f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b840', endColorstr='#46872F', GradientType=0);
}



.view-footer .infobladex-btn-green-home > a,
.view-footer .infobladex-btn-green-home a:visited {
font-size: 13px;
    /*text-decoration: none ;*/
    /*color: white ;*/
	color: #fff !important;
    text-transform: uppercase;
    display: block;
    padding: 10px;
	text-align: center;
    letter-spacing: 0.05em;
    font-weight: normal !important;
	line-height: 1.2em;
    }