body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main {
    flex-grow: 1;
}
.pager{
    float: left;
    position: absolute;
}
.pagetitle {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border: 1px solid #9C9C9C;
    background-color: #EAEAEA;
    border-radius: 0.5rem;
    box-shadow: -5px -5px 5px #3F3F3F,5px -5px 5px #3F3F3F;
}
.usertitle {
    margin-bottom: 50px;
}
.cardOp {
    width: 15px;
    height: 20px;
    padding: 2px;
    background-color: white;
    border-radius: 0px 20px 250px 100px;
    box-shadow: 2px 4px 10px white;
    text-align: center; 
}
.cardstyle {
    margin-bottom: 20px;
    width: 15rem;
    height: 18rem;
}
.cardstylewide {
    margin-bottom: 20px;
    width: 100%;
}
footer{
    width: 80%;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #000000;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px #3F3F3F,-5px 5px 5px #3F3F3F;
}
.vcenter-items{
    display: flex;
    align-items: center;
}
.shadow{
    background-color: black;
    box-shadow: 1px 1px 1px #3F3F3F, -1px -1px 1px #ffc6c6;
}
.tableEstado{
    max-width: 900px;
}
.tableQuery{
    max-width: 60%;
    margin: auto;
    border: 1px solid #9C9C9C;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 5px #3F3F3F, -5px -5px 5px #ffffff;
}
.tableQuerySummary{
    margin: auto;
}
.linksMenu{
    margin-right: 10px;
    padding: 5px;
    text-align: right;
}
.spbanner {
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    font-size: small;
}


