<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contenido__video{
	overflow: hidden;
	/*position: fixed;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin-top: -20px;
}


.imagenMapeada{
	width:100%; position:unset; height: 100%; background-size: 100%; background-repeat: no-repeat
}

.video{
	position: unset;
	width: 100%; 
}

.iconoSVG {
	width: 4%; 
	position: absolute; 
	cursor: pointer;
	float: left; 
}



.iconoSVG2 {
	width: 40%; 
	position: absolute; 
	cursor: pointer;
	float: left; 
}

.tooltip div {
    display:none;
}

.tooltip:hover div {
    display:block;
    width: 15%; 
	position: absolute; 
	cursor: pointer;
	float: left; 
}

.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

.flat-button {
  user-select: none;
  background-color: var(--color-secundario-web);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
  user-select: none;
  background-color: var(--color-secundario-web);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  border: 1px solid transparent;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary:hover {
	color:white;
	background-color:#F68A03;
}

.flat-button:hover {
	color:white;
	background-color:#F68A03;
}

.cajaNoticia {
	height:536px;
	padding:1rem;
}

.cajaCurso {
	/*height:380px;*/
	height:455px;
}

.cajaCurso2 {
  height: 320px;
  padding-top: 20px;
}


.errorValidated{
	color:red;
}


/* Add here all your css styles (customizations)323d59 */
/* .bs-searchbox {
	display: none;
} */

.errorValidated {
	color:red;
}

.btn-secondary {
	padding:7px 16px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}

.estilosIcongress &gt; p {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	color: #7f8897;
	font-weight: 500;
}


.estilosIcongress &gt; div &gt; div &gt; img {
	border: 1px solid grey;
}

.estilosIcongress &gt; p &gt; img {
	border: 1px solid grey;
}

.estilosIcongress &gt; p &gt; strong {
	padding-bottom: 1rem !important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	color: #233d63 !important;
	font-weight: 600 !important;
}

.estilosIcongress &gt; p &gt; b {
	padding-bottom: 1rem !important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	color: #233d63 !important;
	font-weight: 600 !important;
}

.estilosIcongress &gt; ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	box-sizing: border-box;
}

.estilosIcongress &gt; ul &gt; li::after {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: rgba(128, 137, 150, 0.6);
}

.estilosIcongress &gt; ul &gt; li {
	position: relative;
	padding-left: 16px;
	color: #7f8897;
	line-height: 24px;
	margin-bottom: 15px;

}



.estilosIcongress &gt; ul &gt; li &gt; strong {
	font-size:1rem;
	

}

.estilosIcongress &gt; ul &gt; li &gt; strong {
	color: #233d63 !important;
}
	
	
.estilosIcongress &gt; ul &gt; li ul {
	position: relative;
	padding-left: 30px;
	color: #7f8897;
	line-height: 24px;
	margin-bottom: 10px;
	list-style:circle;
}

.estilosIcongress &gt; h2 {
	font-weight: 700 !important;
	font-size: 30px !important;
	padding-bottom: 1rem! important;
	margin: 0 !important;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	color: #233d63;
	line-height: 1.2;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.estilosIcongress &gt; h1 {
	font-weight: 700 !important;
	font-size: 26px !important;
	padding-bottom: 10px !important;
	padding-top: 1rem !important;
	margin: 0;
	color: #233d63;
	line-height: 1.2;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.estilosIcongress &gt; h3 {
	font-weight: 600 !important;
	font-size: 24px !important;
	padding-bottom: 10px !important;
	padding-top: 1rem !important;
	margin: 0;
	color: #233d63;
	line-height: 1.2;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.estilosIcongress &gt; h4 {
	font-weight: 600 !important;
	font-size: 20px !important;
	padding-bottom: 10px !important;
	padding-top: 1rem !important;
	margin: 0;
	color: #233d63;
	line-height: 1.2;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.estilosIcongress &gt; h5 {
	font-weight: 600 !important;
	font-size: 20px !important;
	padding-bottom: 5px !important;
	margin: 0;
	color: #233d63;
	line-height: 1.2;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

.estilosIcongress &gt; h6 {
	    font-size: 12px !important;
		padding-top: .5rem !important;
		line-height: 28px;
		font-family: "Inter", sans-serif;
		color: #7f8897;
		font-weight: 500;
		box-sizing: border-box;
		padding: 0;
}



.estilosIcongress &gt; ol {
	margin-left: 1.5rem;
}
.estilosIcongress &gt; ol li {
	margin-bottom: 8px;
	padding-bottom: 0px;
}

.estilosIcongress &gt; ol.sangria1 li{
	margin-left: 0px;
} 

.estilosIcongress &gt; ol.sangria1 li ul{
	margin-left: 50px;
} 

.estilosIcongress &gt; ol.sangria1 li ul li{
	margin-bottom: 0px;
	list-style-type: upper-roman;
	list-style-position: outside;
} 

.estilosIcongress &gt; ol.sangria2 li{
	margin-left: 0px;
} 

.estilosIcongress &gt; ol.sangria2 li ul{
	margin-left: 50px;
} 

.estilosIcongress &gt; ol.sangria2 li ul li{
	margin-bottom: 0px;
	list-style-position: outside;
	list-style:circle;
} 

.pintarGris{
	color: rgb(170, 170, 170);
}


.pintarNaranja{
	color: orange;
}

.pintarNaranjaHover:hover{
	color: orange !important;
}

.cursor-default{
	cursor: default;
}

.selectDos{
	padding: 12px 20px;
	border-color: rgba(127, 136, 151, 0.2);
	background-color: #fff;
}

.selectPanta{
	color: #999;
	border-color: rgba(127, 136, 151, 0.2);
	height: 50px;
}

.cabeceraTabla{
	background-color:var(--color-secundario-web) !important;
}

.cabeceraTabla &gt; tr {
	color:white !important;
}

.page-item{
/*	background-color:var(--color-secundario-web) !important; */
	color:white !important;
}

ul.pagination &gt; li {
/*	background-color:var(--color-secundario-web) !important */
}


btn.active &gt; a{
	background-color:var(--color-primario-web) !important
}

.select2-selection {
	height:49px !important;
}

.select2-selection__rendered{
	padding:0.5rem;
}

.borderless{
	border: 0px !important;
}


.estilosIcongress &gt; ul &gt; li.borderless::after {
    background-color: rgba(128, 137, 150, 0) !important;
}

.enlace-buscador{
	color:#233d63;
}

.enlace-buscador:hover{
	color: var(--color-secundario-web);
}

.btn-link:hover{
	cursor:pointer;
}

.paginate_button {
padding: 2px 5px 2px 5px;
margin-right: 2px;
color: var(--color-secundario-web);
border: 1px solid var(--color-secundario-web);
border-radius: 5px;
  cursor: pointer;
}
.paginate_button_disabled {
border: 1px solid #F3F3F3;
color: #CCCCCC;
margin-right: 2px;
padding: 2px 5px;
border: 0;       

}
.paginate_button:hover {
border:1px solid var(--color-secundario-web);
color: #fff;
background-color: var(--color-secundario-web);
border-radius: 5px;
  cursor: pointer;
}
.paginate_active {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid var(--color-secundario-web);
font-weight: bold;
background-color: var(--color-secundario-web);
color: #FFF;
border-radius: 5px;
  cursor: pointer;
}

.dt-button{
	padding:0.5rem;
	background-color:var(--color-primario-web);
	border-color: transparent;
	color:white;
	transition: background-color 1s;
}

.dt-button:hover{
	background-color:var(--color-secundario-web);
}

.bannerTexto{
	background-color:var(--color-secundario-web);
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	margin-top:1rem;
	margin-bottom:1rem;
	border-radius:0.5rem;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.imagenBordeGris{
	border:1px solid lightgray;
}

/*



@media (min-width: 992px){
  .header-v4 .navbar-collapse {
      background-color: #123462;
  }

  .header-v4 .navbar-default .navbar-nav &gt; li &gt; a:hover, .header-v4 .navbar-default .navbar-nav &gt; .active &gt; a {
      border-top: solid 2px #00a3e8;
  }
  
}
@media (max-width:600px){
	.construccion &gt; a{
	  font-size: 14px !important;
  }
}

a, a:hover {
  color: #353535 ;
}

.btn-u, .btn-u.btn-u-default {
    color: #FFF;
    background: #123462 ;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u, .btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u, .btn-u.btn-u-default:hover, .btn-u.btn-u-default:focus, .btn-u.btn-u-default:active, .btn-u.btn-u-default.active, .open .dropdown-toggle.btn-u.btn-u-default  {
    color: #FFF;
    background: #123462;
}

.construccion {
	font-size:36px; 
	background-color:#5e352a; 
	padding:20px;
	text-align:center;
	color:#FFF;
	width:90%; 
	float:left; 
}
.construccion &gt; a{
	font-size: 30px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #fff;
    background-color: #123462;
    border-color: #123462;
}

.panel-heading {
    color: #fff;
    background-color: #123462;
}

h3 {
    border-bottom: none;
}

.programaTitulo {
    background-color: #e96b56;
	color: #FFF;
	padding: 10px;
}

h6.text-primary.horaPrograma{
  color: #585f69;
  background-color: #ebeaea;
  padding:5px 10px 5px 10px;
}

.programaSubPonencia{
    color: #e96b56;
    margin: 0 11px 0 50px;
	font-size: 16px;
	padding-bottom:10px;
}

.programaSala{
	margin:0px 11px 0px 50px;
	font-style: italic;
}

.programaEncargadoDe{
	// margin-left:50px; 
	text-decoration:underline;
	font-size:14px;
}

.programaPonente{
	// margin:0px 11px 0px 50px; 
	font-size:14px;
}

.programaFiliacion{
	// margin:0px 11px 0px 50px; 
	font-style:italic;
	font-size:14px;
}

.funny-boxes-top-sea {
    border-top: solid 2px #123462;
}

.text-primary {
    color: #123462;
}

.funny-boxes p a, .funny-boxes p a{
    color: #123462;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #123462;
}

.detallePrograma {
    background-color: #123462;
	height:80px;
	color:#FFF;
	text-align:center;
	padding-top:20px;
	font-size:18px;
	border-style:solid;
}

#headLogin {
  background-color: #123462;
  color: #FFF;
}

.errorValidated {
	color: #B00;
}

.sky-form header {
  color: inherit;
  display: block;
  font-size: 20px;
  background: #133364;
  color:#FFF;
  font-weight: 400;
  padding: 8px 30px;
}

.cabeceraTabla{
	background-color:#123462; 
	color:#FFF;
}

.pagination li a:hover {
   color: #fff;
   background: #00a3e8;
   border-color: #00a3e8;   
}

.pagination &gt; .active &gt; a, 
.pagination &gt; .active &gt; span, 
.pagination &gt; .active &gt; a:hover, 
.pagination &gt; .active &gt; span:hover, 
.pagination &gt; .active &gt; a:focus, 
.pagination &gt; .active &gt; span:focus {
   border-color: #123462;
   background-color: #123462;
}

.margenSeccion {
	margin-top: 30px; 
	margin-bottom: 30px;
}

.service-box{
	webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.noDecoration:hover{
	text-decoration:none;
}

.fa-linkedin-in:before {
    content: "\f0e1";
    margin-left: 5px;
}

.fa-twitter:before {
    content: "\f099";
    margin-left: 4px;
}


.fa-instagram:before {
    content: "\f16d";
    margin-left: 5px !important;
}

.fa-facebook-square:before {;
    margin-left: 5px !important;
}




#paginacion{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#paginacion li{
	display: inline-block;
	margin: 0px 2px;
	border: 1px solid #656565;
	border-radius: 5px;
}

#paginacion li:hover{
	background-color: #f1d3ad;
}

#paginacion li a{
	font-weight: bold;
	color: #656565;
	font-size: 14px;
	width: 35px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	font-family: 'Montserrat',sans-serif;
	text-decoration: none;
}

#paginacion li a:hover{
	color: #fff;
}

#paginacion li.active a{
	color: #fff;
	background-color: #f1d3ad;
	border-color: #f1d3ad;
}

#paginacion li.boton{

}

#paginacion li.boton a{
	width: 150px;
}
	*/
	

@media (max-width:600px){
	
	#logoPrincipal{
		width:160px !important;
	}

}


.dt-button {
	background-color:var(--color-secundario-web);
	color:white;
}

.dt-button:hover {
	background-color:var(--color-principal-web);
	color:white;
}

.cartelCongreso{
	padding:0.05rem;
}

.cartelCongreso:hover {
	-webkit-animation: pulse 2s;
	animation: pulse 2s;
}

.animacionPulso2segundos:hover{
	-webkit-animation: pulse 2s;
	animation: pulse 2s;
}

.submenuInicio{
    width: 360px !important;
}

.menuBorde{
	border-right: 2px solid white;
	padding: 5px;
	margin-right: 0px !important;
}

.noHover:hover {
  background-color: inherit !important;
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
}</pre></body></html>