﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700;900&family=Outfit:wght@100;400;500;700;900&family=Roboto:wght@400;700;900&display=swap');

#titulo {
    background-color: #898989;
    padding: 5px;
    color: white;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 0px 3px grey;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px black;
}

    #titulo > #MainPane_Content_lblTitulo {
        cursor: context-menu;
    }

#MainContent{
    background-color:red;
}

.ContenidoCentrado {
    text-align: center;
    height: 100%;
}

.ContenidoAnchoTotal {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}
