﻿body {
    /*background: url(../Images/Fondo.png) #b1b569;*/
    background: #ffffff;
    background-attachment: fixed;
    background-size: 150px 150px;
}

.jumbotron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
}

.navbar-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    overflow: visible;
    height: 0;
}

.full button {
    background-color: #337ab7;
    border-radius: 10px;
    color: #fff;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

.fullEve button {
    background-color: #5cb85c;
    border-radius: 10px;
    color: #fff;
}