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

.base{
	width:  100%;
		height: auto;
		margin-top: 60px;
		margin-bottom: 120px;
		transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	}
	

.datos{
	width: 100%;
	padding: 0px;
	
	}
	

.animado{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	
}

.mostrarArriba{
	animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
	0% {
		transform: translateY(100px);
	}
	100%{
		transform: translateY(0px);
	}
}


	#curos_talleres   {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#curos_talleres h4{
	
	font-size: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}





	.contenedor_info{
	width:  100%;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom:solid 0px rgba(207,207,207,1.00);	
	}
	
	.info{
	width:  100%;
	height: auto;
	}
	

	.info h2{
	width:  90%;
	height: auto;
	background-color:rgba(248,166,61,1.00);
	color:rgba(255,255,255,1.00);
	text-align: left;
	font-size: 22px;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	padding: 12px;
	padding-left: 15px;
	border-radius: 0px 0px 0px 0px;
	}
	

.info .descripcion{
	width:  90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	line-height:16px;	 
	}
	
	
	.info .descripcion .datos_curso{
	font-size: 15px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-bottom: 20px;
	color: rgba(0,0,0,1.00);
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	}
	
	
		
.info .descripcion .datos_curso b{
	font-size: 15px;
    font-weight: 700;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	background-color:rgba(221,221,221,0.85);
	padding: 10px 10px;
	padding-bottom: 5px;
	width: 100%;
	}
	
	
			
.info .descripcion .datos_curso p{
	font-size: 13px;
    font-weight: 500;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	line-height: 18px;
	padding: 10px 10px;
	padding-bottom: 0px;
	text-align: justify;
	}


.info .descripcion .temas{
	font-size: 13px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-bottom: 10px;
	color: rgba(0,0,0,1.00);
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom:solid 1px rgba(207,207,207,1.00);
	}
	
	
	.info .descripcion .temas b{
	font-size: 13px;
    font-weight: 700;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	background-color:rgba(221,221,221,0.85);
	padding: 5px 10px;
	padding-bottom: 5px;
	width: 100%;
	line-height: 18px;
	}
	
			
.info .descripcion .temas p{
	font-size: 13px;
    font-weight: 500;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	line-height: 18px;
	padding: 10px 10px;
	padding-bottom: 0px;
	}

.icon-ok{
	margin-right: 20px;
	padding: 10px 10px;
	padding-bottom: 0px;	
	}


.info .descripcion .datos_ponente{
	font-size: 15px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-bottom: 20px;
	color: rgba(0,0,0,1.00);
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}


.info .descripcion .datos_ponente p{
font-size: 13px;
    font-weight: 400;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	line-height: 12px;
	padding: 2px 5px 2px 15px;
	width: 100%;
	}

.info .descripcion .datos_ponente p b{
font-size: 12px;
    font-weight: 800;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	margin-right:  3px;
	}


.info .descripcion .datos_ponente .registro{
	width:  100%;	
display: block;
    justify-content:space-around;
    flex-wrap: wrap;
	height: 40px;
		padding: 0px;
		text-align: left;
		margin-top: 115px;
		margin-bottom: 10px;
		background-color:rgba(236,136,8,1.00);
		
	}
	
	
	.info .descripcion .datos_ponente .registro a{
	font-size: 20px;
	color: aliceblue;
	padding: 0px;
	padding-top: 0px;
	text-decoration: none;
	cursor: pointer;
	}
	
	
	.info .descripcion .datos_ponente .registro a h4{	
	width:  auto;
	font-size: 12px;
	color: aliceblue;
	text-align: left;
	font-weight: 800;
	padding-top: 12px;		
	}
	
	
	.info .descripcion .datos_ponente .registro a img{	
	width:  40px;
	height: auto;
	font-size: 11px;
	color: #000000;
	float: left;
	font-weight: 600;
	padding-bottom: 0px;
		margin-top: 7px;
		padding-right: 5px;
		padding-left: 10px;	
	}


	.img_taller{
	width:  90%;
	height: auto;
    float: left;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	}



.img_taller .flyer{
width: 100%;
height: auto;	
}

.img_taller .flyer img{
width: 100%;
height: auto;
padding-bottom: 100px;
border-bottom:solid 2px rgba(207,207,207,1.00);	
}


.icon-sort-up{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 45px;
	width: 20%;
	height: 50px;
	display: block;
	padding-top: 40px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	transition: all 0.2s ease-in-out .3s;
	-webkit-transition: all 0.2s ease-in-out .3s;
	-moz-transition: all 0.2s ease-in-out .3s;
	-o-transition: all 0.2s ease-in-out .3s; 
	-ms-transition: all 0.2s ease-in-out .3s;
}

.icon-sort-up:hover{
	text-decoration: none;
	color:rgba(81,81,81,1.00);
	font-size: 45px;
	width: 20%;
	display: block;
	padding-top: 40px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	height: 50px;
}


.icon-sort-up p{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
	font-style: bold;
}





/*===============================1024px=========================*/


@media all and (min-width:1024px) {	
	
	.base{
	width:  100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 130px;
	}
	
	
	#curos_talleres   {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

    #curos_talleres h4{
	font-size: 60px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
	
	
	.contenedor_info{
	width:  90%;
	display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	border-bottom:solid 1px rgba(207,207,207,1.00);	
	}
	
	
	.info{
	width:  50%;
	height: auto;
	float: left;
	position: relative;	
	}
	
	
	.info h2{
	width:  96%;
	height: auto;
	background-color:rgba(248,166,61,1.00);
	color:rgba(255,255,255,1.00);
	text-align: left;
	font-size: 22px;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 5px;
	padding-left: 15px;
	border-radius: 10px 10px 0px 0px;
	}
	
	
	.info .descripcion{
	width:  96%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	line-height:16px;	 
	}
	
		
	.info .descripcion .datos_curso{
	font-size: 13px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-bottom: 10px;
	color: rgba(0,0,0,1.00);
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;

	}
	
	
		
.info .descripcion .datos_curso b{
	font-size: 13px;
    font-weight: 700;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	background-color:rgba(221,221,221,0.65);
	padding: 5px 10px;
	padding-bottom: 5px;
	width: 100%;
	line-height: 14px;
	
	}
	
	
			
.info .descripcion .datos_curso p{
	font-size: 13px;
    font-weight: 500;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	line-height: 18px;
	padding: 10px 10px;
	padding-bottom: 0px;
	}
	
	
	.icon-ok{
	margin-right: 20px;
	padding: 10px 10px;
	padding-bottom: 0px;		
	}
		
	
	
	.info .descripcion .temas{
	font-size: 13px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-bottom: 10px;
	color: rgba(0,0,0,1.00);
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom:solid 1px rgba(207,207,207,1.00);
	}
	
	
	.info .descripcion .temas b{
	font-size: 13px;
    font-weight: 700;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	background-color:rgba(221,221,221,0.85);
	padding: 5px 10px;
	padding-bottom: 0px;
	width: 100%;
	line-height: 18px;
	
	}
	
	
			
.info .descripcion .temas p{
	font-size: 13px;
      font-weight: 500;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	line-height: 18px;
	padding: 10px 10px;
	padding-bottom: 0px;
	
	}
	
	
.info .descripcion .datos_ponente{
	font-size: 15px;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-bottom: 30px;
	color: rgba(0,0,0,1.00);
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:  0px 0px 10px 10px;

	}

	
.info .descripcion .datos_ponente p{
	font-size: 12px;
    font-weight: 500;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	line-height: normal;
	padding: 0px 5px 0px 15px;
	width: 100%;
	}


.info .descripcion .datos_ponente p b{
font-size: 12px;
    font-weight: 800;
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	color: rgba(0,0,0,1.00);
	margin-right:  3px;

	}
	
	
	.contenedor_info .img_taller{
	width:  50%;
	height: auto;
    position: relative;
	margin-right: 0px;
	}
	
	
.contenedor_info .img_taller .flyer{
  width: 79%;
	height: auto;
	overflow: hidden;
	float: right;
	border-radius: 10px;
}

.contenedor_info .img_taller .flyer img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	-o-transition:all ease .5s;
	-webkit-transition:all ease .5s;
	padding-bottom: 0px;
	border-bottom:solid 0px rgba(207,207,207,1.00);	
}
	

.contenedor_info .img_taller .flyer img:hover{
border-radius: 10px;
	
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);	
}


.info .descripcion .datos_ponente .registro{
	width:  55%;	
	display: block;
	justify-content:space-around;
	flex-wrap: wrap;
	height: 40px;
	padding: 0px;
	text-align: left;
	margin-top: 120px;
	margin-bottom: 10px;
	background-color:rgba(236,136,8,1.00);
		
	}
	
	
	.info .descripcion .datos_ponente .registro a{
	font-size: 20px;
	color: aliceblue;
	padding: 0px;
	padding-top: 0px;
	text-decoration: none;
	cursor: pointer;
	}
	
	
	.info .descripcion .datos_ponente .registro a h4{	
	width:  auto;
	font-size: 12px;
	color: aliceblue;
	text-align: left;
	font-weight: 800;
	padding-top: 12px;	
		
	}
	
	
	.info .descripcion .datos_ponente .registro a img{	
	width:  40px;
	height: auto;
	font-size: 11px;
	color: #000000;
	float: left;
	font-weight: 600;
	padding-bottom: 0px;
	margin-top: 7px;
	padding-right: 5px;
	padding-left: 10px;	
	}
	
	

}