.enlaceboton {    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
    background-color: #01545B;
    color: white;
    text-decoration: none;
}
.enlaceboton:link,
.enlaceboton:visited {
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid white;
    border-left: 1px solid #cccccc;
    border-right: 2px solid white;
}
.enlaceboton:hover {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid white;
    border-right: 1px solid #cccccc;
    border-left: 2px solid white;
}
.smallinput{
    width: 250px;
    padding: 5px;
}

@media screen and (max-width:640px) {
    .identif{
        width: 100%;
        margin-top: 60px;
    }
    .home{
        width: 100%;
        margin-top: 60px;

    }
}
@media screen and (max-width:1024px) and (min-width:640px) {
    .identif{
        width: 70%;
        margin-top: 60px;
        margin-left: 20%;
    }
    .home{
        width: 80%;
        margin-top: 60px;
        margin-left: 10%;
    }
}
@media screen and (min-width:1024px) {
    .identif{
        width: 50%;
        margin-top: 60px;
        margin-left: 20%;
    }
    .home{
        width: 80%;
        margin-top: 60px;
        margin-left: 10%;
    }
}