﻿#holder {
    /*padding-top: 50px;*/
    background-size: cover;
    
    box-sizing: border-box;
    padding: 50px 0 110px;
    min-height: 100%;
    position: relative;
}

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}

.iconoListadoGlyph {
    color: #70717e;
    margin: 2px;
    text-decoration: none !important; 
}

.iconoListadoGlyph:hover {
    color: #485567;
    text-decoration: none;
}


.navbar-inverse{
    background-color:#1c2d49;
    border:none;
}

@media screen and (max-height:500px) {
    footer {
        position: absolute !important;
        /*bottom: 0px !important;*/
        height: 100px;
        /*background-color: #ff0000;*/
        background-color: #1c2d49;
        color: #96989a;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (min-height:500px) and (max-height:1980px) {
    footer {
        position: absolute !important;
        /*bottom: 0px !important;*/
        bottom: 0;
        height: 100px;
        /*background-color: #ff0000;*/
        background-color: #1c2d49;
        color: #96989a;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

.detalles {
    padding-bottom:12px;
}

.fontDetalles {
        color:grey;
    }