/*
Theme Name: OTRI ULL
Theme URI: http://www.ull.es/servicios/otri
Description: Plantilla para el site de OTRI ULL
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 1.0
*/

.ull-thinstrip .ull-wordmark {
    background: url('images/OTC-Logo.png') 0 0 no-repeat;
    width: 214px
}

/*Menu footer*/
.ull-footer .widget_nav_menu ul .ulldrops-item.ulldrops-item a {
    font-weight: 400;
    padding: 0;
    color: #c9c9c9 !important;
}
.ull-footer .widget_nav_menu ul .ulldrops-item a:after{
    display: none;
}

/* Título página Inicio */
.ull-body .ull-site-title {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    top: -200px;
}

.page-template-frontpage .hero-content {
    margin-top: 0;
}


/* Menú */

#ulldrops .dropdown-header {
    padding-bottom: 0px;
    padding-top: 0px;
}

/*Botón personalizado*/

.btn-widget-otri{
    background: #767676;
}
.btn-widget-otri a {
    color: #fff;
    display: block;
    padding: 10px;
}
.btn-widget-otri a:hover {
    border: 0;
    background: #5c068c;
    text-decoration: none !important;
}
.btn-widget-otri a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 5px;
    float: right;
}

/*Botón de regreso al listado*/
.btn-destacado.btn-backhome{
    background: #eeeeee;
    color: #808080;
    min-height: auto;
    margin-top: 20px;
}

.btn-destacado.btn-backhome:hover,
.btn-destacado.btn-backhome:focus{
    background: #dddddd;
    color: #808080;
}

.btn-destacado.btn-backhome i {
    bottom: 22px;
    right: 15px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px){
    .btn-destacado.btn-backhome i {
        bottom: 25px;
    }
}

@media only screen and (max-width: 992px){
    .btn-destacado.btn-backhome i {
        bottom: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-destacado.btn-backhome i {
        bottom: -1px;
    }
}

.ull-body .caracteristicas li.contacto-header {
    color: #5c068c !important;
<<<<<<< HEAD
}
=======
}
>>>>>>> pre
