﻿body {
    background-color: rgb(170,25,69) !important;
}

span {
    color: white !important;
}

.sin_borde {
    border: none;
    border-color: none !important;
}

.boton {
    background-color: rgb(170,25,69) !important;
    border-color: white !important;
    color: white !important;
}

    .boton:hover {
        background-color: rgb(202, 65, 104) !important;
    }

    .boton:active {
        background-color: rgb(170,25,69) !important;
    }

.modalBackground {
    background-color: lightgray;
    opacity: 0.7;
}

.autocomplete_completionListElement {
    min-width: 500px;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: solid 1px;
    overflow: auto;
    height: 200px;
    list-style-type: none;
    text-align: left;
}

input[type=radio] {
    accent-color: black;
}

input[type=checkbox] {
    accent-color: black;
}

@media screen and (max-width:400px) {
    .ancho_slider_corto {
        width: 80px !important
    }
}
