form {
    margin: 0px 0px -10px;
}

/*Para controlar la altura de las cajas de texto sobre el slider*/
body .ari-image-slider-wCtrlNav {
    margin-bottom: -26px!important;
}
/*Para modificar el color hover del menú inferior*/
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #015a20;
}
/*Para reducir el espacio entre la galería de imágenes y el módulo imagescrawler*/
.component-content .pagination {
    margin: 0px 0px;
    padding: 0px 0px;
    clear: both;
    text-align: center;
}

.pagination {
    height: 35px;
    margin: 0px 0px;
}

/*Para modificar parámetros de las cajas de la galería de artículos de prensa*/
.thumbnail {
    display: block;
    padding: 10px;
    line-height: 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}

/*Para solucionar el problema de colores de los enlaces del menú responsive*/

.layout-mode-responsive .gf-menu li:hover > .item {
    color: #cac7c7!important;
}

.gf-menu.l1 > li.active > .item {
    color: #cac7c7!important;
}

.gf-menu .dropdown ul li.active > .item {
    color: #cac7c7!important;
}

a:hover{
    color: #cac7c7!important;
}

/*Para modificar tamaño, posición y color de títulos de las galerías de imágenes */

#events .item .title {
    min-height: 60px;
    font-size: 1.2em;
    color: #ffffff!important;
    overflow: auto;
    margin: 20px 10px;
    word-break: break-all;
    word-wrap: break-word;
    -moz-hyphens: auto;
}

/*Para cambiar colores de enlace del slide de inicio*/

#rt-showcase a:hover {
    color: #2C292A;
}

a, ul.menu li .separator {
    color: #378137;
}

/*Para cambiar colores de las cajas del slide*/

.color3 {
  background: #868a87 none repeat scroll 0 0; opacity: .90;
}

.color1 {
  background: #9fa3a1 none repeat scroll 0 0; opacity: .90;
}

/*Para reducir espacio entre el slide y el footer*/

.rt-block {
    padding: 8px;
    margin: 8px;
    position: relative;
}

/*Para reducir el tamaño de los títulos h2*/

.title, .component-content h2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
}

/*Para cambiar estilo de menú desplegable*/

.gf-menu .dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #fff -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 0;
    box-shadow: 0 0 0 #cbcbcb inset, 0 2px 0 #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    left: -999em;
    margin: 0 auto;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1000;
}

/*Para cambiar imagen Error 404*/

.rt-error-rocket {
    width: 118px;
    height: 110px;
    float: left;
    background: url('../images/madQreativo.error404.png') no-repeat scroll 0px 0px transparent;
    margin-right: 15px;
    margin-top: 15px;
}