
.header{
    
    text-align:center;
    font-weight: bold;
    
    padding: 20px 0px;   
    
    margin: 0px 0px 20px 0px ;
    border-bottom: 1px solid #999999;
    background-color: #f0f0f0;
    
    
    
}
.header h1{
    font-size: 65px !important;
    font-weight: bold;
}

html, body, .container {height:100%;}

.container{
    background-color: #e0e0e0;
}

#inicio{
    
    background-color: #e0e0e0;
}

.contenido{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    

}

.contenido .logo{
    background: white;
    padding: 40px;
    margin-bottom: 40px;
}

.contenido hr{
    border-color: grey;
}

#inicio p {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 140%;
}

#errores{
    color:red;
}

#respuesta{
    width:600px;
    padding-top:50px;
    margin:auto;
    text-align:center;
    display:none;  
}