.btn-secondary {
    color: #fff;
    background-color: #ff4f4f;
    border-color: #C33A1C;
}
.entry-header h2 a {
    color: #ff4f4f;
}
h3
{
    color: #ff4f4f;
  font-size: 18px;
}

.rojo
{
    background-color: #ff4f4f;
}

/*******************************************
AJUSTES GENERALES: Estos ajustes debería ser comunes a todas las plantillas
*******************************************/
.logo img {
    max-height: 150px;
}

.page-header,
.page-header h1 {
    margin-top: 0;
}

.page-header h1 {
    line-height: 0.75;
}

/*******************************************
            AJUSTES ESPECÍFICOS

Muy claro: #2eafef;
Claro: #1885bb;
Medio-Claro: #afc8d6;
Medio: #49c5da;
Medio-Oscuro: #538e8e;
Oscuro: #215d5d;
*******************************************/

section {
    background-color: #ffffff;
}

/******************************************
                SLIDER
******************************************/


.theme-light.slider-wrapper {
    background-color: #ecf0f5;
    padding: 10px 0;
}

#sp-header {
  background: #fffff4;
  box-shadow: 0 5px 5px rgba(0,0,0,0.05);
  height: 160px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header {
    box-shadow: none;
    border-bottom: 1px solid #afc8d6;
}

a,
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
    color: #1885bb;
}

#sp-top-bar {
    display: none;
}

.theme-light .nivo-directionNav a {
    background-color: #215d5d;
    border-radius: 3px;
    background-image: url('../../../images/recursos/arrows.png');
    background-repeat:  no-repeat;
}

.theme-light .nivo-directionNav a:hover {
    background-color: #538e8e;
}

.theme-light a.nivo-nextNav {
    background-position: 129% 50%;
}

.theme-light a.nivo-prevNav {
    background-position: -31% 50%;
}

p.nivo-title {
    font-size: 23px;
    font-weight: bold;
    font-family: Roboto Condensed, sans-serif;
    color: #49c5da;
    text-transform: uppercase;
    padding: 10px;
}

.ns2-inner {
    position: relative;
}

.ns2-cuerpo {
    position: absolute;
    top: 100%;
}

.ns2-inner:hover .ns2-cuerpo {
    top: 0;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
}

.ns2-title,
.ns2-title a {
    font-size: 24px;
    text-align: center;
    color: #2eafef;
}

.ns2-introtext {
    color: #ffffff;
}

.ns2-tools div {
    color: #2eafef;
    text-align: center;
    display: block;
}
.clipped{
    position: absolute;
    clip: rect(0,0,0,0);
}
#sp-component {
    background-color: #fff;
    padding-top: 15px;
}

#sp-left .sp-module,
#sp-right .sp-module {
    background-color: #fff;
}

#sp-right .sp-module.mod-buscador {
    background-color: transparent;
}

#sp-right .sp-module.mod-buscador input {
    margin: 0 auto;
    width: 100%;
}

#sp-right .sp-module,
#sp-left .sp-module {
    margin-top: 20px;
}

.mod-eventos tbody tr:last-child {
    border-bottom: none;
}

.mod_events_latest_table tr {
    border-bottom: 1px solid #eee;
}

.mod_events_latest_table td {
    padding: 5px 10px;
}

.pad-newspro {
    padding: 3px;
}

#sp-main-body {
    padding-top: 50px;
}

#sp-left .sp-module-title,
#sp-right .sp-module-title {
    background-color: #ff4f4f;
    margin-bottom: 0;
    padding: 10px 0px 10px 15px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.flatcal_main_t {
    width: 100%;
}

#flatcal_minical .flatcal_busylink:link,
#flatcal_minical .flatcal_busylink:visited {
    color: #fff;
    text-decoration: none;
    background-color: #215d5d;
    padding: 2px;
    border-radius: 2px;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #215d5d;
    border: 1px solid #215d5d;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #215d5d;
    border-bottom: 1px solid #215d5d;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #215d5d;
}

.nav-items > div:last-child {
    border-right: 1px solid #215d5d;
}

.nav-items > div {
    border: 1px solid #215d5d;
}

#jevents_body .nav-items > div a:hover {
    border-left: 1px solid #215d5d;
}

.nav-items > div:first-child {
    border-left: 1px solid #215d5d;
}



.mod_events_latest_table .icon-calendar:before,
.mod_events_latest_table .icon-time:before,
.mod_events_latest_table .icon-hand-right:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #215d5d;
    padding-right: 3px;
}

.mod_events_latest_table .icon-calendar:before {
    content: "\f073";
}

.mod_events_latest_table .icon-time:before {
    content: "\f017";
}

.mod_events_latest_table .icon-hand-right:before {
    content: "\f0a4";
}

.jevbootstrap [class^="icon-"],
.jevbootstrap [class*=" icon-"] {
    background-image: none;
}

#sp-footer {
    background-color: #ff4f4f;
}

