﻿#ListadoVideosInicio {
    clear: both;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.ArticleVideosInicio {
    position: relative;
    width: 100%;
    overflow: auto;
    margin-bottom: 5px;
}

.MiniaturaVideoListadoInicio {
    position: relative;
    /* width: 35%; */
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    box-sizing: border-box;
}

.PlayVideoInicio {
    position: absolute;
    top: 35%;
    left: 35%;
    cursor: pointer;
    display: none;
}

.ImgMiniaturaVideoListadoInicio {
    width: 100%;
    max-height: 400px;
}

#ListadoVideosVertical {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.ArticleVideosVertical {
    position: relative;
    /*width: 100%;*/
    overflow: auto;
    margin-bottom: 10px;
}

.MiniaturaVideoListadoVertical {
    position: relative;
    /* width: 35%; */
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    /* min-width: 150px; */
    float: left;
    margin-right: 15px;
    text-align: left;
    box-sizing: border-box;
}

.PlayVideo {
    position: absolute;
    top: 45%;
    left: 42%;
    cursor: pointer;
}

.ImgMiniaturaVideoListadoVertical {
    max-width: 150px;
    /* min-width: 200px; */
    max-height: 150px;
}

.TituloVideoListadoVertical {
    position: relative;
    /* width: 65%; */
    text-align: left;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.TituloVideoListadoVerticalH3 {
    text-align: left;
}

.DescripcionVideoListadoVertical {
    position: relative;
    width: 100%;
    text-align: justify;
}

#SectionContenidoPaginaVideos {
    position: relative;
    clear: both;
    width: 100%;
}

#ArticleContenidoPaginaVideos {
    position: relative;
    clear: both;
    width: 80%;
    max-width: 1200px;
}

.CapaVideoTexto {
    position: relative;
    float: left;
    text-align: justify;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

.TextoH2 {
    color: #000000;
    font-family: ChampagneLimousinesBold;
    text-align: left;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 20px;
    /* text-transform: uppercase; */
    font-weight: normal !important;
}

.CapaVideoDetalle {
    position: relative;
    text-align: left;
    width: 50%;
    float: left;
}

.VideoDetalle {
    width: 100%;
    min-width: 320px;
    min-height: 300px;
}

@media only screen and (max-width: 800px)
{
    .CapaVideoTexto {
        width: 100%;    
    }
    
    .CapaVideoDetalle {
        width: 100%;
    }
}