body {
    margin: 0px 20px 10px 20px;
    background: #482716;
}

html, body, input, table, thead, tbody, select {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
}

form {
    margin-block-end: 0;
}

a:link, a:hover, a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

negro {
    color: #000000;
}

input, select {
    background: #606060;
    color: #e0e0e0;
}

.table td {
    padding: .5rem;
    border: 0;
}

.dropdown-menu {
    background-color: transparent;
}

.dropdown-item {
    background: #583220;
    color: #c0c0c0;
    width: 100%;
}

.dropdown-menu .rollover-item a{
    width: 100%;
}

.dropdown-menu .rollover-item a:hover {
    background-color: #c8ae61;
    font-weight: bold;
    color: #f0f0f0;
    width: 100%;
    text-decoration: none;
}

.tituloObra {
    text-align: center;
    margin-bottom: 20px;
}

.nav-link {
    font-weight: bold;
    font-size: 1.2em;
}

.dorado {
    color: #88714d !important;
}

.dorado:hover {
    color: #c8ae61 !important;
}

.modal-dialog {
    color: #e6e6e6;
    max-width: 80%;
    width: auto;
}

.modal-content {
    background-color: #674d41e0;
}

.modal-content table {
    color: #e6e6e6 !important
}

.galeria {
    padding: 10px;
    border: 1px solid #808080;
    border-radius: 10px;
    background-color: #674d41f0;
    max-width: 100%;
    overflow-x: auto;
}

.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
    width: 10px;
}

.scroll::-webkit-scrollbar-button:increment, .scroll::-webkit-scrollbar-button {
    display: none;
}

.scroll::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 20px;
    border: 2px solid #a0a0f0;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #505050;
}
