﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

.DocumentosListaSesiones ul a {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none;
    color: #767171;
}

    .DocumentosListaSesiones ul a:hover {
        text-decoration: none;
        color: #010E81 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.DocumentosListaSesiones li {
    font-family: 'Open Sans', sans-serif !important;
    font-size :larger   ;
    padding: 5px 0 10px 0;
}

.titulo-S {
    color: #333;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.titulo-F {
    color: #767171;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

ol>li>p{
	margin: 20px 0 20px 0px !important;
}
.videoEnvivo{
	width: 80%;
   	margin: auto;
}

/*.DocumentoEstilo, .DocumentoEstilo a {
    width: 100%;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #767171;
    padding: 20px 0 10px 0;
}

    .DocumentoEstilo a:hover {
        text-decoration: none;
        color: #010E81 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .DocumentoEstilo p {
        font-size: 14px;
        text-align: center !important;
        width: 100%;
    }*/
