.navIndex{
    height: 100%;
    width: 120px;
}

.nav-opcion{
    background-color: #A4BDAC;
    border: 1px solid;
    border-color: gray;
}

rect{
    min-width: 10px;
}

.ui-accordion-content{
	height: auto;
}

.alert{
	max-width: 70%;
	margin: auto;
}

.footer{
    margin-top: 5px;
    border-radius: 25px 25px 0px 0px;
}

.footer p{
    color: wheat;
}

.footer h5{
    color: wheat;
    font-weight: bold;
}

.footer a{
    color: rgb(70, 125, 187);
}

.frmEliminar{
    display: inline;
    width: 10%;
}

.alertaFichero{
    max-width: 100% !important;
}

#relleno{
    height: 200px;
}