﻿body {
    
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

.page-header h1 {
    margin-top: 0px;
}

.page-header {
    height: 767px;
   
    margin-top: 0px;
    
    background-size: 100% 100%;
    background-image: url('../Images/encabezado.jpg');
}
.titulo {
    font-size: xx-large;
    color: #e94e1b;
}
.contenidobloque {
    font-size:x-large;
    color: #4d4d4d;
}
.pie{
    height:80px;
    background-color:#4d4d4d;
    color:white;
    font-size:x-large;
}

img.header-image {
    width: 100%;
    height: 100%;
}

div.header-wrapper {
    position: relative;
}

div.header-contents {
    position: absolute;
    width: 100%;
    top: 0;
    color: #ffffff;
}
