.subtitulo h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#000000;
    border-bottom: 10px solid #C0C0C0;
}

.subtitulo h2 span{
    position: relative;
    color: #a3a1a1;
    left: 50%;
}

.cont{
    position: static;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    background: rgba(0,0,0,0.3);
    border-radius: 10%;
}

.cont  h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    color: yellow;
}



.cont div{
    display: inline-block;
    width: 100%;
}




.cont div img{
    padding: 5%;
}

.cont .izq img{
    width: 100%;
}

.cont .der img{
    width: 100%;
}


.cont .izq{
    background: #1919d5;
    width: 40%;
    padding: 10px;
    border-radius: 10%;
}

.cont .der{
    background: #1919d5;
    width: 40%;
    padding: 10px;
    float: right;
    border-radius: 10%;
}

.inst{
    position: static;
    width: 80%;
    margin: auto;
    margin-top: 5%;
    background: rgba(0,0,0,0.3);
    padding: 30px 60px;
}


.inst p{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}