/* Compartir videos youtube */
.fb_video{
    background: #486CA7;
    border: solid #fff 2px;
    width: 42px;
    margin-bottom: 2px;
}
.tw_video{
    background: #31DDF2;
    border: solid #fff 2px;
    width: 42px;
    margin-bottom: 2px;
}
.info_video{
    position:absolute;
    left:-4px;
    display:none;
    top:50px
}
.field-name-field-video-del-dia{
    position: relative;
}
.close_video{
    font-size: 0.9rem;
    background: #fff;
    border-radius: 10ex;
    width: 12px;
    height: 12px;
    padding: 0px 0px 0px 3px;
    position: absolute;
    left: 43px;
    cursor: pointer;
    font-weight: bold;
    color: #5d5d5d;
}
.info_video a:hover{
    text-decoration: none;
    color: #fff;
}

.info_video div a img {
    width: 38px;
    height: 38px;
}
.media-instagram, .media-vine, .media-gfycat, .imagen-del-dia{
    position: relative;
}