.foto_A {
    /* background-image: url("../img/amanecer_sada.jpg"); */
    background-image: url("../img/A_Terraza_1.jpg");
    height: 300px;
    color: white;
}
.terraza{
    /* background-image: url("../img/A_Terraza_1.jpg"); */
    background-image: url("../img/amanecer_sada.jpg");
    width: 856px;
    height: 580px;
    color: black;
}
.linksEntradas a{
    text-decoration: none;
    color: white;
}
.linksFotos a{
    text-decoration: none;
    color: white;
}
.cajaDesenfocada{
    padding: 10px;
    height: 400px;
    /* text-align: center; */
    overflow: hidden;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom,black 0%,transparent 0%);
  mask-image: linear-gradient(to bottom,black 50%,transparent 100%);
}
#sobreMi{
    padding: 10px;
}
#visorEntrada{
    padding: 10px;
}
.cajaForm{
    color: white;
    background-color: darkslategray;
    height: 100%;
    width: 100%;
    text-align: center;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}