div#error{
    width:100%;
}

#error .panelrio {
    background-image: url("../imagenes/fondonubesrio.svg");
    padding: 8% 4%;
    text-align: center;
    width:100%;
    max-height: 500px;
}
#error .panelrio H1{
    text-align: center;
    color:#F2BF4C;   
}

#error .panelrio p{
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding-top: 1%;
}

#error .botonverde{
    width:auto;
    position:relative;    
    display: block;
    padding: 6px 8px;
    color: #F2BF4C;
    background-color: #00A39A;
    bottom: 1%;
    right: 4%;
}
#error .boton-visitanos a{
    display: inline-block;
    padding: 0.8%;
    color: #F2BF4C;
    background-color: #F64747;
    text-decoration: none;
}

#error .boton-visitanos a:hover{
    background-color: #5D5D5D;
}
#error .porciento30{
    width:30%;
    padding-top: 20px;
}