body {
    padding-top: 50px;
    font-family: 'Gentium Basic', serif;
    font-size: 15px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}

/*input.form-control {
    width: auto;
}*/
.input-group-btn:last-child > .form-control {
    margin-left: -1px;
    width: auto;
}

.form-group {
    margin-bottom: 3px;
}

.go-top {
    position: fixed;
    bottom: 3.5em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

html {
    background-color: rgb(141, 206, 234);
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #3fb5dd;
    color: #000;
}

a {
    color: azure;
}

.error {
    background-color: yellow;
}

.correcto {
    background-color: #00c000;
}

.row {
    background-color: rgb(141, 206, 234);
}

.active {
    background-color: #a6d182;
    color: #000;
}

#barracookies {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    padding: 5px;
    background: #333333;
    color: #03A9F4;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}

#barracookies a:nth-child(1) {
    padding: 4px;
    background: #4682B4;
    border-radius: 5px;
    text-decoration: none;
}

#barracookies a {
    color: #fff;
    text-decoration: none;
}

#cajacookies button {
    color: #000000;
}
