
/*header, article, aside, section, footer, nav{
	display: block;
}*/

* {
	padding: 0;
	margin: 0;
	
}



body{
	
	
	
	background: #F4A460 /*SandyBrown*/
	
	}
	
	

#tamaño, #tamaño2{
	width: 100%;
	max-width: 1210px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: auto;
    margin-right: auto;
	font-family: 'Droid Sans', sans-serif;
	/*overflow: hidden;*/
	
	background: #F4A460 /*SandyBrown*/
	
	/*box-sizing: border-box;*/
}






.conlui{
	width: 200px;
	height: 50px;
	/*display: inline;*/
	margin: 0 auto;
	/*background: green;*/
	font-size: 17; 
	color: white; 
	padding-left: 5%;
}



/* CAPAS DE CURSOS DEL 2019 - 2021

.diecinueve{
	width: 390px;
	height: 300px;
	background-image: url("temarios/indice/5207.jpg");
	display: inline-block;
	
	
	
	
	
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 10%;
	
	
	
}

#capa1{
	width: 390px;
	height: 300px;
	background-color: rgba(31, 31, 31, 0.6);
	border-radius: 10%;
	animation-name: opaco;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	
}




.veinte{
	width: 390px;
	height: 300px;
	background-image: url("temarios/indice/sasiquer5.jpg");
	display: inline-block;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 10%;
	
	
	
	
}


#capa2{
	width: 390px;
	height: 300px;
		
	background-color: rgba(31, 31, 31, 0.6);
	border-radius: 10%;
	animation-name: opaco;
	animation-duration: 3.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	
}


.veintiuno{
	width: 390px;
	height: 300px;
	background-image: url("temarios/indice/l2021.jpg");
	
	display: inline-block;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 10%;
	
		
}


#capa3{
	width: 390px;
	height: 300px;
	

	
	background-color: rgba(31, 31, 31, 0.6);
	
	border-radius: 10%;
	
	
	animation-name: opaco;
	animation-duration: 3.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	
	
}
*/
 
/*FIN DE CAPAS DE CURSOS 2019 -2021*/


.veintitres{
	width: 390px;
	height: 300px;
	background-image: url("temarios/indice/2023.jpg");
	/*float: left;*/
	display: inline-block;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 10%;
	
	
	/*animation-name: radio;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
	animation-direction: alternate;*/
	
}


#capa4{
	width: 390px;
	height: 300px;
	/*overflow: hidden;*/

	
	background-color: rgba(31, 31, 31, 0.6);
	/*-webkit-transition: opacity 1s;*/
	border-radius: 10%;
	
	
	animation-name: opaco;
	animation-duration: 3.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	/*opacity: 0;*/
	
}

.veinticuatro{
	width: 390px;
	height: 300px;
	background-image: url("temarios/indice/2024.jpg");
	/*float: left;*/
	display: inline-block;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 10%;
	
	
	/*animation-name: radio;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
	animation-direction: alternate;*/
	
}

#capa5{
	width: 390px;
	height: 300px;
	/*overflow: hidden;*/

	
	background-color: rgba(31, 31, 31, 0.6);
	/*-webkit-transition: opacity 1s;*/
	border-radius: 10%;
	
	
	animation-name: opaco;
	animation-duration: 3.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	/*opacity: 0;*/
	
}



.veinticinco{
	width: 390px;
	height: 300px;
	background-image: url("temarios/indice/2025.jpg");
	display: inline-block;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 40px;
	border-radius: 10%;
	
	
	
}

#capa6{
	width: 390px;
	height: 300px;
	background-color: rgba(31, 31, 31, 0.6);
	border-radius: 10%;
	animation-name: opaco;
	animation-duration: 3.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	
	
}











@keyframes opaco{
	
	from{
		/*filter: opacity(1);*/
		/*border-radius: 10%;*/
		opacity: 0;
		
	}
	
	to{
		/*filter: opacity(.5);*/
		/*border-radius: 30%;*/
		opacity: 1;
		
	}
	
}


/*@keyframes radio{
	
	from{
	
		border-radius: 10%;
		
		
	}
	
	to{
		
		border-radius: 30%;
		
		
	}
	
}*/




figcaption{
	text-align: center;
	color: #ffffff;
	margin: 10px;
}














#curso2{
	width: 1000px;
	height: 464px;
	margin: 0 auto;
	background-image: url("temarios/carteles/proxi.png");
	margin-bottom: 15px;
	clear: both;
}


/*
#curso3{
	width: 1000px;
	height: 464px;
	margin: 0 auto;
	background-image: url("temarios/carteles/cumpli_stps.png");
	margin-bottom: 15px;
	clear: both;
}

*/


/*
#curso4{
	width: 1000px;
	height: 464px;
	margin: 0 auto;
	background-image: url("temarios/carteles/acr.png");
	clear: both;
}
*/





.info{
	width: 1000px;
	height: 464px;
	overflow: hidden;
	background-color: rgba(31, 31, 31, 0.9);
	-webkit-transition: opacity 1s;
	opacity: 0;
	
	/*opacity: 1;*/
} 



 #curso2:hover .info{
	opacity:1;
	
}



/*activar para habilitar sobre de cartel*/


#curso3:hover .info{
	opacity:1;
	
}

#curso4:hover .info{
	opacity:1;
	
}
 
 
.info a{
	display: inline-block;
	/*text-decoration: none;*/
	color: white;
	
	/*margin-left: 300px;hay que quitar este cuando ya este activo el cartel de cursos*/
	/*margin-top: 200px; hay que quitar este cuando ya este activo el cartel de cursos*/
	
	
	-webkit-transition: margin 0.5s;
	/*margin-left: -415px;
	margin-top: 200px;*/
	}
	
.fecha{
	
	width: 1000px;
	text-align: center;
	margin-top: 470px;
	
	/*margin-top: 50px;hay que quitar este cuando ya este activo el cartel de cursos*/
	
	
	
	/*margin-bottom: -100px;*/
	-webkit-transition: margin 0.5s;
}





	
 #curso2:hover .info a{
	margin-left: 300px;
	margin-top: 200px;
}


 #curso2:hover .fecha{
  margin-top: 50px;
  
}




/* activar este para poner a funcionar el cartel de cursos*/

#curso3:hover .info a{
	margin-left: 300px;
	margin-top: 200px;
}


#curso3:hover .fecha{
  margin-top: 50px;
  
}


#curso4:hover .info a{
	margin-left: 300px;
	margin-top: 200px;
}


#curso4:hover .fecha{
  margin-top: 50px;
  
}




@media screen and (max-width: 500px){

#curso2{
	width: 400px;
	height: 210px;
	margin: 0 auto;
	background-image: url("temarios/carteles/proxi1.png");
	margin-bottom: 15px;
	clear: both;
}
}