h1, h2{
    font-family: 'Lobster', cursive;
    color: #666;
    margin-bottom: 25px;
}

h2{
    margin-top: 40px;
	font-size: 1.5em;
}


nav{
    min-width: 100%;
    position: fixed;
    top: 0;
}

.navbar {
    min-height: 110px;
    background-color: #000;
    margin-top: 0px;
    padding-top: 0px;
    border-width: 0px 0px 4px 0px;
    font-family: 'Acme', sans-serif;
    font-size: 1.5em;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    z-index: 1;
}

#bs-example-navbar-collapse-1 > ul > li > a{
    color: #fff;
}

#bs-example-navbar-collapse-1 > ul > li > a:hover{
    color:#f98d0d;
}

#bs-example-navbar-collapse-1 > ul > li.dropdown > a > span{
    color: #f98d0d;
}

#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul{
    background-color: #c7e5e7;
}

#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul > li > a:hover{
    background-color: #f98d0d;
}

#bs-example-navbar-collapse-1 > ul > li > a > span {
    color: #f98d0d;
}

.negro{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    color: #fff;
    padding-top: 5px;

}

.gradiente{
    margin-top: 85px;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    
}

.gradiente .txt{
    padding-top: 5%;
}

.gradiente ul li {
    list-style-image: url("../img/tilde.png");
    color: #fff;
    font-family: 'Acme', sans-serif;
    font-size: 1.5em;
}
input{
    width: 200px;
    color: #000 !important;
}

textarea{
    width: 200px;
    color: #000 !important;
}

.txt-resaltado{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.txt-contactos{
    padding-top: 20px;
}

.margen{
    height: 110px;
}
footer{
    background-color: #e7e7e7;
    max-height: 80px;
    min-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

@media (max-width:768px){
    .reduccionuno{
        width: 200px;
    }
    
    .navbar {
    min-height: 70px;
    font-size: 1em;
    }

    .txt-resaltado{
        font-size: 16px;
        text-align: center;
        font-weight: bold;
    }

    .txt-contactos{
        text-align: justify;
        padding-top: 16px;
    }
    
    input{
    width: 160px;
    }

    textarea{
    width: 160px;
    }
}

@media (min-width:769px){
    #bs-example-navbar-collapse-1{
        min-height: 85px;
    }

    #bs-example-navbar-collapse-1 > ul > li > a{
        padding-top: 63px;
    }
    

}
 