
/**
 * ajustes de degrado en fondo azul
 */
#info-imp2 {
    font-size: 28px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 2px;
    height: 190px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 99%, #207cca 99%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 99%,#207cca 99%,#7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 99%,#207cca 99%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}