.expansible
{
	display: none;
}

.flotante {
	position:sticky;
	top:80px;
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
	height: 2em;
	width:8em;
	left: 90em;
	background-color: rgb(0,0,1); /* Fallback color */
	background-color: rgba(0,0,1,0.8); /* Black w/ opacity */
	vertical-align: bottom;
	color: #38c2dc;
}
.flotante-crono {
	position:sticky;
	top:80px;
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
	height: 2em;
	width:5%;
	left: 89%;
	background-color: rgb(0,0,1); /* Fallback color */
	background-color: rgba(0,0,1,0.8); /* Black w/ opacity */
	vertical-align: bottom;
	color: #38c2dc;
}
.flotante-expandir {
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: bottom;
	color: #38c2dc;
}



.botonFlotante {
}

.listados
{
	border-radius: 5px;
	border: 2px solid #000000;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
@media screen and (min-width: 600px)
{
	.listados {
	margin-left: 10%;
	margin-right: 10%;
	padding-left: 10px;
	padding-right: 10px;

	}
}


.itemListado
{
  border-radius: 5px;
  border: 2px solid #000000;
  margin: 5px;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.sublistado
{
	background-color: white;
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0%;
	//agregado
	max-height: 70%;
}



.itemSublistado
{
//	border: 1px solid #a0a0a0;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	align-content: center;

}
/*
.itemSublistado p{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.3;
	font-size: 1.2em;
	margin-left: 20px;
}
*/
p.titulo-listado{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.5em;
	color: #606080;
}
p.disertante-listado{
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;

}

p.mail-listado{
	margin-bottom: 10px;
	font-style: italic;
}

p.sec-listado {
	font-size: 0.9em;
	font-weight: bolder;
	margin-bottom: 5px;

}

p.hora-listado {
	font-size: 1em;
	color: #606060;
	margin-bottom: 10px;
}

p.titulo-printable{
	margin-top: 10px;
	margin-bottom: 3px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.2em;
	color: #606080;
}
p.disertante-printable{
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 3px;

}

p.mail-printable{
	margin-bottom: 3px;
	font-style: italic;
}

p.sec-printable {
	font-size: 0.9em;
	font-weight: bolder;
	margin-bottom: 3px;

}

p.hora-printable {
	font-size: 1em;
	color: #606060;
	margin-bottom: 3px;
}



.botonItemSub {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #cccccc;
	text-align: center;
	padding: 3px;
	margin-left: 20px;
	font-size: 0.7em;
	background-color:#cccccc;
	color: black;
	cursor: pointer;
}

.botonItemSub:hover {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #cccccc;
	text-align: center;
	padding: 3px;
	margin-left: 20px;
	font-size: 0.7em;
	background-color:#38c2dc;
	color: black;
}


.abrSec
{
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 10px; 
  left: 0px;
  color: black;
  width: 50 px;
  max-width: 50 px;
  min-width: 50 px;
}

.capSec
{
  border-radius: 5px;
  padding: 10px; 
//  color: black;
//  background-color: white;
}

///////////////////////////////////  RESUMEN //////////////////////////////////////////////
p.sec-resumen {
	font-size: 0.75em;
	font-weight: bolder;
}

p.titulo-resumen {
	font-size: 1.6em;
}

p.autores-resumen {
	font-weight: bold;
}

p.institutos-resumen{
	font-size: 0.8em;
	font-style: italic;
}

p.resumenTit-resumen{
	font-weight: bold;
}


p.resumen-resumen{}

p.cv-resumen{
	font-size: 0.9em;
	font-style: italic;
	display: none;
}

///////////////////////////////////  CRONOGRAMA //////////////////////////////////////////////

table{
	text-align: center;
	width:90%;
}


td.hora {
	vertical-align: top;
	font-size: 0.7em;
//	height: 6em;
}

td.evento {
	font-size: 0.85em;
	color: black;
	background-color: white;
	border: 1px solid black;
	
}

td.evento > p {
	margin-bottom: 0;
	line-height: 1.5;
}

p.sec {
	font-size: 0.75em;
	font-weight: bolder;
}

p.disertante-tabla {
	font-weight: bold;
}
p.titulo-tabla {
}

p.hora {
	vertical-align: top;
	font-size: 0.7em;
	color: #404040;
}


.ayuda {
	display: none;
	font-size: 2 em;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	padding-left: 20%;
	padding-right: 20%;	
	left: 0;
	top: 0;
	width: 100vw; /* Full width */
	height: 100vh; /* Full height */
	overflow-y:scroll; /* Enable scroll if needed */
	overflow-x:auto;
	text-align: center;
	color: white;
	background-color: rgb(0,0,0);
}


.resumen {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	padding-left: 20%;
	padding-right: 20%;	
	left: 0;
	top: 0;
	width: 100vw; /* Full width */
	height: 100vh; /* Full height */
	overflow-y:scroll; /* Enable scroll if needed */
	overflow-x:auto;
	text-align: center;
	color: white;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */

}

.instrucciones {
	color: #E0E0E0;
	font-size: 0.8em;
}

.boton {
	color: lightblue;
	background-color: #202020;
	font-size: 0.65em;
}

.aLunes {
	display: none;
}
.aMartes {
	display: none;
}
.aMiercoles {
	display: none;
}
.aJueves {
	display: none;
}
.aViernes{
	display: none;
}

.ancha {
		display: none;
}
.angosta {
		display: inherit;
}

@media screen and (min-width: 600px)
{
	.ancha {
		display: inherit;
	}
	.angosta {
		display: none;
	}
}

