.wrap {
    width: 1300px;
}
.logo {
    height: 60px;
    width: 280px;
}

.logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0px;
}

#vehicles_tabs > li:before {
    content: "";
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a::selection {
    background-color: #660C47;
    color: white !important;
}

.img-index {
    width: 70px;
    height: 70px;
    margin-top: -25px;
    border-radius: 45%;
}

.radio-tipo label, .radio-tipo input{
    display: block;
}

.radio-tipo-lista {
    display: block;
}

.radio-tipo-lista label {
}

.radio-tipo-lista input {

}

.img-usuario-nuevo {
    #text-align: center;
}

.img-usuario-nuevo img {
    width: 30%;
    height: 30%;
    display: block;
    margin: auto;
}

.imagenes-disponibles-vehiculos img {
    width: 10%;
    height: 10%;
}

.footer {
    min-height: 100px;
}

.cont-graf, cont-graf div {
    width: 100% !important;
}

.btn-historico {
    margin: 10px;
}

#formulario_historico label {
    margin-left: 10px;
}

.one-fifth li {
    padding-left: 15px;
}

.one-fifth h5{
    padding-top: 10px;
    padding-left: 5%;
    border-top: 1px solid #dfdfd0;
    text-decoration: underline;
    font-size: 110%;
}

.titulo-tablas {
    text-decoration: underline;
}

.enlace-formulario {
  padding: 10px 0px;
}

.hidden {
    display: none;
}

/**************** Pagina de error *********************/

.error-status {
    color: red;
    font-size: 3em;
    padding-right: 15px;
}

.error-status-mensaje {
    color: red;
    font-size: 2em;
}