.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #F27F00;
    border-color: #F27F00;
}

.btn-misa {
    background-color: #F27F00;
    border: 1px solid #F27F00;
}

p.resenia, span.libro2, span.responsorio-aclamacion {
    font-style: italic;
}

span.libro2 {
    font-size: 1em;
}

span.libro, span.responsorio {
    font-weight: bold;
}

p.resenia, span.libro, p.lectura, span.responsorio, span.responsorio-aclamacion {
    font-size: 1.2em;
}

#menu-front > ul > li {
    display: inline;
    padding-top: 15px;
}

#menu-front > ul > li > a {
    color: #FFFFFF;
}

#menu-front > ul > li > a:hover {
    text-decoration: underline;
}

#footer-front {
    color: #F9F9F9;
    background-color: #262C30;
    left: 0;
    font-weight: bold;
    font-size: 16px;
    /*position: absolute;*/
}

#footer-front a, #footer-front a:hover {
    color: #F9F9F9;
}

#footer-front a:hover {
    text-decoration: underline;
}

/* ESTILOS FRONT */
h2.titulo {
    font-size: 2.2em;
    color: #F27F00;
    font-weight: bold;
}

p.common, p.common2 {
    font-weight: bold;
    text-align: justify;
    font-size: 1.1em;
}

#quienes-1 {
    border-left: 5px #F27F00 solid;
}

#quienes-1 > p.common {
    padding-right: 3%;
}

#quienes-2 {
    border-right: 5px #F27F00 solid;
}

#quienes-2 > p.common {
    padding-left: 3%;
}

p.agradecimiento {
    font-size: 1.2em;
    font-style: italic;
}

h3.titulo {
    font-size: 2.0em;
    color: #F27F00;
}

#colabora-nosotros {
    margin-top: 3%;
    background-color: #F27F00;
}

#padding-colabora {
    margin-top: 3%;
    margin-bottom: 3%;
}

h3.titulo-colabora {
    font-size: 2.0em;
    color: #FFFFFF;
    text-align: right;
    margin-right: 1%;
}

p.common2, p.common2 a, p.common2 a:hover {
    color: #FFFFFF;
}

p.common2 a:hover {
    text-decoration: underline;
}

#search-wrapper {
    margin-top: -2.6%;
    background: url('../../assets/images/portada.jpg');
    background-size: cover;
    background-color: rgba(220,220,220,0.5);
    height: 500px;
    margin-bottom: 3%;
}

#frm_busqueda label {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.1em;
}

.btn-danger2 {
    background-color: #DC9B7B;
    border-color: #DC9B7B;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.1em;
}

p.search-results, p.search-results strong {
    font-size: 1.1em;
}

#responsorio-texto {
    padding: 1.5%;
    background-color: #F27F00;
    color: #FFFFFF;
}

#titulo-misal {
    font-size: 1.2em;
}
.front-cto{
    margin-bottom: 60px;
}

@media only screen and (max-width: 460px)  {
    .front-cto{
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 766px)  {
    .front-clearfix{
        clear: both;
    }
}