#contenedor video {
    max-width: 100%;
    width: 100%;
}

#contenedor {
    max-width: 100%;
    position: relative;
}

.container1 {
    width: 97%;
    height: auto;
    margin-left: 1.5%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
}

canvas {
    max-width: 100%;
}

canvas.drawingBuffer {
    position: absolute;
    top: 0;
    left: 0;
}

html {
    /*min-height: 100%;
	position: relative;*/
}

body {
    margin: 0;
    margin-bottom: 0px;
    /* margen posterior al div en footer*/
}

.footer {
    /* para contenido largo*/
    background-color: rgb(37, 36, 36);
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: white;
}

.footer_corto {
    /* para contenido corto*/
    background-color: rgb(37, 36, 36);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: white;
}

.cont_emergente {
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 200;
    margin-top: 40px;
    background: white;
    top: 8%;
    margin-left: 5%;
    color: black;
    border-radius: 20px;
    border-style: outset;
    border-color: #e5745c;
    border-width: 15px;
}

.cont_emerg_amarillo {
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 200;
    margin-top: 40px;
    background: white;
    top: 8%;
    margin-left: 5%;
    color: black;
    border-radius: 20px;
    border-style: outset;
    border-color: #f5f855;
    border-width: 15px;
}

.cont_emerg_realizado {
    width: 90%;
    height: auto;
    position: fixed;
    z-index: 200;
    margin-top: 40px;
    background: white;
    top: 0%;
    margin-left: 5%;
    color: black;
    border-radius: 20px;
    border-style: outset;
    border-color: #53e925;
    border-width: 15px;
}

.btn_buscar {
    color: red;
}

#upercase {
    text-transform: uppercase;
}

.placeholder::placeholder { 
    color:#0464a4; 
    opacity: 0.9; 
}