/* CSS Document */
#welcome{
	width:980px; min-height:500px;
	margin:0px auto;
	text-align:left;
	padding:60px 0px 50px 200px;
}

/* 	==========================================================
	ANIMACION
	==========================================================
 */
#anim{
	position:relative;
	height:687px;
	/*
	background:#FA6A56;
	*/
	background:#fff;
	overflow:hidden;
}
#anim ul{
	list-style:none;
	margin:0; padding:0;
}
#anim li{
	position:relative;
	height:687px;
}
#anim li .animPic{
	width:100%;
	height:687px;
	overflow:hidden;
}
#anim li .animPic img{
	width:100%;
	margin:0 auto;
}
#anim li .animTexto{
	position:absolute;
	bottom:160px;
	width:416px;
	height:416px;
	background:rgba(0,0,0,0.6);
	/* background:rgba(176,169,170,0.6); */
	background:rgba(28,91,153,0.6);
	border-radius:100%;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.9);
}
#anim li .animTexto h1{
	font-size:35px;
	color:#fff; margin:0;
	padding:120px 50px 0px 50px;
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}
#anim li .animTexto p{
	font-size:16px;
	color:#fff;
	padding:0px 50px;
	text-align:center;
}
#anim .botonMas{
	position:absolute; right:40px; bottom:30px;
	background:#FA6A56;
	color:#fff;
	height:70px; width:70px;
	padding:20px 10px;
	text-align:center;
	border:4px solid rgba(0,0,0,0.2);
	border-radius:100%;
	font-size:13px;
	-webkit-transition: background .6s ease-out;
	transition: background .6s ease-out;
	-moz-transition: background .6s ease-out;
}
#anim .botonMas:hover{
	background:#16a085;
}


/* 	==========================================================
	DESTACADOS BOXES
	==========================================================
 */
#programas{
	position:absolute; bottom:-10px; right:0px;
	clear:both;
	margin:0px 0;
	min-height:120px;
}
#programas ul{ margin:0; padding:0; list-style:none;}
#programas li{
	width:200px;
	margin:0 0px 0 0;
	float:left;
	height:120px;
	position:relative;
	display:flex;
	justify-content: space-between;
}
#programas li:nth-child(even) { 
	background:#2980b9; 
}
#programas li:nth-child(odd) { 
	background: #3498db;
}
#programas li#label{
	width:30px;
}
#programas li a:link, #programas li a:visited{
	position:absolute;
	left:0px; top:20px;
	width:100%;
	padding:10px 0px;
	font-size:14px;
	color:#fff; font-weight:700;
	text-align:center;
}
#programas li.todos:hover .icono{
	background:#FA6A56;
}
#programas li .icono{
	display: block;
    -webkit-transition: opacity .6s ease-out;
	transition: opacity .6s ease-out;
	-moz-transition: opacity .6s ease-out;
    opacity: 0;  height: 0; overflow: hidden;
	position:absolute;
	left:0; top:-20px; text-align:center;
	width:200px; 
	background:#FA6A56;
}
/*
#programas li:hover .icono, #programas li.current .icono{
	opacity: 1;
    height: auto;
	height:120px;
}
*/
#programas li:hover {
	background:#FA6A56;
}
#programas a.active .icono{
	opacity: 1;
    height: auto;
	height:120px;
}

#programas li .icono a{
	top:-10px; /* padding del a global */
}
#programas li .icono img{
	padding:20px 0 0 0;
}

/* 27 de junio 2018 */
.prog_icono{
	width:50px;
	margin: 0 auto;

}
.prog_icono img{
	width:100%;
}
.prog_titulo{ flex:1;}

#whatsnew{
	margin:50px auto;
	min-height:180px;
	clear:both;

}
.whatsnew_header{
	display: flex;
	justify-content: space-between;
	border-top:2px solid #ccc;
	padding:6px 0px;
	margin-bottom:30px;
}
.news_list{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
#whatsnew h3{
	padding-top: 10px;
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
}
#whatsnew .btn_morenews{
	border: 1px solid rgba(0,0,0,0.2);
	border-radius:30px;
	padding: 7px 25px;
	display: block;
}
#whatsnew .btn_morenews:hover{
	border-color: rgba(0,0,0,0.3);
}
#whatsnew .item{
	width:32%;
	min-height:250px;
	display:inline-block;
	padding:6px;
	margin:0 1% 30px 0;
	vertical-align:top;
}
#whatsnew .item:hover{
	background:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#whatsnew .item:hover{
	background:#fff;
}
#whatsnew .item .pic{
	width:100%;
	height:220px;
	overflow: hidden;
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#whatsnew .item .pic img{
	filter: alpha(opacity=100);
	opacity: 1;
	width:100%; height: 220px;
	object-fit: cover;
	object-position: top;
}
#whatsnew .item .item_meta{
	padding: 20px 0;
}
#whatsnew .item p{
	margin:7px 0;
	text-align:left;
	display:block;
	min-height:90px;
}
#whatsnew img:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}
span.arrow{
	display:inline-block;
	padding:0 0 0 5px;
	font-size:110%;
}
.links{
	margin:0; padding:20px 20px 0 30px;
	list-style:none;
	text-align:left;
}
