
.barr-title {
    background: #92bf21;
    background: -moz-linear-gradient(left, #92bf21 0%, #e30613 100%);
    background: -webkit-linear-gradient(left, #92bf21 0%, #e30613 100%);
    background: linear-gradient(to right, #92bf21 0%, #e30613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bf21', endColorstr='#e30613', GradientType=1);
}

.footer {
    background: #92bf21;
    background: -moz-linear-gradient(left, #92bf21 0%, #e30613 100%);
    background: -webkit-linear-gradient(left, #92bf21 0%, #e30613 100%);
    background: linear-gradient(to right, #92bf21 0%, #e30613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bf21', endColorstr='#e30613', GradientType=1);
}


.efectolupa img:hover {
    filter: opacity(.5);
    -webkit-filter: opacity(.5);;
}