﻿  .contenedor{
            width: 100%;
            position: fixed;
            background-color: rgb(169,35,62);
            margin-top: 13%;
            display: none;
            z-index: 5;
        }

        .contenedorDatos {
            background-color: white;
            width: 100%;
            margin-top: 1%;
            margin-bottom: 1%;
            text-align: center;

        }
