.main-navbar {
    margin-bottom: 0px;
    background-color: #130f40;
    border-color: #fff;
}

.main-navbar a:hover{
    transition: background-color .5s ease;
    background-color: #30336b !important;
}

.menu a {
    border-radius: 0px;
}

.menu a:hover {
    transition: border-color 1s ease;
    border-color: #30336b;
}

.alert {
    margin-top: 10px;
    margin-bottom: 1px !important;
    height: 30px;
    padding-top: 5px;
}

.accion {
    margin-left: 5px;
}

.margen {
    margin: 5px;
}

.texto-negro {
    color: #333;   
}

a.nounderline:link
{
    text-decoration:none;
}

ul.ui-autocomplete {
    z-index: 1100;
}


.anchura
{
    width: 70% !important;
}

.w100 {
    width: 100% !important;
}

.medium {
    font-size: 96%;
}

.select2{
    width: 865px;
}

.mt{
    margin-top: 5%;
}