body{
    background-image: url(pagfo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    position: static;
}
h1{
    position: relative;
    top: 20px;
    left: 18px;
    color: white;
}
iframe{
    position: relative;
    top: 20px;
    left: 25%;
}
.a{
    height: 180px;
    width: 199px;
    border: 1px solid;
    border-color: grey;
    float: left;
    margin-right: 12px;
    background-image: url(logo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.b{
    height: 180px;
    width: 83%;
    position: relative;
    border: 1px solid;
    border-color: grey;
    float: left;
    background-image: url(esp.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.c{
    width: 1063px;
    height: 400px;
    border: 1px solid;
    border-color: black;
    position: relative;
    float: left;
    top: 40px;
    left: 70px;
}
#a{
    width: 100%;
    height: 100%;
}
