/* ! INTRODUCCION =========================================== */

/* INDICE
*
*   #fondo__introduccion
*       #contenedor__introduccion
*           #contenedor-pruebas__seleccion
*               #contenedor__introduccion > h4
*               #boton__introduccion
*
*/

#fondo__introduccion {
	background-color: #e3e9ec;
	background-image: url(../img/bg_dibujos.png);
	background-repeat: repeat;
    padding: 2rem 3rem;
}

    #contenedor__introduccion {
        max-width: 1140px;
        margin: 0 auto;
        padding: 2rem;
        border-radius: 0.25rem;
        background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
        display: flex;
        flex-direction: column;
        align-content: center;
    }

        #contenedor__introduccion h4 {
            text-align: center;
            margin-bottom: 2rem;
        }

        #boton__introduccion {
            margin: 2rem auto 0 auto;
        }

        #boton__rtas{
            margin: 2rem auto 0 auto;
        }

/* ! FIN INTRODUCCION =========================================== */