body{
    display: flex;
    flex-direction: column;
}

h2{
    margin-left: auto;
    margin-right: auto;
}

.documentos{
    margin: 2%;
}

.ficha{
    background-color: #EBF1F6;
    height: auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.texto{
    margin-left: 5%;
    margin-top: 5%;
    width: 90%;
}

#constancia, #diploma, 
#temario, #cedula, #cedulaP,
#titulo{
    width: 70rem;
    height: auto;
    text-align: center;
    margin: 5%;
}

img{
    width: 100%;
}

.guiafoto{
    text-align: center;
    background-color:#e4e3e2;
}

#fotos{
    width: 50%;
}



/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

 /* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ficha{
        flex-direction: column;
    }

    #constancia, #diploma, 
    #temario, #cedula, #cedulaP,
    #titulo{
        width: 15rem;
        margin-left: auto;
        margin-right: auto;
    }

    #fotos{
        width: 60%;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .ficha{
        flex-direction: column;
    }

    #constancia, #diploma, 
    #temario, #cedula, #cedulaP,
    #titulo{
        width: 15rem;
        margin-left: auto;
        margin-right: auto;
    }

    #fotos{
        width: 80%;
    }
}

@media only screen and (min-width: 310px) and (max-width: 616px) {
    .ficha{
        width: 90%;
    }
 }