﻿html,
body {
    height:100%;
    font-family: sans-serif;
    
}

body {
    padding-top: 7.5em;    
}

body::after {
    content: "";
    background-image: url(../../Content/IMAGES/HT/img-test-7-1024x722.png);
    opacity: 0.2;
    filter: alpha(opacity=20);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

nav {
    background-color: white;
}

nav > div > a {
    margin-bottom:10px;
}

.linea-detalle {
    border-bottom: 15px solid #2b3d51;
}

/*.row {
    padding-top: 30px  !important;
    padding-bottom: 60px !important;
}*/

.card-box {
    padding: 10px;
    margin-bottom:10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-top: 10px;
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);

}

.container-fluid {
    min-height: 100%;
    padding-bottom: 15px;
}

.footer {
    right: 0;
    bottom: 0;
    left: 0;    
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #2b3d51;
    text-align: center;
    color: #ffffff;
}

.footer-link, .footer-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer ul {
    white-space: nowrap;
    padding: 0;
    margin: 0
}

.footer li {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    font-size: 16px
}

.footer li:last-child {
    padding-right: 0
}

.footer li:after {
    content: "|";
    position: absolute;
    color: white;
    padding: 0 21px;
    bottom: 2px;
    font-size: 16px
}

.footer li:last-child:after {
    content: ""
}