/* CSS Document */

/*.box_contenido{ padding: 0 0 !important;}*/



.texto1{
	/*padding-bottom:20px;*/
	overflow: hidden;
}

.info_dia_hora{ font-size: 18px;  margin: 0 0 0 0; }

.flotante_iz{   }
.foto_magistral{ position: relative; float: left; margin: 0 20px 10px 0; }

.icoplay{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 30%; margin: auto;  } 

ul{ list-style: none; } 

.ficha {
    float: left;
    /* border: 1px solid red; */
    width: 468px;
    margin: 0 0 0 0;
}

.fotoexperto {
    position: relative;
    float: left;
    width: 267px;
    margin: 0 12px 0 0;
    padding: 0 0 40px 0;
}

.desc_experto {
    position: relative;
    text-align: left;
    margin: 0 10px 0 267px;
}

.rayapuntos {
    clear: both;
    text-align: left;
    position: relative;
    background: url(../imagenes/solo_punto.gif) repeat-x left;
    width: 100%;
    height: 3px;
    margin: 0 0 0 0;
    padding: 8px 0 0px 0;
}

.caja_ponentes {
    margin: 24px 0 0 0;
}

.box_experto{ overflow: hidden; }
.img_experto{ float: left; margin: 0 20px 20px 0; }

.tex_intro{
	margin:5px 0 15px 0;
	padding-top: 20px;
	text-align:justify;
	clear: both;
	
}

.tex_intro_inaugural{ margin:15px 0 15px 0; padding-top: 4px; text-align:justify; clear: both; } 
.tex_intro_magistral{ margin:10px 0 15px 0; padding-top: 15px; text-align:justify; clear: both; } 

@media screen and (max-width:1024px) {
	.ficha{
		float:none;
		width:100%;
		margin:0 0 0 0px;
	}
	.espaciofichas{
		float:none;
		width:0px;
		clear:both;
	}
	.fotoexperto{
		padding:0 0 20px 0;
	}	
}

@media screen and (max-width:500px) {
	.fotoexperto{
		float:none;
		margin:0;
	}	
	.desc_experto{
		margin:0 0 20px 0;
		clear:both;
	}
	.fotoexperto{
		padding:0 0 10px 0;
	}	
}



#boxvideomagistral{ display: none; width: 800px; margin: auto; } 

@media screen and (max-width:1023px) {

	#boxvideomagistral{ width: 100%; }	

}

@media screen and (max-width:860px) {

	.foto_magistral{ float: none; margin: 0 auto 20px auto; width: 400px; }
	.img_experto{ width: 50%; }
	.img_experto img{ width:100%; }
	
}

@media screen and (max-width:500px) {  

	.img_experto{ float: none; text-align: center; width: 200px; margin: 0 auto 20px auto; }
	
}

@media screen and (max-width:460px) {

	.foto_magistral { width: 100%; }
	.foto_magistral .flotante_iz { width: 100%; }
	
}

