

footer .column1 {
position: relative;
top: -18px;
}

#te_llamamos{
    width: 420px;
    max-width: 98%;
    padding: 5px 5px 0px 5px;
    background: #fff;
    border-top: 3px solid #3c763d;
    position: fixed;
    bottom: 0;
    right: 0px;
    box-shadow: -2px 0 5px #aaa;
    -moz-box-shadow: -2px 0 5px #aaa;
    -webkit-box-shadow: -2px 0 5px #aaa;
    z-index: 9999;
    margin-botton: 5px!important;
    padding-bottom: 10px!important;
}

.vi_submenu > a > span{
	text-transform: none;
    font-weight: 400;
    color: #818181;
    font-size: 13px;
}

.footer_top_holder{
background: rgba(255,255,255,1)!important;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 5%, rgba(97,97,97,1) 54%, rgba(27,27,27,1) 77%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(5%, rgba(246,246,246,1)), color-stop(54%, rgba(97,97,97,1)), color-stop(77%, rgba(27,27,27,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 5%, rgba(97,97,97,1) 54%, rgba(27,27,27,1) 77%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 5%, rgba(97,97,97,1) 54%, rgba(27,27,27,1) 77%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 5%, rgba(97,97,97,1) 54%, rgba(27,27,27,1) 77%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 5%, rgba(97,97,97,1) 54%, rgba(27,27,27,1) 77%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1b1b1b', GradientType=0 );
height: 0px!important;
}

.q_price_table{
    border-top: none;
}

.q_price_table .price_table_inner{
    background-color: #cc162f;
    position: relative;
    color: white;
    box-shadow: 0px 1px 20px black;
    border-radius: 50%;
}


.center {
    text-align: center;
}