﻿/* --- TOPBAR limpia solo con el combo de versiones --- */
.topbar {
    background-color: rgb(242, 243, 243) !important;
    padding: 8px 20px !important;
    box-shadow: none !important;
}

    /* Ocultar absolutamente todo en la topbar excepto el selector */
    .topbar .topbar-wrapper > a {
        display: none !important;
    }

    /* Mostrar solo el combo de URLs (v1/v2) */
    .topbar .download-url-wrapper {
        display: flex !important;
        align-items: center;
    }

        /* Estilo del <select> */
        .topbar .download-url-wrapper select {
            background-color: white;
            border: 1px solid #ccc;
            border-radius: 6px;
            padding: 6px 10px;
            font-size: 14px;
            font-family: Verdana, Helvetica, Arial, sans-serif;
            color: #333;
            cursor: pointer;
        }

            /* efecto hover */
            .topbar .download-url-wrapper select:hover {
                border-color: #888;
            }

.information-container {
    display: none !important;
}

body {
    font-family: 'Verdana', Helvetica, Arial,sans-serif;
    background-color: rgb(242, 243, 243);
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    min-height: 100%;
    /* position: relative; */
}

#napHeader {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.logos {
    display: inline-block;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.logo {
    width: auto;
    min-height: 72px;
    height: 72px;
    margin: 5px 10px 10px 0px;
    float: left;
}

.icono-Nap {
    width: auto;
    max-height: 72px;
    height: 72px;
    margin: 5px 10px 10px 0px;
    float: left;
}

.titleNap {
    padding-top: 22px;
    color: black;
    float: right;
}

    .titleNap span {
        font-size: 25px;
        display: block;
    }

    .titleNap a {
        color: #446282;
        font-size: 12px;
    }

        .titleNap a:hover {
            color: #ef7e1e;
            text-decoration: none;
        }

.banda-color {
    background-image: url(http://nap.mitma.es/images/banda\ de\ colores.png);
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
