html {
    height: 100%;
    margin: 0;
}

body {
    margin-bottom: 50px;
    font-family: 'Raleway', Helvetica, sans-serif;
    background: url("../imagenes/fondo.jpg") center fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

h1, h2 {
    margin: 0;
    padding: 0 0;
    color: #4a4840;
}

h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50%;
    margin-left: -25%;
}

h2 {
    position:absolute;
    top: 30%;
    left: 50%;
    width:50%;
    margin-left: -25%;
    font-size: 24px;
    line-height: 30px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    /*vertical-align: top; */
}

.navbar .navbar-nav li {
    width: 33%;
    font-size: 1.2em;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default {
    background-color:#4a4840;
    border-style: none;
}

#elemento1, #elemento2, #elemento3 {
    color: #c7c7c7;
}

#elemento1:hover, #elemento2:hover, #elemento3:hover {
    color: white;
}

#nombres {
    position: relative;
    height: 47%;
    text-align: center;
    background-color: rgba(228, 225, 213, 0.7);
    box-sizing: border-box;
}

#titulos {
    position: relative;
    height:53%;
    text-align: center;
    background-color: rgba(175, 173, 166, 0.7);
    box-sizing: border-box;
    border-top: solid 2px #4a4840;
}

.categoria {
    font-size: 0.7em;
    vertical-align: super;
}

.destacado {
  font-weight: bold;
}

.modal-content {
  background-color: #e4e1d5;
}

.modal-header {
  border-bottom: solid 1px #999589;
}

.modal-footer {
  border-top: solid 1px #999589;
}

.btn:focus {
  outline: none !important;
}

.cliente {
    margin-bottom: 40px;
}
#listado_contacto {
    padding-top: 30px;
    padding-bottom: 30px;
}

#listado_contacto p {
    text-align: center;
    font-size: 20px;
}


/******* MEDIA QUERIES *********/
@media screen and ( max-width : 991px ){

}

@media screen and ( max-width : 683px ){
    h1 {
        position: absolute;
        top: 40%;
        left: 30%;
        width: 70%;
        margin-left: -15%;
    }

    h2 {
        top: 25%;
    }

}

@media screen and ( max-width : 471px ) {
    h1 {
        font-size: 24px;
        line-height: 35px;
        top: 40%;
    }

    h2 {
        top: 30%;
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and ( max-width : 442px ) {
    h2 {
        top: 25%;
        left: 30%;
        width: 70%;
        margin-left: -15%;
    }
}

/*** MEDIA SCREEN IPAD LANDSCAPE ***/

@media only screen

and (min-device-width : 320px)

and (max-device-width : 568px)

and (orientation : landscape)  {
    h1 {
        font-size: 22px;
        top: 30%;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
        top: 15%;
    }

    #nombres {
        height: 40%;
    }

    #titulos {

    }

}
