/* 
    Created on : 26/06/2016, 09:14:14 PM
    Author     : alfonso
*/

@import url("formas.css");


#cont_noti{
    font-family: "Century Gothic","Didact Gothic","Apple Gothic",AppleGothic, Verdana, Geneva, sans-serif;
    color: black;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #eee;
    background-color: #FFF;                
    padding: 20px;

    text-align: justify;
    padding-top: 40px;
    font-size: 70%;
}


.hd2{
    /*padding-bottom: 10px;*/
    font-size: 12px;
}


.fondo_abierto_noti{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
}




@media screen and (max-width: 780px){
    #cont_noti{
        width: 80%;
        font-size: 60%;
        margin-top: 100px;
        padding-top: 10px;

    }



    .fondo_abierto{
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding-bottom: 10px;
    }

    .fondo_abierto_noti{
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-bottom: 10px;
    }
}    

