body {
    font-family: Arial, Helvetica, sans-serif;
}

header,
section,
footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;

}

#c1 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border: 4px black solid;
    background-color: rgb(253, 236, 184);
    background-image: url(image/horno.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
    margin-top: 3%;
    border-top: 4px solid;
    border-left: 4px solid;
    border-right: outset;
}

#c2,#c3 {
    padding-top: 5px;

    border-left: 4px solid;
    border-right: outset;
}
.instrucciones{
    padding: 5px;
    font-weight: bolder;
    font-size: 20px;
}
footer {
    height: 120px;
    border-radius: 0px 0px 10px 10px;
    border-left: 4px solid;
    border-width: 4px;
    border-right: outset;
    border-bottom: outset;
}

.boxf1 {
    width: 250px;
    height: 100px;
    margin-top: 8px;
    float: left;
    margin-left: 5px;

}

.texto_pie {
    margin-left: 0px;
    margin-top: 0px;
    color: rgba(0, 0, 0, 0.9);
    font-size: small;
}

#escudo {
    float: right;
    width: 155px;
    height: 100px;
    margin: 10px;
    padding-left: 5px;
}

.button {
    border: none;
    width: 150px;
    color: white;
    font-size: 18px;
    background:  #ED7B35;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
  }
  .button2 {
    border: none;
    width: 150px;
    color: white;
    font-size: 18px;
    background: rgb(100, 187, 28);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
  }
  .button3 {
    border: none;
    width: 150px;
    color: white;
    font-size: 18px;
    background: #56c4f0;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
  }
.button:hover,.button2:hover,.button3:hover {
    background: #a6ff4d;
}

@media print {
    #modalPlano {
        display: none !important;
    }
}

/* Adaptacion a dispositivos menos de 600px */
@media all and (max-width: 599px) {

    header,
    section,
    footer {
        width: auto;
        height: auto;
        float: none;
    }

    #c1,#c2,#c3 {
        width: auto;
    }

    .boxf1 {
        height: auto;
        float: none;
        margin-top: 0;
     }  
    #escudo {
        float: none;
    }
}