.seccion-titulo {
    font-family: 'RobotoBold', sans-serif;
    border-bottom: 1px solid #cccccc;
    color: #355e9f;
}
.seccion-titulo p {
    font-family: 'RobotoRegular', sans-serif;
    color: rgb(89, 89, 89);
    font-style: italic;
    padding-top: 10px;
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.hide {
    display: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cierre-contenido {
    /*border-bottom: 1px solid #cccccc;*/
}
.text-right {
    text-align: right;
}

a {
    color: #355e9f;
}

.ver-galeria {
    cursor: pointer;
    padding: 3px 15px;
    color: rgb(0, 96, 171);
    display: inline-block;
}
.ver-galeria span {
    text-decoration: underline;
}

#boton-volver small {
    cursor: pointer;
}
.tag {
    background-color: rgb(228, 228, 228);
    border-radius: 4px;
    cursor: default;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.icono-galeria {
    line-height: 21px;
    margin-right: 20px;
}

@media only screen and (max-width: 1000px) {
    .seccion-titulo small {
        font-size: 30px;
    }

}
