/******************************UNEX_PUBLICACIONES*****************************/
.publicacion_separador{
	position: relative;
	padding-top: 23px;
	margin: 0 auto;
	width: 100%;
}
#unex_gestor{
	margin: 55px auto 0px auto;
	width: 100%;
	text-align: left;
}
#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: 36%;
	text-align: right;
}
.unex_imagen img{
	width: 250px;
}
.unex_texto{
	width: 62%;
	float:right;
	position: relative;
	display: table;
	vertical-align: middle;
}
.unex_titulo{
	font-weight: bold;
	font-size: 24px;
	color: black;
	padding-top: 20px;
	max-width: 87%;
}
.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;
	width: 87%;
}
.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;
}