/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 4px 4px 4px #333;
    font-family: Georgia, 'Times New Roman', Times, serif;
}



/*
 * Base structure
 */
html,
body {
    height: 100%;
    background-color: #333;
    background-image: url(../img/contenido.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}


body {
    color: #fff;
    text-align: center;
    text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
}




/*
 * Header
 */

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255,255,255,.75);
    text-decoration: none;
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}


@media (min-width: 768px) {
    .masthead-brand {
        float: center;
    }

    .masthead-nav {
        float: center;
    }
}



/** Footer  **/


.footer {
    color: rgba(255,255,255,.7);
}




/****** Navigation Entries ***/
nav {
    background-color: rgb(72, 30, 35, 0.5);
    padding: 10px 0 5px 0;   
}
