/************************* PAGINA GENÈRICA *******************/

.not-found-or-denied{
    height: 100vh;
    background-color: #eeeeee;
    text-align:center;
    font-family: "Arial";
}

.not-found-or-denied .error-number{
    padding-top: 35vh;
    font-size: 150px;
    line-height: 150px;
    color: red;
}

.not-found-or-denied .error-message{
    font-size: 40px;
    color:red;
}

.not-found-or-denied .error-wrapper{
    margin-bottom: 50px;
}

.not-found-or-denied .error-text{
    line-height: 35px;
    font-size: 18px;
    color: #777777;
}

.not-found-or-denied .error-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

.not-found-or-denied .error-redirect a{
    color:red;
}


.not-found-or-denied .error-footer .error-footer-wrapper{
    width:152px;
    margin: auto;
    height: 20px;
}

.not-found-or-denied .error-footer .error-footer-wrapper .text{
    float: left;
    font-size: 15px;
    width:92px;
    color: #777777;
}

.not-found-or-denied .error-footer .javali-icon{
    height:15px;
    width: 60px;
    background-image: url("../images/selo_javali.png");
    background-position-y: -6px;
    float:right;
    background-repeat: no-repeat;
}

.not-found-or-denied .error-footer .javali-icon a{
    height: 15px;
    width: 60px;
    display: block;
    color:#333333;
}

.maintenance-page .maintenance-logo img{
    width: 200px;
    height: 200px;
    margin:15% auto auto auto;
}

.maintenance-page {
    background-color: #eeeeee;
    height: 100vh;
    text-align: center;
}

.maintenance-page .error-text{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 50px;
    color: #333333;
}

.maintenance-page .error-message{
    font-size: 24px;
    margin-top: 30px;
    color: #777777;
    width: 800px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.maintenance-page .error-footer{
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 15px;
}

.maintenance-page .error-footer-wrapper{
    width: 150px;
    height: 20px;
    margin: auto;
}

.maintenance-page .error-footer .text{
    font-size: 15px;
    float: left;
}

.maintenance-page .error-footer .javali-icon{
    height: 19px;
    width: 60px;
    background-image: url("../images/selo_javali.png");
    background-position-y: -7px;
    float: right;
    background-repeat: no-repeat;
}

.maintenance-page .error-footer .javali-icon a{ 
    display: block;
    width: 60px;
    height: 19px;
}