html,body{
    height:100%;
    padding:0;
    margin:0;
}
.card{
    background:white;
    width:400px;
    margin-left:auto;
    margin-right:auto;
}
.img{
    width:100%;
}
.head{
    position: relative;
}
.marco{
    position: absolute;
    width:100%;
    left:0;
    top:20px;
}
.iconoc{
    width:90%;
}
.puesto{
    margin-top:55px;
    text-align: center;
}
.subpuesto{
    text-align: center;
}
.boton{
    background:#E83F3E;
    color:white;
    text-align:center;
    height:50px;
    width:80%;
    line-height:50px;
    border-radius:5px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.nolink{
    text-decoration:none;
    color:white;
    text-align:center;
}