body, html {
    margin: 1%;
    padding: 0;
}
body {
    color: black;
    display: table;
    font-family: Georgia, serif;
    font-size: 24px;
    text-align: center;
}
.container {
    width: 100%;
    height: 965px;
    /*height: 100%;*/
    display: table-cell;
    vertical-align: middle;
    margin:0px 0px;

}

.titulo {
    position: relative;
    font-size: 56px;
    font-family:"Courier New" ;
}

.certificamos {
    position: relative;
    font-size: 34px;
    font-family:"Courier New" ;
    margin-left: 2%;
    text-transform: uppercase;

}

.aplicacion {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 2%;
    font-family:"Courier New" ;

}

.director {
    position: relative;
    width: 100%;
    text-align: left;
    margin: 2%;
    font-family:"Courier New" ;

}


.nota{
    position: relative;
    width: 100%;
    text-align: left;
    margin: 2%;
    text-align: center;
    font-size: smaller;
    font-family:"Courier New" ;

}



