@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,400;0,600;0,700;1,200&display=swap');


body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.encabezado {
      width: 100%;
  

    overflow: auto;
}

.foto{
    width: 25%;
    float: left;
	display: none;
}
.foto img{
    width: 100%;
    margin-bottom: -4px;
}

.logo{
     width: 20%;
    float: right;
    overflow: auto;
}

.blanco{
    background-color:#fff;
    padding: 15px 0;
    border-radius: 0 0 0 15px;
    width: 100%;
    text-align: center;
}

.blanco img{
   width: 95%;
    margin: 0px auto;
}

.texto_centro{
    width: 65%;
    float: left;
    text-align: left;
    padding-top: 10px;
	padding-left: 15px;
}
.prefijo{
    text-transform: capitalize;
    color: #BDBEFD;
    font-size: 18px;
    font-weight: bolder;
}
.titulo{
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
}
.bajada{
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
}




.main{
    width: 80%;
    margin:  0px auto;
    overflow: auto;
    padding-bottom: 30px;
}

.izquierda{
    float: left;
    width: 60%;
    overflow: auto;
}

.video{
   
    width: 100%;
    overflow: auto;
	text-align: center;
}

.derecha{
    float: right;
    width: 33%;
    overflow: auto;
    padding-top: 20px;
}

.derecha_video{
    width: 80%;
    overflow: auto;
    padding-top: 20px;
	margin: 0px auto;
    
}

.titulo_txt{
    width: 100%;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
}

table.tabla {
  border: 1px solid #1C6EA4;
  width: 650px;
  text-align: left;
  border-collapse: collapse;
}
table.tabla td, table.tabla th {
  padding: 6px 5px;
}
table.tabla tbody td {
}
table.tabla tr:nth-child(even) {
  background: #E8EFF5;
}
table.tabla tfoot td {
  font-size: 14px;
}
table.tabla tfoot .links {
  text-align: right;
}
table.tabla tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.warning{
    background-color: #f7d5d5;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #dd5353;
    color: #862d2d;
}

.login{
    background-color: #f9f9f9;
    padding: 7px;
    border-radius: 10px;
    border: solid 1px #ccc;
    overflow: auto;
    text-align: center;
}

.titulo_login{
    font-weight: bold;
    font-size: 20px;
    width: 100%
}


.insc {
	background-color:#44c767;
	border-radius:12px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:14px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
    width: 83%;
    margin: 15px 0 5px 0;
}
.insc:hover {
	background-color:#5cbf2a;
}
.insc:active {
	position:relative;
	top:1px;
}
.recu {
	background-color:#7ab8e7;
	border-radius:12px;
	border:1px solid #4c84ae;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:14px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
    width: 83%;
    margin: 15px 0 5px 0;
}
.recu:hover {
	background-color:#3c688a;
}
.recu:active {
	position:relative;
	top:1px;
}
.poster{
    width: 30%;
    margin: 10px auto;
}

iframe{
    width: 95%; height: 250px;
}



.pregunta {
	background-color:#C50003;
	border-radius:12px;
	border:1px solid #9a0e11;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:14px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
    width: 73%;
    margin: 0px 0 5px 0;
    text-align: center;
}
.pregunta:hover {
	background-color:#76080a;
}
.pregunta:active {
	position:relative;
	top:1px;
}

.hola{
    width: 250px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background-color: #E8D581;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    top: 0;
left: 0;
right: 0;

margin: auto;
    position: absolute;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.form{
    width: 30%;
}

.input100{
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.bt_token {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.bt_token:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.bt_token:active {
	position:relative;
	top:1px;
}
.contiene_rec{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.lista_asistentes{
	width: 98%;
	text-align: center;
	margin-top: 30px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.lista_asistentes img{
	width: 95%;
	margin-bottom: 20px;
}

