/*******************UNEX**************************/

#unex_portada{
	margin: 10px auto 0px auto;
	width: 100%;
}
#unex_portada img{
	width: 100%;
	margin: 40px 0 25px 0;
}
#unex_t{
	font-size: 32px;
	color: black;
	font-weight: bold;
	margin: 10px 0;
}
#unex_subt{
	font-size: 20px;
	margin: 10px 0;
}
.unex_bloque{
	position: relative;
	padding-top: 46px;
	margin: 0 auto;
	width: 100%;
}
.unex_imagen{
	float:left;
	width: 48%;
}
.unex_imagen img{
	width: 100%
}
.unex_texto{
	width: 48%;
	float:right;
	position: relative;
	display: table;
	vertical-align: middle;
}
.unex_texto2{
	position: absolute;
	width: 48%;
	float:right;
	z-index: 400;
	box-shadow: inset 0px -90px 60px -50px #ffffff;
	right: 0;
}
.unex_titulo{
	font-weight: bold;
	font-size: 24px;
	color: black;
	padding-top: 20px;
}
.unex_subtitulo{
	font-weight: bold;
	padding: 20px 50px 0px 50px;
	font-size: 16px;
}
.unex_descripcion{
	overflow-y: hidden;
	padding: 10px 50px 20px 50px;
	text-align: justify;
}
.unex_descripcion ul{
	/*display: inline-block;*/
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.unex_descripcion li{
	display: list-item;
	list-style: inherit;
}
.alinear_texto{
	display: table-row;
	position: absolute;
}
.saber_mas{
	bottom: -12px;
	cursor: pointer;
	position: absolute;
	left: 41%;
	color: black;
	font-weight: bold;
}
.saber_menos{
	bottom: 20px;
	cursor: pointer;
	position: absolute;
	left: 48%;
	height: 25px;
	width: 25px;
	background-image: url(../images/unex/Cruz.png);
	background-size: 25px 25px;
	cursor: pointer;
	display: none;
	opacity: 0.5;
}
#volver_arriba{
	z-index: 500;
	width: 100%;
	max-width: 40px;
	height: 30px;
	border-radius: 50%;
	opacity: 1;
	position: fixed;
	bottom: 50px;
	right: 40px;
	display: none;
	background-image:url(../images/unex/Flecha.png);
	cursor: pointer;
}