*{
    font-family: tahoma;
    font-size: 14px;
}

form{
    margin: auto;
    width: 300px;
    padding: 10px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px #aaa;
    border-radius: 10px;
    }
    .search{
        width: 280px;
        padding: 10px;
        border-radius: 10px;
        border: solid thin #aaa;
        outline: none;
    }
    .results{
        width: 295px;
        padding: 4px;
        border-radius: 10px;
        border: solid thin #aaa;
        outline: none;
    }
.results div:hover{
    background-color: #00cfff;
    color:white;
    cursor: pointer;

}
*{
    font-family: tahoma;
    font-size: 14px;
}

    .search{
        width: 280px;
        padding: 10px;
        border-radius: 10px;
        border: solid thin #aaa;
        outline: none;
    }
    .results{
        width: 295px;
        padding: 4px;
        border-radius: 10px;
        border: solid thin #aaa;
        outline: none;
    }
.results div:hover{
    background-color: #00cfff;
    color:white;
    cursor: pointer;

}
.navbar-custom {
    background-color: lightskyblue;
}
.fecha{
    width: 200px;
    height: 200px;
}