

 /*	---------------------------------- CONFERENCIAS ----------------------------------------- */

#frmConferencias .ocultar{
	display: none;
}
#frmConferencias input[type=submit], input[type=button], a.button {
    display: inline-block;
}
#frmConferencias a{
	color: #444444;
	font-weight: bold;
}
#frmConferencias a:hover {
    color: #000000;
    font-weight: bold;
}
.extras{
    width: 15px;
    float: right;
    background-color: #ffffff;
    padding: 5px;
    border: 2px solid #999999;
}
.extras .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    cursor: pointer;
}
.extras .cita {
    background-image: url(../img/cita.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
	margin-top: 5px;
    cursor: pointer;
}
.extras .star_on{
    background-image: url(../img/star-on.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
    cursor: pointer;
}
.extras .star_off{
    background-image: url(../img/star-off.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
    cursor: pointer;
}
.fechasin .cita{
	    background-image: url(../img/cita.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
	margin-top: 2px;
    cursor: pointer;
    float: left;
    margin-left: 6px;
}
.fechasin .star_on{
    background-image: url(../img/star-on.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}
.fechasin .star_off{
    background-image: url(../img/star-off.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}
.fecha .cita{
	    background-image: url(../img/cita.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
	margin-top: 2px;
    cursor: pointer;
    float: left;
    margin-left: 6px;
}
.fecha .star_on{
    background-image: url(../img/star-on.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}
.fecha .star_off{
    background-image: url(../img/star-off.png);
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 8px;
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-left: 10px;
}

.gris{
	color: #444444;
    padding: 0;
    margin: 0;
    margin-right: 5px;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.seleccion{
    background-color: #666666 !important;
    color: #ffffff !important;
    cursor: pointer;
}
.resumensin{
	display: none;
	float: right; 
}
.archivos_adicionales{
	width: 96%;
    background-color: #eaeaea;
    padding: 2%;
    margin-bottom: 20px;
}
.archivos_adicionales .archivo {
	width: 100%;
    overflow: auto;
}
.archivos_adicionales .archivo img{
    float: left;
    width: 40px;
	margin-right: 10px;
}
.archivos_adicionales .archivo p{
	float: left;
    padding: 0;
    font-weight: normal;
    color: #777777;
}

.archivos_adicionales .archivo p:hover{
    color: #444;
}
#frmConferencias h4{
    display: block;
    position: relative;
    font-family: Raleway !important;
    color: #ffffff;
    background-color: #666666;
	background: #666666;
    padding: 10px 10px 10px 45px !important;
    border-radius: 50px;
    font-weight: bold;
    text-align: left;
}
#frmConferencias h4:hover{
    background-color: #333333;
}
#frmConferencias .ui-accordion .ui-accordion-header-active {
    background-color: #222222 !important;
}
#frmConferencias .ui-accordion .ui-accordion-header .ui-icon {
    background-size: 25px;
    margin-top: -12px;
}
#frmConferencias .ui-state-default .ui-icon {
    background: transparent url(../img/icon_plus.png) no-repeat;
}
#frmConferencias .ui-state-active .ui-icon {
    background: transparent url(../img/icon_minus.png) no-repeat;
}
#frmConferencias .ui-accordion .ui-accordion-content {
    border: 0 !important;
    font-family: raleway;
    color: #555555;
    text-align: justify;
    height: auto !important;
    background: none;
}

#frmConferencias #ubictema{
	background-image: url(../img/place.png);
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 2px;
    font-weight: bold;
}
 /*	------------------------------------ HOME ----------------------------------------- */
 
.caja_grupo{
    margin: 0 0 3em;
    width: 100%;
    border: 1px solid #777777;
    animation-name: zoomIn;
    margin-right: 5%;
 }
 .caja_grupo:last-child {
    margin-right: 0;
}
.caja_grupo .portfolio_desc .logoconf {
    width: 60%;
	margin: 0;
	float: none;
    margin: auto;
    display: block;
}  
.caja_grupo .portfolio_desc p {
    display: block;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-align: left;
}
#cabGrupos {
    column-count: 2;
    column-gap: 3em;
    margin: 2em;
	display: flex;
}
.caja_grupo .portfolio_desc {
    border: none;
	padding: 30px;
    cursor: text;
}
.caja_grupo .portfolio_tit {
    background-color: #777777;
    font-size: 23px;
	color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.caja_grupo .portfolio_tit:hover {
    background-color: #444444;
}
.caja_grupo .portfolio_desc p {

}
.caja_grupo .portfolio_desc span {

}
.caja_grupo .portfolio_desc div {
    display: none;
}





 /*	------------------------------------ CABECERA ----------------------------------------- */

#cabecera {
	margin-bottom: 20px;
}

#cabecera  #tituloGrupoVisible{
    font-family: Raleway;
    font-size: 25px;
    display: block;
    text-align: center;
}
#cabecera  #tituloGrupoOculto{
	display: none;
	font-family: Raleway;
    font-size: 25px;
    text-align: center;
}
#cabecera #fechaActualizacion{
	text-align: right;
    font-size: 11px;
}

#cabecera #buscarConf  input[type=text], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=email], input[type=url], textarea {
    width: 64%;
    margin-right: 2%;

}
#cabecera #buscarConf input{
	font-family: Raleway !important;
    display: inline;
    padding: 1%;
    margin-right: 1%;
    width: 9%;
	border: 1px solid #444444 !important;
    font-size: 0.9em;
	}
#cabecera #buscarConf label{
    margin-right: 1%;
    font-family: Raleway;
    float: left;
    width: 11%;
    margin-top: 17px;
    text-align: center;
    text-transform: uppercase;
}

#cabecera #buscarConfIns  input[type=text], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=email], input[type=url], textarea {
    width: 50%;
    margin-right: 2%;

}
#cabecera #buscarConfIns input{
	font-family: Raleway !important;
    display: inline;
    padding: 1%;
    margin-right: 1%;
    width: 10.5%;
	border: 1px solid #444444 !important;
	}
#cabecera #buscarConfIns label{
    margin-right: 1%;
    font-family: Raleway;
    float: left;
    width: 11%;
    margin-top: 17px;
    text-align: center;
}


#cabecera input:last-child{
    margin: 0 !important;
}
#cabecera  #filtros{
	margin-top: 30px;
	overflow: auto;
}

#cabecera  #filtros .one_fifth{
	text-align: center;
	width: 19.85%;
    float: left;
    margin-right: 0;
    margin-bottom: 0%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dddddd;
    font-family: Raleway;
    font-weight: bold;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}
#cabecera  #filtros .one_fourth{
	text-align: center;
	width: 24.8%;
    float: left;
    margin-right: 0;
    margin-bottom: 0%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dddddd;
    font-family: Raleway;
    font-weight: bold;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}
#cabecera  #filtros .one_third{
	text-align: center;
    width: 33.19%;
    float: left;
    margin-right: 0;
    margin-bottom: 0%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dddddd;
    font-family: Raleway;
    font-weight: bold;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}
#cabecera  #filtros .one_half{
	text-align: center;
    width: 49.8%;
    float: left;
    margin-right: 0;
    margin-bottom: 0%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dddddd;
    font-family: Raleway;
    font-weight: bold;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}
#cabecera  #filtros .one_fifth:last-child{
    border-right: solid 1px #666666;
}
#cabecera  #filtros .one_fourth:last-child{
    border-right: solid 1px #666666;
}
#cabecera  #filtros .one_third:last-child{
    border-right: solid 1px #666666;
}
#cabecera  #filtros .one_half:last-child{
    border-right: solid 1px #666666;
}
#cabecera  #filtros .fa{
    margin-right: 10px;
}
#cabecera  #filtros .one_fifth:hover{
    background-color: #666666;
    color: #ffffff;
	cursor: pointer;
}
#cabecera  #filtros .one_fourth:hover{
    background-color: #666666;
    color: #ffffff;
	cursor: pointer;
}
#cabecera  #filtros .one_third:hover{
    background-color: #666666;
    color: #ffffff;
	cursor: pointer;
}
#cabecera  #filtros .one_half:hover{
    background-color: #666666;
    color: #ffffff;
	cursor: pointer;
}
#cabecera  #filtros .fa{
    margin-right: 10px;
}
#cabecera #palabraClave{
	border: 1px solid #999999!important;
}

/*	---------------------------- UBICACIÓN GRUPO ----------------------------------------- */
#ubicgrupo{
    font-weight: bold;
    padding: 5px;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-bottom: solid 1px #444;
    border-left: solid 1px #444;
    border-right: solid 1px #444;
    width: 98.5%;
}
#ubicgrupo img{
	margin-right: 10px;
    width: 10px;
    vertical-align: middle;
}
 /*	---------------------------- CONTENEDOR-ACTIVIDADES-FECHA ----------------------------------------- */
 
#contenedor_actividades_fecha{
    font-family: Raleway;
}
#contenedor_actividades_fecha .actividad{
	background-color: #eeeeee;
	padding: 10px;
	overflow: auto;
    margin-bottom: 5px;
	font-family: Raleway !important;
	font-size: 13px;
}
#contenedor_actividades_fecha .titular{
    width: 96%;
    padding: 0.5px 2%;
    font-weight: bold;
    background-color: #444;
    color: #fff;
    margin-bottom: 10px;
}
#contenedor_actividades_fecha .titular-simple{
    margin-top: -10px;
    font-weight: bold;
}
#contenedor_actividades_fecha .indice {
    overflow: auto;
    width: 96.5%;
    float: left;
    font-family: Raleway;
}
#contenedor_actividades_fecha .fecha {

    width: 12%;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 2px solid #999999;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    overflow-wrap: break-word;
}
#contenedor_actividades_fecha .hora {
    float: left;
    width: 12%;
    background-color: #ffffff;
    padding: 6px 5px;
    border-bottom: 2px solid #999999;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	color: #777777;
    font-size: 13px;
}
#contenedor_actividades_fecha .titulo {
    float: left;
    width: 84%;
    margin-left: 1%;
    padding: 6px;
    font-weight: bold;
    background-color: #999;
    color: #fff;
    border-bottom: solid 2px #444;
	cursor: pointer;
}
#contenedor_actividades_fecha .titulo:hover {
    background-color: #444;
}
#contenedor_actividades_fecha .imagen{
    width: 12.5%;
    float: left;
}
#contenedor_actividades_fecha .imagen img{
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#contenedor_actividades_fecha .detalle{
    width: 81.8%;
    float: right;
    margin-right: 1%;
    margin-top: 10px;
}
#contenedor_actividades_fecha .lugar{
	background-image: url(../img/place.png);
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 2px;
	font-weight: bold;
}
#contenedor_actividades_fecha .ponente{
    background-image: url(../img/speaker.png);
    background-size: 11px;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position-y: 1.5px;
	margin-top: 5px;
    overflow: auto;
	cursor: pointer;
}
#contenedor_actividades_fecha .tipo{
    font-weight: bold;
}
#contenedor_actividades_fecha .nombre{
    font-weight: bold;
}
#contenedor_actividades_fecha .empresa{
    font-weight: bold;
    text-transform: uppercase;
}
#contenedor_actividades_fecha .precio{
	background-image: url(../img/euro.png);
    background-size: 13px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 2px;
	font-weight: bold;
}

#contenedor_actividades_fecha .resumen{
	text-align: justify;
    margin-top: 10px;
}
#contenedor_actividades_fecha .resumen p{
	text-align: justify !important;
	padding: 0;
	margin: 0;
}

#contenedor_actividades_fecha a{
	color: #444444 !important;
    font-weight: bold;
    margin-left: 5px;
	font-style: italic;
}
#contenedor_actividades_fecha  a:hover {
    color: #000000 !important;
}

 /*	---------------------------- CONTENEDOR-ACTIVIDADFES GENERALES ----------------------------------------- */
#contenedor_actividades{
    font-family: Raleway !important;
    margin-top: 15px;
}
#contenedor_actividades p span{
	font-family: Raleway !important;
    font-size: 13px !important;
    color: #777777 !important;
	background-color: transparent !important;
}
#contenedor_actividades p{
    text-align: justify !important;
	font-family: Raleway !important;
    font-size: 13px !important;
    color: #777777 !important;
	background-color: transparent !important;
}
#contenedor_actividades .actividad{
	background-color: #eeeeee;
	padding: 10px;
	overflow: auto;
    margin-bottom: 5px;
	font-size: 13px;
}
#contenedor_actividades .indice {
	overflow: auto;
    width: 96%;
    float: left;
}
#contenedor_actividades .fecha {
    width: 12%;
    background-color: #999999;
    padding: 5px;
    border-bottom: 2px solid #444444;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    color: #ffffff;
	font-weight: bold;
	overflow-wrap: break-word;
}
#contenedor_actividades .hora {
    float: left;
    width: 12%;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 2px solid #999999;
    text-align: center;
    font-size: 15px;
	font-weight: bold;
}
#contenedor_actividades .titulo {
    margin-top: -31px;
    float: left;
    width: 84%;
    margin-left: 1%;
	padding: 0.65%;
    font-weight: bold;
    background-color: #999;
    color: #fff;
    border-bottom: solid 2px #444;
	cursor: pointer;
}
#contenedor_actividades .sinfecha .titulo {
    margin-top: 0px !important;
    width: 97% !important;
}
#contenedor_actividades .titulo:hover {
    background-color: #444;
}
#contenedor_actividades .imagen{
    width: 12.5%;
    float: left;
}
#contenedor_actividades .imagen img {
    width: 100%;
    margin: 10px 0px 20px 0px;
}
#contenedor_actividades .detalle{
    width: 81.8%;
    float: right;
    margin-right: 1%;
    margin-top: -20px;
}

#contenedor_actividades .sinfecha .detalle {
    width: 94% !important;
    float: right !important;
    margin-right: 1.5% !important;
    margin-top: 10px !important;
}
#contenedor_actividades .lugar{
	background-image: url(../img/place.png);
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 2px;
	font-weight: bold;
}
#contenedor_actividades .ponente{
    background-image: url(../img/speaker.png);
    background-size: 11px;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position-y: 1.5px;
	margin-top: 5px;
    overflow: auto;
    text-align: left;
}
#contenedor_actividades .tipo{
    font-weight: bold;
}
#contenedor_actividades .nombre{
    font-weight: bold;
}
#contenedor_actividades .empresa{
    font-weight: bold;
    text-transform: uppercase;
}
#contenedor_actividades .precio{
	background-image: url(../img/euro.png);
    background-size: 13px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 2px;
	font-weight: bold;
}
#contenedor_actividades .resumen{
    margin-top: 5px;
}
#contenedor_actividades  a {
    color: #444444 !important;
    font-weight: bold;
    margin-left: 5px;
}
#contenedor_actividades  a:hover {
    color: #000000 !important;
}
#contenedor_actividades .resumen p{
    margin: 0;
	padding: 0;
}
 /*	---------------------------- CONTENEDOR-FAVORITOS ----------------------------------------- */
 
#contenedor_actividades_favoritas .resumen{
	text-align: justify;
    margin-top: 10px;
}
#contenedor_actividades_favoritas .resumen p{
	text-align: justify !important;
	padding: 0;
	margin: 0;
}
#contenedor_actividades_favoritas .resumen a{
	color: #444444 !important;
    font-weight: bold;
    margin-left: 5px;
}
#contenedor_actividades_favoritas .resumen a:hover {
    color: #000000 !important;
}
#contenedor_actividades_favoritas .titulo {
    margin-top: -35px;

}
 /*	---------------------------- CONTENEDOR-PONENTES ----------------------------------------- */
 
#contenedor_ponentes{
    font-family: Raleway;
    overflow: auto;
    background-color: #eaeaea;
    padding-top: 20px;
}
#contenedor_ponentes .caja_ponente{
    font-family: Raleway;
    width: 22.7%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    cursor: pointer;
    margin-bottom: 20px;
    border: solid 1px #777777;
	background-color: #ffffff;
    height: 380px;
}
#contenedor_ponentes .caja_ponente:hover{
    color: #ffffff;
	background-color: #777777;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 158px;
}
#contenedor_ponentes .ponente img{
    width: 100%;
}

#contenedor_ponentes .descripcion{
    /*height: 140px; */
    text-align: center;
    padding: 20px;
    border-top: 1px solid #dddddd;
    margin-top: -5px;
	font-size: 13px;
}

#contenedor_ponentes .nombre{
 font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: solid 2px #999999;
    margin-bottom: 10px;
}
#contenedor_ponentes .empresa{
	font-weight: bold;
    text-transform: uppercase;
	margin-top: 10px;
}

#contenedor_ponentes .resumen{
    font-style: italic;
    margin-top: 10px;
}
#contenedor_ponentes .redes{
	overflow: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    float: none;
}
#contenedor_ponentes .redes .twitter{
	background-image: url(../img/twitter.png);
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 15px;
	float: left;
}
#contenedor_ponentes .redes .linkedin{
	background-image: url(../img/linkedin.png);
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 15px;
	float: left;
}
	 /*	---------------------------- FICHA-ACTIVIDAD ----------------------------------------- */


#ficha_actividad{
    font-family: Raleway;
	font-size: 13px;
}
#ficha_actividad .indice{
	width: 100%;
    overflow: auto;
    margin-bottom: 10px;
    display: flex;
}
#ficha_actividad .indice .imagen{
    float: left;
    width: 18%;
    margin-right: 10px;
    overflow: hidden;
    height: 120px;
}
#ficha_actividad .indice .imagen img{
    width: 110%;
}
#ficha_actividad .info{
	padding: 20px 1.5% 20px 1.5%;
    background-color: #999999;
    color: #ffffff;
    min-width: 73.7%;
    margin-right: 1%;
}
#ficha_actividad .info_completo{
	padding: 20px 1.5% 20px 1.5%;
    background-color: #999999;
    color: #ffffff;
    min-width: 93%;
    margin-right: 1%;
}
#ficha_actividad  .info .imagen{
    width: 15%;
    float: left;
}
#ficha_actividad .datos{
    width: 85%;
    float: left;
}
#ficha_actividad .titulo{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#ficha_actividad .tema{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
#ficha_actividad .organiza{
	font-style: italic;
    font-size: 12px;
    margin-top: 10px;
}

#ficha_actividad .inscripcion{
	float: right;
}
#ficha_actividad .inscripcion input{
    margin: 0;
}
#ficha_actividad .ubicacion {
    overflow: auto;
    width: 100%;
    margin-bottom: 1%;
    display: flex;
	text-align: center;
}
#ficha_actividad .ubicacionsin{
    overflow: auto;
	width: 100%;
	margin-bottom: 1%;
    display: flex; 
	text-align: center;
}
#ficha_actividad .ubicacion img{
	margin: auto;
    display: block;
}
#ficha_actividad .ubicacionsin img{
	margin: auto;
    display: block;
}
#ficha_actividad .ubicacion p{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
#ficha_actividad .ubicacionsin p{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
#ficha_actividad .fecha{
    width: 28.6%;
    float: left;
    background-color: #eaeaea;
	padding: 20px 2% 20px 2%;
    margin-right: 1%;
	min-height: 60px;
}
#ficha_actividad .fecha p{
    float: left;
	margin: 0;
}
#ficha_actividad .fecha .tiempo{
	margin-top: 20px;
    width: 220px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
#ficha_actividad .fechasin{
    width: 45.5%;
    float: left;
    background-color: #eaeaea;
    padding: 20px 2% 20px 2%;
    margin-right: 1%;
	min-height: 60px;
}
#ficha_actividad .fechasin p{
    float: left;
	margin: 0;
}
#ficha_actividad .fechasin .tiempo{
    margin-top: 20px;
    width: 220px;
    overflow: auto;
    float: left;
    margin-left: 30px;
}
#ficha_actividad .lugar{
    width: 28.6%;
    float: left;
    background-color: #eaeaea;
	padding: 20px 2% 20px 2%;;
	margin-right: 1%;
	min-height: 60px;
}
#ficha_actividad .fechasin img{
    float: left;
}
#ficha_actividad .lugarsin{
    width: 45.5%;
    float: left;
    background-color: #eaeaea;
	padding: 20px 2% 20px 2%;
	min-height: 60px;
}
#ficha_actividad .lugarsin img{
    float: left;
}
#ficha_actividad .precio{
    width: 28.6%;
    float: left;
    background-color: #eaeaea;
	padding: 20px 2% 20px 2%;
	min-height: 60px;
}
#ficha_actividad .descripcion{
	text-align: justify;
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
#ficha_actividad .descripcion p{
	 margin: 0 !important;
	 text-align: justify !important;
}
#ficha_actividad .archivos_adicionales .gris{
	 margin-bottom: 20px;
}
#ficha_actividad  .ponentes{
	overflow: auto;
}
#ficha_actividad  .ponente{
	font-family: Raleway;
    width: 18%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    cursor: pointer;
	margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion_ponente:hover{
    color: #ffffff;
	background-color: #777777;
transition: all .4s ease;
-webkit-transition: all .4s ease;
}
#ficha_actividad .ponente  .descripcion_ponente{
	height: 190px;
    text-align: center;
    padding: 20px;
    border: 1px solid #dddddd;
    margin-top: -10px;
    background-color: #ffffff;
	font-size: 13px;
	column-count: 1;
}
#ficha_actividad .ponente .imagen {
	overflow: hidden;
    height: 135px;
	border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
#ficha_actividad .ponente .imagen img{
	width: 100%;
}
#ficha_actividad .nombre{
 font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: solid 2px #999999;
    margin-bottom: 10px;
}
#ficha_actividad .empresa{
	font-weight: bold;
    text-transform: uppercase;
	margin-top: 10px;
    overflow: hidden;
}

 /*	---------------------------- FICHA-PONENTE ----------------------------------------- */


#ficha_ponente{
    font-family: Raleway;
}
#ficha_ponente .indice{
    width: 100%;
	overflow: auto;
}
#ficha_ponente .info{
    width: 96%;
    float: left;
    padding: 2%;
    background-color: #999999;
    color: #ffffff;
	text-align: center;
}
#ficha_ponente .info .nombre{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

#ficha_ponente  .actividad{
    overflow: auto;
}
#ficha_ponente .descripcion{
	overflow: auto;
}
#ficha_ponente .descripcion .imagen{
    width: 25%;
    float: left;
    margin-top: 20px;
	margin-right: 20px;
}
#ficha_ponente .descripcion .imagen img{
    width: 100%;
    height: auto;
}
#ficha_ponente .descripcion .resumen{
	text-align: justify;
	margin-top: 10px;
}
#ficha_ponente p span{
	font-family: Raleway !important;
    font-size: 13px !important;
    color: #777777 !important;
	background-color: transparent !important;
}
#ficha_ponente p{
    text-align: justify !important;
	font-family: Raleway !important;
    font-size: 13px !important;
    color: #777777 !important;
	background-color: transparent !important;
}
#ficha_ponente .ui-accordion .ui-accordion-header-active {
    background-color: #222222 !important;
}
#ficha_ponente .actividades{
	margin-top: 10px; 
	font-size: 13px;
}
#ficha_ponente .actividad{
	background-color: #eeeeee;
	padding: 10px;
	overflow: auto;
    margin-bottom: 5px;
}
#ficha_ponente .actividad .descripcion {
    overflow: visible;
}
#ficha_ponente .actividad  .indice {
	overflow: auto;
    width: 96%;
    float: left;
}
#ficha_ponente  .actividad  .fecha {
    width: 12%;
    background-color: #999999;
    padding: 5px;
    border-bottom: 2px solid #444444;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    color: #ffffff;
	font-weight: bold;
}
#ficha_ponente .actividad  .hora {
    float: left;
    width: 12%;
    background-color: #ffffff;
    padding: 5px;
    border-bottom: 2px solid #999999;
    text-align: center;
    font-size: 15px;
		font-weight: bold;
}
#ficha_ponente .actividad  .titulo {
    margin-top: -34px;
    float: left;
    width: 84.2%;
    margin-left: 10px;
    padding: 6.5px;
    font-weight: bold;
    background-color: #999;
    color: #fff;
    border-bottom: solid 2px #444;
	cursor: pointer;
}
#ficha_ponente  .actividad  .titulo:hover {
    background-color: #444;
}
#ficha_ponente .actividad .detalle{
    width: 81.8%;
    float: right;
    margin-right: 1%;
    margin-top: -20px;
}
#ficha_ponente .actividad .lugar{
	background-image: url(../img/place.png);
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
	font-weight: bold;
}

#ficha_ponente .redes{
    overflow: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    float: none;
}
#ficha_ponente .redes .twitter{
    background-image: url(../img/twitter.png);
    background-repeat: no-repeat;
    padding: 25px;
    float: left;
}
#ficha_ponente .redes .linkedin{
    background-image: url(../img/linkedin.png);
    background-repeat: no-repeat;
    padding: 25px;
    float: left;
}

 /*	---------------------------- MEDIA QUERIES ----------------------------------------- */

@media only screen and (max-width: 478px){
	#cabecera #buscarConfIns input[type=text]{
    width: 97.2%;
    margin-right: 0;
}
	#cabecera #buscarConfIns  input[type=button] {
    width: 32.65%;
}
	#cabecera #buscarConf input[type=text]{
    width: 97.2%;
    margin-right: 0;
}
	#cabecera #buscarConf  input[type=button] {
    width: 49.5%;
}
	#cabecera input {
    font-size: 13px !important;
}
}


 @media only screen and (max-width: 768px) and (min-width: 479px) {
	#cabecera #buscarConfIns  input[type=button] {
    width: 14.5%;
}
	#cabecera #buscarConfIns  input{
	font-size: 8px;
}
	#cabecera #buscarConf  input[type=button] {
    width: 15%;
}
	#cabecera #buscarConf  input{
	font-size: 8px;
}
}
 
  @media only screen and (max-width: 767px){
 #contenedor_actividades .sinfecha .detalle {
    width: 84% !important;
}
#contenedor_actividades .titulo {
    padding: 5px 5% 5px 5%;
}
  }
 @media only screen and (max-width: 340px){
#contenedor_actividades_fecha .indice {
	width: 86.8%;
    display: flex;
}
#contenedor_actividades_fecha .titulo {
    width: 71%;
}
#contenedor_actividades .indice {
	width: 86.8%;
}
#ficha_ponente .actividad .indice{
	width: 86.8%;
}
}

@media only screen and (max-width: 980px) and (min-width: 606px){
#contenedor_actividades .detalle {
    margin-top: 10px;
}
#ficha_ponente .detalle {
    margin-top: 10px !important;
}
}
@media only screen and (max-width: 605px){
#contenedor_actividades .detalle {
    margin-top: 10px;
}
#ficha_ponente .detalle {
    margin-top: 10px !important;
}
#cabecera input{
    width: 11%;
	font-size: 10px;
	}
}

/*	------------------------------------------------------------------- */
@media only screen and (max-width: 768px) and (min-width: 451px) {
#cabecera label {
    display: none;
}
#ficha_actividad .fechasin img{
    float: none;
	margin: auto;
	display: block;
}
#ficha_actividad .lugarsin img{
    float: none;
	margin: auto;
	display: block;
}
#ficha_actividad .fecha {
    width: 96%;
    float: none;
    margin-bottom: 1%;
}
#ficha_actividad .lugar {
    width: 45.5%;
}
#ficha_actividad .precio {
    width: 45.5%;
}
}

/*	------------------------------------------------------------------- */

@media only screen and (max-width: 450px) and (min-width: 391px) {
#cabecera label {
    display: none;
}
#ficha_actividad .lugar {
    width: 96%;
    margin-bottom: 1%;
}
#ficha_actividad .precio {
    width: 96%;
}
#ficha_actividad .fecha {
    width: 96%;
    float: none;
    margin-right: 0;
	margin-bottom: 1%;
}
#ficha_actividad .lugar  img{
    float: left;
}
#ficha_actividad .precio  img{
    float: left;
}
#ficha_actividad .fecha  img{
    float: left;
}
}

/*	------------------------------------------------------------------- */


@media only screen and (max-width: 390px) {
#cabecera label {
    display: none;
}
#ficha_actividad .lugar {
    width: 96%;
	float: none;
	margin-bottom: 1%;
	min-height: 50px;
}
#ficha_actividad .precio {
    width: 96%;
	float: none;
	min-height: 50px;
}
#ficha_actividad .fecha {
    width: 96%;
    float: none;
    margin-right: 0;
	margin-bottom: 1%;
	min-height: 50px;
}
#ficha_actividad .lugar  img{
    float: left;
    width: 50px;
}
#ficha_actividad .precio  img{
    float: left;
    width: 50px;
}
#ficha_actividad .fecha  img{
    float: left;
    width: 50px;
}
#ficha_ponente .descripcion .imagen {
    width: 100% !important;
}
}
/*	------------------------------------------------------------------- */
@media only screen and (max-width: 500px){
#contenedor_actividades_fecha .detalle {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
}
#contenedor_actividades .detalle {
    width: 100%;
    margin-right: 0;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
    margin: -20px 0 0 0;
}

#cabGrupos {
    column-count: 1;
    column-gap: 3em;
    margin: 2em;
    display: block;
}
#frmConferencias h4 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
#ficha_actividad .inscripcion {
    float: none;
    text-align: center;
    margin-top: 10px;
}
#ficha_actividad .datos {
    width: 100%;
    float: none;
	overflow: auto;
}
#ficha_actividad .info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#ficha_actividad .info_completo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#ficha_actividad .titulo {
    margin-bottom: 10px;
}
#ficha_actividad .tema {
    margin-bottom: 10px;
}
.gris{
	display: block;
}
.resumensin{
	display: block;
    margin-top: 10px;
    margin-bottom: 4px;
}
#contenedor_actividades_fecha .resumen{
	display: none;
}
#contenedor_actividades .resumen{
	display: none;
}
#contenedor_actividades_fecha a {
    color: #fff!important;
    font-weight: normal;
    margin-left: 0;
	font-style: normal;
    padding: 5px 8px 5px 8px;
    background-color: #999;
    border-radius: 3px;
}
#contenedor_actividades a {
    color: #fff!important;
    font-weight: normal;
    margin-left: 0;
	font-style: normal;
    padding: 5px 8px 5px 8px;
    background-color: #999;
    border-radius: 3px;
}
#contenedor_actividades_fecha a:hover {
    color: #ffffff !important;
	background-color: #666;
	font-weight: normal;
}
#contenedor_actividades a:hover {
    color: #ffffff !important;
	background-color: #666;
	font-weight: normal;
}

}

/*	------------------------------------------------------------------- */


@media only screen and (max-width: 620px){
#ficha_actividad .fechasin {
    width: 96%;
	float: none;
    background-color: #eaeaea;
    padding: 2%;
    margin-right: 0;
    min-height: 0;
    overflow: auto;
	margin-bottom: 1%;
}
#ficha_actividad .lugarsin {
    width: 96%;
	float: none;
    background-color: #eaeaea;
    padding: 2%;
    margin-right: 0;
    min-height: 0;
    overflow: auto;
    margin-bottom: 1%;
}
#ficha_actividad .ubicacionsin {
    display: block;
}
#ficha_actividad .fechasin img {
    float: left; 
}
#ficha_actividad .lugarsin img {
    float: left; 
}
#ficha_actividad  .fechasin p {
    float: left;
    margin-left: 10%;
}
#ficha_actividad .fechasin  .tiempo p {
    margin-left: 0;
}
#ficha_actividad  .lugarsin p {
    float: left;
    margin-left: 10%;
}
#ficha_actividad .lugarsin .tiempo p {
    margin-left: 0;
}

#filtros img{
	display: none;
}
}
/*	------------------------------------------------------------------- */

@media only screen and (max-width: 340px){
#ficha_actividad .info_completo {
    min-width: 85.8%;
}
#ficha_actividad .info{
    min-width: 85.8%;
}
#contenedor_actividades_fecha .hora {
    font-size: 11px;
}
#ficha_ponente .descripcion .imagen {
    width: 100%;
}
#ficha_actividad .fechasin img {
	width: 40px;
}
#ficha_actividad .lugarsin img {
	width: 40px;
}
#ficha_actividad .fechasin .tiempo {
    margin-top: 15px;
    margin-left: 15px;
}
#ficha_actividad .ubicacionsin p {
    margin-top: 10px;
}
#ficha_actividad .fechasin .tiempo p {
    margin-top: 0;
}
}
/*	------------------------------------------------------------------- */

@media only screen and (max-width: 389px) and (min-width: 341px){
#cabecera input {
    font-size: 11px;
    padding: 1%;
}
#contenedor_actividades_fecha .indice {
	width: 87.8%;
}
#contenedor_actividades .indice {
	width: 87.8%;
}
#ficha_ponente .actividad .indice{
	width: 87.8%;
}
#ficha_actividad .info_completo {
    min-width: 86.5%;
}
#ficha_actividad .info{
    min-width: 86.5%;
}
#ficha_ponente .descripcion .imagen {
    width: 100%;
}
#ficha_actividad .fechasin img {
	width: 45px;
}
#ficha_actividad .lugarsin img {
	width: 45px;
}
#ficha_actividad .fechasin .tiempo {
    margin-top: 10px;
    margin-left: 15px;
}
#ficha_actividad .ubicacionsin p {
    margin-top: 10px;
}
#ficha_actividad .fechasin .tiempo p {
    margin-top: 0;
}
}

/*	------------------------------------------------------------------- */

@media only screen and (max-width: 449px) and (min-width: 390px){
#contenedor_actividades_fecha .indice {
	width: 87%;
}
#contenedor_actividades .indice {
	width: 87%;
}
#ficha_ponente .actividad .indice{
	width: 87%;
}
#ficha_actividad .info_completo {
    min-width: 88%;
}
#ficha_actividad .info {
    min-width: 88%;
}
#ficha_ponente .descripcion .imagen {
    width: 50%;
}
}

/*	------------------------------------------------------------------- */

@media only screen and (max-width: 500px) and (min-width: 450px){
#contenedor_actividades_fecha .indice {
	width: 88%;
}
#contenedor_actividades .indice {
	width: 88%;
}
#ficha_ponente .actividad .indice{
	width: 88%;
}
#ficha_actividad .info_completo {
    min-width: 89%;
}
#ficha_actividad .info {
    min-width: 89%;
}
#ficha_ponente .descripcion .imagen {
    width: 50%;
}
}

/*	------------------------------------------------------------------- */

@media only screen and (max-width: 600px) and (min-width: 501px){
#contenedor_actividades_fecha .indice {
	width: 90%;
}
#contenedor_actividades .indice {
	width: 90%;
}
#ficha_ponente .actividad .indice{
	width: 90%;
}
#frmConferencias h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#ficha_actividad .info_completo {
    min-width: 89.5%;
}
#ficha_actividad .info{
    min-width: 89%;
}
#ficha_actividad .datos {
    width: 78%;
}
#ficha_ponente .descripcion .imagen {
    width: 40%;
}
}
/*	------------------------------------------------------------------- */

@media only screen and (max-width: 780px) and (min-width: 601px){
#contenedor_actividades_fecha .indice {
	width: 90%;
}
#contenedor_actividades .indice {
	width: 90%;
}
#ficha_ponente .actividad .indice{
	width: 90%;
}
#frmConferencias h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#ficha_actividad .info_completo {
    min-width: 91%;
}
#ficha_actividad .info{
    min-width: 90.5%;
}
#ficha_actividad .datos {
    width: 80%;
}
#ficha_ponente .descripcion .imagen {
    width: 30%;
}
}
/*	------------------------------------------------------------------- */

@media only screen and (max-width: 980px) and (min-width: 781px){
#contenedor_actividades_fecha .indice {
	width: 94%;
}
#contenedor_actividades .indice {
	width: 94%;
}
#ficha_ponente .actividad .indice{
    width: 95.5%;
}
#frmConferencias h4 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
#ficha_actividad .info_completo {
    min-width: 92%;
}
#ficha_actividad .info{
    min-width: 92%;
}
#ficha_ponente .descripcion .imagen {
    width: 25%;
}
}

/*	------------------------------------------------------------------- */

@media only screen and (max-width: 380px){
#contenedor_ponentes .caja_ponente {
    width: 220px;
    margin-bottom: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#contenedor_ponentes .descripcion {
    height: auto;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 158px;
}

#ficha_actividad .ponente {
    width: 220px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#ficha_actividad .ponente.descripcion {
    height: auto;
}
#ficha_actividad .ponente .imagen{
    overflow: hidden;
    height: 158px;
}
}

/*	---------------------------- LISTA DE PONENTES --------------------------------------- */

@media only screen and (max-width: 480px) and (min-width: 381px){
#contenedor_ponentes .caja_ponente {
    width: 47.3%;
    margin-bottom: 2%;
	height: 330px;
}
#contenedor_ponentes .descripcion {
    height: 120px;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 128px;
}
#ficha_actividad .ponente  {
    width: 47.3%;
    margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion {
    height: 120px;
}
#ficha_actividad .ponente .imagen{
    overflow: hidden;
    height: 128px;
}
}
@media only screen and (max-width: 580px) and (min-width: 481px){
#contenedor_ponentes .caja_ponente {
    width: 30.9%;
    margin-bottom: 2%;
	height: 330px;
}
#contenedor_ponentes .descripcion {
    height: 145px;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 105px;
}
#ficha_actividad .ponente {
    width: 30.9%;
    margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion {
    height: 145px;
}
#ficha_actividad .ponente.imagen{
    overflow: hidden;
    height: 105px;
}
}
@media only screen and (max-width: 680px) and (min-width: 581px){
#contenedor_ponentes .caja_ponente {
    width: 30.9%;
    margin-bottom: 2%;
	height: 320px;
}
#contenedor_ponentes .descripcion {
    height: 115px;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 125px;
}
#ficha_actividad .ponente {
    width: 30.9%;
    margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion {
    height: 115px;
}
#ficha_actividad .ponente.imagen{
    overflow: hidden;
    height: 125px;
}
}
@media only screen and (max-width: 768px) and (min-width: 681px){
#contenedor_ponentes .caja_ponente {
    width: 22.7%;
    margin-bottom: 2%;
	height: 330px;
}
#contenedor_ponentes .descripcion {
    height: 145px;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 110px;
}
#ficha_actividad .ponente {
    width: 22.7%;
    margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion {
    height: 145px;
}
#ficha_actividad .ponente .imagen{
    overflow: hidden;
    height: 110px;
}
}
@media only screen and (max-width: 875px) and (min-width: 769px){
#contenedor_ponentes .caja_ponente {
    width: 22.7%;
    margin-bottom: 2%;
	height: 330px;
}
#contenedor_ponentes .descripcion {
    height: 125px;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 124px;
}
#ficha_actividad .ponente {
    width: 22.7%;
    margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion {
    height: 125px;
}
#ficha_actividad .ponente .imagen{
    overflow: hidden;
    height: 124px;
}
}
@media only screen and (max-width: 980px) and (min-width: 876px){
#contenedor_ponentes .caja_ponente {
    width: 22.7%;
    margin-bottom: 2%;
	height: 300px;
}
#contenedor_ponentes .descripcion {
    height: 100px;
}
#contenedor_ponentes .ponente .imagen{
    overflow: hidden;
    height: 124px;
}
#ficha_actividad .ponente{
    width: 22.7%;
    margin-bottom: 2%;
}
#ficha_actividad .ponente .descripcion {
    height: 100px;
}
#ficha_actividad .ponente .imagen{
    overflow: hidden;
    height: 124px;
}
}


/*	------------------------------------------------------------------- */

@media only screen and (max-width: 980px){

#cabecera #fechaActualizacion {
    color: #777777;
    margin-bottom: 15px;
}
#cabecera #filtros {
    margin-top: 15px;
    margin-bottom: 15px;
}
#cabecera #filtros .one_fifth {
    width: 20%;
	font-size: 12px;
    color: #444444;
	border: none  !important;
}
#cabecera #filtros .one_fourth {
    width: 25%;
	font-size: 12px;
    color: #444444;
	border: none  !important;
}
#cabecera #filtros .one_third {
    width: 33.3%;
	font-size: 12px;
    color: #444444;
	border: none  !important;
}
#cabecera #filtros .one_half {
    width: 50%;
	font-size: 12px;
    color: #444444;
	border: none  !important;
}
#cabecera #filtros .fa {
    display: none;
}
#cabecera input {
    font-size: 8px;
}

/*	------------------------------------------------------------------- */

#contenedor_actividades_fecha .imagen {
    display: none;
}
#contenedor_actividades_fecha .indice {
	display: flex;
}
#contenedor_actividades_fecha .titulo {
    width: 100%;
    margin-left: 8px;
}
#contenedor_actividades_fecha .resumen p {
    display: none;
}

/*	------------------------------------------------------------------- */

#contenedor_actividades_favoritas  {
    width: 95%;
	margin: auto;
}

/*	------------------------------------------------------------------- */

#contenedor_actividades .imagen {
    display: none;
}
#contenedor_actividades .indice {
	display: flex;
}
#contenedor_actividades .hora {
    width: 15%;
	font-size: 13px;
}
#contenedor_actividades .titulo {
    width: 100%;
    margin-left: 8px;
	margin-top: 0;
}
#contenedor_actividades .detalle {
    width: 100%;
    margin-right: 0;
}
#contenedor_actividades p {
    margin-top: -5px;
    margin-right: 10px;
    margin-left: 10px;
}
#contenedor_actividades .fecha {
    width: 15%;
}

/*	------------------------------------------------------------------- */

#contenedor_ponentes {
    background-color: #ffffff;
}
#contenedor_ponentes .resumen {
    display: none;
}

/*	------------------------------------------------------------------- */
#ficha_actividad .indice{
	width: 95%;
	margin: auto;
    margin-bottom: 1%;
}
#ficha_actividad .indice .imagen {
    display: none;
}
#ficha_actividad .organiza {
    font-size: 11px;
}
#ficha_actividad .colabora {
    font-size: 11px;
}
#ficha_actividad .ubicacion {
	margin: auto;
	width: 95%;
	margin-bottom: 1%;
	display: block;
}
#ficha_actividad .ubicacionsin {
    margin: auto;
    width: 95%;
    margin-bottom: 1%;
}
#ficha_actividad .ponentes {
	overflow: auto;
    width: 95%;
	margin: auto;
}
#ficha_actividad .descripcion{
    width: 95%;
}
#ficha_actividad  .archivos_adicionales {
    width: 91%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
/*	------------------------------------------------------------------- */

#ficha_ponente .descripcion {
	width: 95%;
    margin: auto;
}
#ficha_ponente .actividades {
    width: 95%;
    margin: auto;
    margin-top: 10px;
}
#ficha_ponente .actividad .hora {
    float: left;
	width: 15%;
}
#ficha_ponente .actividad .fecha {
    float: left;
	width: 15%;
}
#ficha_ponente .actividad .titulo {
    margin-top: 0;
    float: left;
width: 69.5%;
}
#ficha_ponente .actividad .indice {
    float: left;
	display: flex;
}
#ficha_ponente .actividad .detalle {
    width: 100%;
    margin-right: 0;
}
}
