




        #baner{
            width: 100%;
            height: 100%;
            background-size: 100%;
            position: relative;
        }
        section{
            top: -50px;
        }

        .navbar{
            /* IE10 Consumer Preview */ 
            background: -ms-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Mozilla Firefox */ 
            background: -moz-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Opera */ 
            background: -o-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Webkit (Safari/Chrome 10) */ 
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00B2DA), color-stop(1, #1E53B9));

            /* Webkit (Chrome 11+) */ 
            background: -webkit-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* W3C Markup, IE10 Release Preview */ 
            background: linear-gradient(to bottom, #00B2DA 0%, #1E53B9 100%);
        }

        .navbar-default{
            * IE10 Consumer Preview */ 
            background: -ms-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Mozilla Firefox */ 
            background: -moz-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Opera */ 
            background: -o-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Webkit (Safari/Chrome 10) */ 
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00B2DA), color-stop(1, #1E53B9));

            /* Webkit (Chrome 11+) */ 
            background: -webkit-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* W3C Markup, IE10 Release Preview */ 
            background: linear-gradient(to bottom, #00B2DA 0%, #1E53B9 100%);
        }
        ..navbar-fixed-top{
            * IE10 Consumer Preview */ 
            background: -ms-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Mozilla Firefox */ 
            background: -moz-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Opera */ 
            background: -o-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* Webkit (Safari/Chrome 10) */ 
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00B2DA), color-stop(1, #1E53B9));

            /* Webkit (Chrome 11+) */ 
            background: -webkit-linear-gradient(top, #00B2DA 0%, #1E53B9 100%);

            /* W3C Markup, IE10 Release Preview */ 
            background: linear-gradient(to bottom, #00B2DA 0%, #1E53B9 100%);
        }

        section.success{
            background:#00b2da;
        }
        footer .footer-above{
            background: #1e53b9;
        }
        footer .footer-below{
            background: #000;    
        }

        .portfolio-link img{
            margin-top: 30px;
        }
        .portfolio-link img:hover{
            background-color: #ccc;
            opacity: 0.5;
        }
        ul li{
            font-size: 20px;
        }

#logo{
    display: block; 
    top:0px;
    width: 70%;
    height: auto;
}
ul li{
    font-size: 15px;
}
.navbar-fixed-top {
    padding: 5px;
}

.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }
/*
#imgproveedor{
    padding: 30px;
}
#imgproveedor img{
    width: 200px;
    height: auto;
}
*/

#imgproveedor{
    padding: 20px;
    float: left;
}
#imgproveedor img{
    display: block;
    width: 240px;
    height: 100px;
}