@charset "utf-8";
/* CSS Document */

    /*Bloque de Integrantes*/
    .asf-presentacion__wrap{ box-sizing:border-box; border:0px solid #cc0000; display:flex; flex-direction:row; justify-content:space-around; align-items:center; font-size:0.9rem; height:auto; margin-bottom:2rem; width:100%; }
    .asf-presentacion__item { height:auto; margin:1rem; width:50%; }
    .asf-presentacion__img { height:auto; max-width:100%; width:100%; }
    .asf-integrantes__wrap{ box-sizing:border-box; border:0px solid #cc0000; /*background:#f5f4f7;*/ border-radius:0.5rem; border-bottom:0px dotted #ccc; display:flex; flex-direction:row; justify-content:flex-start; align-items:flex-start; flex-wrap:wrap; font-size:0.9rem; height:auto; /*padding:1rem;*/ width:100%; }
    .asf-integrantes__userwrap { border:1px solid #CCC; background:#FFF; box-sizing:border-box; /*background:#FFF;*/ /*border-radius:0.3rem;*/ /*box-shadow: 0 8px 8px -6px gray;*/ display:flex; flex-direction:column; justify-content:flex-start; align-items:center; font-size:0.8rem; height:auto; margin:0.5rem; padding:0.3rem; width:150px; }
    .asf-integrantes__imgwrap { display:flex; flex-direction:column; justify-content:center; align-items:center; height:auto; /*margin-bottom:0.2rem;*/ padding:0; text-align:center; margin-bottom:0.5rem; width:100%; }
    .asf-integrantes__img { min-width:100px; max-width:150px; height:auto; margin:0; width:100%; }
    .asf-integrantes__nombre { color:#444; height:auto; line-height:0.9rem; margin-bottom:0.3rem; text-align:center; width:100%; }
    .asf-integrantes__rol { background:#13407A;color:#FFF; /*color:#13407A;*/ font-weight:normal; height:auto; margin:0; text-align:center;  width:100%; }    
    .asf-titulos__wrap{ border-bottom:1px dotted #ccc; color:#444; font-size:1.2rem; font-weight:bold; height:auto; text-align: left; padding:0.3rem 0; margin:2rem 0 1rem 0; width:100%; }
    
    