/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-03-2016, 12:48:53
    Author     : ybanda
*/
#sodimac{
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}
#puentesur{
    background: rgba(232,75,75,1);
    background: -moz-linear-gradient(top, rgba(232,75,75,1) 0%, rgba(165,28,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,75,75,1)), color-stop(100%, rgba(165,28,25,1)));
    background: -webkit-linear-gradient(top, rgba(232,75,75,1) 0%, rgba(165,28,25,1) 100%);
    background: -o-linear-gradient(top, rgba(232,75,75,1) 0%, rgba(165,28,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(232,75,75,1) 0%, rgba(165,28,25,1) 100%);
    background: linear-gradient(to bottom, rgba(232,75,75,1) 0%, rgba(165,28,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84b4b', endColorstr='#a51c19', GradientType=0 );
}
