.titulo-inicio {
    top: 0;
    font-family: Impact, Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: white;
}
.texto-inicio {
    font-family: Impact, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: white;
}
.sombra-titulo-inicio {
    text-shadow: white -1px -2px 0.5em, black 2px 3px 2px;
}
.sombra-texto-inicio {
    text-shadow: black -1px -2px 0.5em, black 2px 3px 2px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/***************************************************************/
/* Novedades en el inicio */
#novedades-inicio {
    position: relative;
    width: 100%;
    /* height: 300px; */
    left: 0;
    top: 0;
    background: #fff;
}
#novedades-inicio .noticias-header {
    font-size: 16px;
    text-transform: uppercase;
    /* color: rgb(0, 0, 0); */
    color: white;
    background-color:rgba(17,66,226,1);
    text-shadow: 2px 2px 2px #aaa;
    text-align: center;
}
#novedades-inicio .texto-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding-left: 0;
}
/***************************************************************/
/* Vinculacion en el inicio */
#vinculacion-inicio {
    position: relative;
    width: 99%;
    /* width: 400px; */
    left: 0;
    top: 15px;
    background: #fff;
}
#vinculacion-inicio .vinculacion-header {
    font-size: 16px;
    text-transform: uppercase;
    /* color: rgb(0, 0, 0); */
    color: white;
    background-color:rgba(17,66,226,1);
    text-shadow: 2px 2px 2px #aaa;
    text-align: center;
}
#vinculacion-inicio .texto-vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding-left: 0;
}
/***************************************************************/
/* Carousel */
#carouselIndex {
    width:100%;
}
.boton-carousel {
    background: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    /* overflow: hidden; */
    outline: none;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7472da;
    border-radius: 50%;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    /* background-color: #16a085; */
    background-color: #7472da;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
}
#novedades-inicio .novedad-fechaevento {
    float: left;
    border:1px solid rgb(150, 186, 255);
    width: 20%;
    height: 20%;
    background: rgb(75, 144, 170);
}
.noticia-fechaevento-mes-anio {
    background: rgb(11, 21, 164);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 10px;
    font-style: italic;
}
.noticia-fechaevento-dia {
    background: rgb(0, 233, 255);
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

@media screen and (max-width: 767px) {
    #novedades-inicio {
        padding-top: 50px;
    }
    .titulo-inicio {
        font-size: 16px;
    }
    .texto-inicio {
        font-size: 12px;
    }
}
.error-busqueda {
    text-align: center;
    font-size: 36px;
}
.qtipo_novedad {
    font-size: 12px;
}
#publicaciones-inicio {
    display: block;
}
#publicaciones-inicio .articulos-header {
    font-size: 16px;
    text-transform: uppercase;
    /* color: rgb(0, 0, 0); */
    color: white;
    background-color:rgba(17,66,226,1);
    text-shadow: 2px 2px 2px #aaa;
    text-align: center;
}

.articulos-recientes {
    display: block;
}
.panel-body {
    margin-left: 15px;
    margin-right: 15px;
}
.panel-heading {
    width:100%;
    background-color:rgb(211, 247, 250);
    color: black;
    text-align: center;
    text-transform: uppercase;
}