html, body{
    margin:0;
    padding:0;
}
.container{
    width:840px;
    height:1188px;
    border:3px dashed brown;
    margin:30px;
    border-radius:120px;
    background-image:url('../img/mapa.jpg');
    background-size:contain;
    background-position: center;
    background-repeat:no-repeat;
    background-size:70%;
    position:relative;  
}
.backgroundFader{
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.3);
    z-index:0;
    border-radius:120px;
}
.row{
    width:100%;
    z-index:10;
    position:relative;
}
.schoolRow{
    margin-top:120px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow: hidden;
}
.schoolRow h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size:28px;
    margin:0;
}
.bold{
    font-weight:bold;
}
.schoolRow > table{
    float:left;
}
.schoolLogo{
    width:180px;
    float:right;
}
.main{
    margin-top:50px;
}
.main h2, .main .textRow{
    font-size:32px;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: "Comic Sans MS", cursive, sans-serif;
    margin-bottom:15px;
}
.text-center{
    text-align: center;
}
h1.diplomTitle{
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size:62px;
    border:3px solid black;
    margin: 0 auto;
    display:inline-block;
    padding:10px 70px;
    color:darkgreen;
}
.horizontalLine{
    width:440px;
    margin:auto;
    height:110px;
    border-bottom:2px solid black;
}
.textRow{
    margin-top:50px;
    line-height:60px;
    font-weight:bold;
}
.placementBlank{
    width:80px;
    display:inline-block;
}
.signature{
    margin-top:100px;
    width:160px;
    border-top:2px dotted black;
    padding-top:15px;
    font-style:italic;
    float:right;
    margin-right:40px;
}