#resultados{
    width: 50%;
    max-width: fit-content;
    background-position: center;
    text-align: center;
}

#linea{
    border: solid brown;
    width: 100%;
    margin-top: 30px;
}

form{
    width: 100%;
}

h1{
    width: 100%;
}

.boton-buscar {
    margin-left: 5px; 
    align-self: flex-start; 
    border-radius: 20%;
    height: 25px;
    width: 60px;
}

label{
    margin-left: 20px; 
    align-self: flex-start;  
}

#codigo{
    border-radius: 30px;
    width: 200px;
    height: 20px;
    text-align: center;
}

/* Estilos para la tabla y sus elementos */
table {
    /*border-collapse: collapse;*/
    margin-top: 20px;
    max-width: fit-content;
    background-position: center;
    text-align: center;
    font-size: 10px;
    size-adjust: 100%;

}

th, td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    width: 12px;
    font-size: 10px;

}

th {
    background-color: #f2f2f2;
    text-align: center;
    width: 10px;
    font-size: 10px;
}

.container{
    border-radius: 20px;
    background-color: #f2f2f2;
    width: 100%;
    background-position: center;
    text-align: center;
}

h2{
    text-align: center;
    background-position: center;
    font-size: small;
}

#contenedor video{
	max-width: 100%;
	width: 100%;
}
#contenedor{
	max-width: 100%;
	position:relative;
}
canvas{
	max-width: 100%;
}
canvas.drawingBuffer{
	position:absolute;
	top:0;
	left:0;
}