/*////////////////////CSS PARA PLANTILLAS CMS-PORTAL///////////////////////////////////////////////// agregado por @pfernandezp91 en Dirección de Sistemas*/

@import 'https://portal.ucol.mx/cms/dependencia/fonts/OpenSans.css'; /* Fuente Open Sans */
.fa{font: normal normal normal 14px/1 FontAwesome !important;}
/*////////////////////////////////////////////////////////////////////ESTILOS GLOBALES////////////////////////////////////////////////////////////////////////////////////////////////*/
html {
	font-size:100%;
	height:100%;
}
* {
	margin:0px;
	padding:0px;
}
body,ol,p,hr {
	margin:0px;
	padding:0px;
}
p {
    margin-bottom: 10px;
}
body {
	height:100%;
	color: white;
	/* color:#d98640;*/
	font-size:14px !important;
	font-family:'Open Sans', sans-serif !important;
	background-color: #26243e;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}
h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	margin:0px;
	padding:0px;
}
h1.titulo {
	background-color:chartreuse;
	color: black  !important;
	font-size:16px;
	height:auto;
	padding-bottom:12px;
	padding-top:15px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	margin-bottom:10px;
	margin-top: 10px;
	position:relative;
	border-top:3px solid transparent;
	border-radius: 5px;
}
h1.titulo:before,h1.titulo:after {
	content:"";
	position:absolute;
	z-index:-2;
}
h1.titulo:before {
	border-radius:100px;
	bottom:10px;
	box-shadow:0 0 15px rgba(0,0,0,0.6);
	left:0;
	right:50%;
	top:30px;
	bottom:0;
	left:10px;
	right:10px;
}
h2 {
	color:#444545;
}
h4 {
    margin-bottom: 10px;
}
#izquierda h2 {
	background:url("/content/micrositios/2/image/h2-background.png") no-repeat scroll left bottom rgba(0,0,0,0);
	margin-bottom:15px;
}
a {
	color:#669933;
}
img {
	border:none;
	color:none;
}
#estructura {
	height:auto;
	min-height:100%;
	padding-bottom: 200px;
}
/*///////////////////////////////////////////////////////////////////////////////////MEDIDAS 980px DE CONTENEDORES////////////////////////////////////////////////////*/
#menu,.encabezado,#cesion .ruta,.contenido,#abajo,#footer .inner,.derechos,#copyright .container-fluid {
	max-width:960px;
	margin: 0 auto;
}
/*///////////////////////////////////////////////////////////CABECERA (TODO LO QUE ESTA DENTRO DE TOP)///////////////////////////////////////////////////////*/
#top {
	border-top:4px solid #693;
	background-color:#344860;
	box-shadow:0 1px 7px 0 rgba(50,50,50,0.75);
	width:100%;
	height:auto;
}
.encabezado {
	background-image:url("/content/micrositios/2/image/00Escudo.png");
	background-repeat:no-repeat;
	background-position:left center;
	display:inherit;
	position:relative;
	height:78px;
}
.encabezado .linkUcol {
	height:57px;
	position:absolute;
	top:9px;
	width:348px;
}
.encabezado .linkUcol a.escudo {
	border-radius:50%;
	display:inline-block;
	height:57px;
	width:57px;
	float:left;
	text-decoration:none;
}
.encabezado .linkUcol a.nombre {
	display:inline-block;
	float:left;
	height:25px;
	margin-left:7px;
	margin-top:15px;
	width:283px;
	text-decoration:none;
}
.encabezado .TituloDep {
	height:auto;
	left:63px;
	line-height:11px;
	max-width:300px;
	position:absolute;
	top:54px;
}
.encabezado .TituloDep a {
	color:#F6F9F3;
	font-family:Arial,Univers-1;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
}
.botonbuscar {
	background-image:url("/content/micrositios/63/image/lupa.png"),linear-gradient(to bottom,#fbfbfb 0%,#e4e4e4 100%);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #c3c3c3;
	border-radius:0 3px 3px 0;
	box-shadow:0 -1px 1px 0 #b6b6b6 inset;
	padding:5px 20px;
	margin-left:-4px;
}
input.search {
	background-color:#f9f9f9;
	border:1px solid #c8c8c8;
	border-radius:3px 0 0 3px;
	font-size:11px;
	padding:8px 10px 8px;
	transition:border 0.2s linear 0s,box-shadow 0.2s linear 0s;
	width:135px !important;
}
#cse-search-box .input-append {
	margin-bottom:5px;
	display:inline-flex;
	margin-top: 8px;
}
#menu-header {
	display:inline-block;
	margin:13px 0;
	position:absolute;
	right:0;
	font-size:12px;
}
#menu-header li {
	display:none;
	float:left;
	list-style:none;
	margin:0 0 0 15px;
}
#menu-header li a {
	color: #FFFFFF;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////MENÚ/////////////////////////////////////////////////////////////////////////////////////*/
#menu {
	height:50px;
	margin-top:10px;
}
#areanavegacion {
	display:block;
	float:none;
	margin:0 auto;
	position:relative;
	/*width:-webkit-fit-content;width:-moz-fit-content;*/
}
#areanavegacion #navlist {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#areanavegacion ul#navlist {
	margin:0 auto;
}
#areanavegacion #navlist li {
	display:inline;
}
#areanavegacion ul#navlist li {
	background:url("/content/micrositios/2/image/menu-sep.png") no-repeat scroll right center rgba(0,0,0,0);
	margin:0;
	padding:0;
	padding-right:1px;
	margin-left:-2px;
}
#areanavegacion #navlist a {
	display:inline-block;
}
#areanavegacion ul#navlist a {
	text-decoration:none;
	font-weight:normal;
}
#areanavegacion #navlist a {
	display:inline;
}
#areanavegacion ul#navlist>li>a {
	display:block;
	height:35px;
	line-height:35px;
	padding:0 29px;
}
#areanavegacion ul#navlist,ul#navlist ul,ul#navlist li {
	margin:5px 0;
	padding:2px 2px;
	list-style:none;
	display:block;
	text-align:center;
	list-style:none outside none;
	text-align:center;
}
#areanavegacion ul#navlist li a {
	color:#494949;
	margin:0;
}
#areanavegacion ul#navlist>li:last-child {
	background:none;
}
#areanavegacion ul#subnavlist {
	margin:0;
	display:none;
	padding:20px 10px 0 0 !important;
	position:absolute;
	top:30px;
	border:0 solid !important;
	background:none !important;
	z-index:1;
	max-width:174px;
}
#areanavegacion ul#subnavlist li {
	padding:0;
	background:#b1b3b6;
	float:none;
	display:inline-flex;
	margin:0;
	text-align:left;
	width:100%
}
#areanavegacion ul#subnavlist li a {
	border-left:2px solid #878787!important;
	border-right:2px solid #878787!important;
	border-top:2px solid #878787!important;
	color:#FFFFFF !important;
	padding:4px 8px !important;
	margin:0;
	width:100%;
}
#areanavegacion ul#subnavlist li:first-child>a {
	border-top:0px solid #878787!important;
}
#areanavegacion ul#subnavlist li:first-child {
	border-top:2px solid #878787;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
#areanavegacion ul#subnavlist li:last-child {
	border-radius:0 0 3px 3px;
	border-left:0;
	border-top:0px;
	border-bottom:1px solid #15273D !important;
	/*border-bottom:1px solid #ccb330 !important;*/
}
#areanavegacion ul#subnavlist li:last-child>a {
	border-radius:0 0 3px 3px;
	margin-bottom:1px;
}
#areanavegacion ul#subnavlist li:last-child:hover>a {
	border-bottom:2px solid #669933 !important;
}
#areanavegacion .opcion1 {
	background:#030;
	width:12px;
	border:1px solid yellow;
}
#areanavegacion .opcion2 {
	background:#060;
}
#areanavegacion .opcion3 {
	background:#090;
}
#areanavegacion .opcion4 {
	background:#0C0;
}
#areanavegacion .opcion5 {
	background:#0F0;
}
#areanavegacion .opcion6 {
	background:#0F0;
}
#areanavegacion .opcion7 {
	background:#0F0;
}
#areanavegacion .opcion8 {
	background: #0F0;
}
/*/////////////////////////////////////////////////////////CUANDO PASAS EL MOUSE POR LAS OPCIONES DEL MENÚ///////////////////////////////////////////////////////////////*/
#areanavegacion ul#navlist>li:hover>a {
	background-color: #b1b3b6;
	border-bottom: 3px solid #669933;
	background-size:100% 100%;
	border-radius:3px;
	color:white;
}
#areanavegacion ul#navlist li a:hover {
	color:white !important;
	text-decoration:none;
}
#areanavegacion ul#navlist li a:active {
	color:#2f6bf0;
}
#areanavegacion ul#navlist li:hover ul#subnavlist {
	display:block;
	position:absolute;
	padding-top:5px;
}
#areanavegacion ul#navlist li:hover ul#subnavlist li a {
	display:block;
	width:100%;
	border:none;
	padding:2px;
}
#areanavegacion ul#navlist li:hover ul#subnavlist li a:before {
	content:"";
}
#areanavegacion ul#subnavlist li:hover {
	background:#6e747b !important;
}
#areanavegacion ul#subnavlist li a:hover {
	color:white !important;
}
#areanavegacion ul#navlist li:hover ul#subnavlist {
	display:block;
	background:#fff;
	position:absolute;
	padding-top:5px;
	text-align:left;
	border: 1px solid black;
}
/*/////////////////////////////////////////////////////////////////////////////MENÚ LATERAL///////////////////////////////////////////////////////////////////////////////////////////////*/
#menulateral {
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #D6D6D6;
	border-radius:3px;
	font-size:12px;
	line-height:13px;
	;
	margin-bottom:15px;
	padding:10px;
}
#izquierda #menulateral {
	display:table;
	margin-bottom:10px;
	width:100%;
}
#izquierda #menulateral ul {
	border:none;
}
#izquierda #menulateral li {
	border-left:1px solid #B4B7B5;
	margin:0;
	clear:both;
}
#izquierda #menulateral a {
	padding:5px 10px;
	width:inherit;
	color:#777;
	background:#ccc;
}
#izquierda #menulateral a:hover {
	color:#777;
	background:#eee;
	text-decoration:none;
}
#menulateral ul ul {
	padding-left:15px;
}
#izquierda #menulateral ul ul li {
	margin:0;
	border-left:1px solid #B4B7B5;
}
#izquierda #menulateral ul ul a {
	padding:5px 5px 5px 30px;
	width:125px;
	color:#777;
	background:#ddd;
	text-decoration:none;
}
#izquierda #menulateral ul ul a:hover {
	color:#fff;
	background:#333;
	text-decoration:none;
}
#izquierda #menulateral ul ul a,#izquierda #menulateral a {
	background:none;
	padding:5px;
}
#izquierda #menulateral ul ul a:hover,#izquierda #menulateral a:hover {
	background:none;
	color:#777777;
	font-weight:bold;
}
#izquierda #menulateral ul#subnavlist {
	margin-left:5px;
}
#izquierda ul#subnavlist {
	border-left:3px solid #B4B7B5 !important;
	margin-left:-3px !important;
	padding:0 0 0 30px !important;
}
#menulateral li.active {
	border-left:3px solid #B4B7B5 !important;
	margin-left: -1px !important;
}
/*////////////////////////////////////////////////////////////////////////////////////AREA SESION//////////////////////////////////////////////////////////////////////////////////////////////////*/
#cesion {
	font-size:12px;
	color:#777777;
	display: none;
}
#cesion .ruta .izquierda {
	width:50%;
	display:none;
}
#cesion .ruta .derecha {
	text-align:right;
	width: 50%;
}
/*/////////////////////////////////////////////////////////////////////////////////////AREA DE CONTENIDOS////////////////////////////////////////////////////////////////////////////////////*/
.contenido {
	display:inherit;
	margin:0 auto;
}
.contenido #superior {
	display:inherit;
	float:none;
	padding:20px 0;
	text-align:justify;
}
.contenido #superior:empty {display:none;}
.contenido #centro {
	display:inherit;
	float:left;
	padding:0;
	text-align:justify;
}
.contenido #derecha {
	display:inherit;
	float:left;
	padding:0 0 10px 10px;
	text-align:justify;
}
.contenido #izquierda {
	display:inherit;
	float:left;
	padding:0 10px 10px 0;
	text-align: justify;
}
/*///////////////////////////////////////////////////////////////////////////////APARTADO ABAJO//////////////////////////////////////////////////////////////////////////////////////////////////*/
#abajo {
	/*margin-top: -135px; */
    position: relative;
    max-width: inherit !important;
    //background-color: #F18737;
    padding-top: 10px;
    padding-bottom: 10px;
    
    /*  gradiente */
    background: rgba(169,50,135,1);
background: -moz-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,50,135,1)), color-stop(49%, rgba(119,147,152,1)), color-stop(97%, rgba(203,178,48,1)), color-stop(100%, rgba(208,180,42,1)));
background: -webkit-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%);
background: -o-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%);
background: -ms-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%);
background: linear-gradient(to right, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93287', endColorstr='#d0b42a', GradientType=1 );
}
/*////////////////////////////////////////////////////////////////////////////////////////////////REDES SOCIALES///////////////////////////////////////////////////////////////////////////////////////*/
#menuSocial .menu {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:10px;
	font-size:12px;
	display: none;
}
#menuSocial .menu ul li {
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	list-style:none outside none;
	padding:0;
	text-decoration:none;
	margin-right:100px;
}
#menuSocial ul li {
	float:left !important;
}
#menuSocial .menu ul li a {
	color:#888888;
	font-weight:900;
	text-decoration:none;
	white-space:nowrap;
	line-height:26px;
	padding-left:27px;
}
#menuSocial .menu ul li a:hover {
	color:#34495F;
}
li.flickr,li.instagram,li.twitter,li.youtube,li.google,li.facebook {
	background-attachment:scroll;
	background-clip:border-box;
	background-color:rgba(0,0,0,0);
	background-image:url("/content/micrositios/34/image/social-profiles2.png");
	background-origin:padding-box;
	height:25px;
	width:25px;
}
li.facebook {
	background-position:0 0;
}
li.google {
	background-position:0 -25px;
}
li.twitter {
	background-position:0 -50px;
}
li.youtube {
	background-position:0 -75px;
}
li.instagram {
	background-position:0 -100px;
}
li.flickr {
	background-position:0 -125px;
}
li.facebook:hover {
	background-position:-25px 0;
}
li.google:hover {
	background-position:-25px -25px;
}
li.twitter:hover {
	background-position:-25px -50px;
}
li.youtube:hover {
	background-position:-25px -75px;
}
li.instagram:hover {
	background-position:-25px -100px;
}
li.flickr:hover {
	background-position: -25px -125px;
}
/*////////////////////////////////////////////////////////////////////////////////////AREA DE FOOTER/////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
	background-color:#344860;
	color:#FFFFFF;
}
#footer .inner {
	background:url("/content/micrositios/2/image/footer-shadow(1).png");
	background-repeat:no-repeat;
	background-position:top center;
}
#footer .mapa {
	margin:0 5px;
	padding:0;
	font-size:12px;
}
.address ul li {
	display:inline-block;
	float:left;
	line-height:20px;
	list-style:none outside none;
	padding-right:10px;
	width:auto;
	margin:16px 0;
}
.address ul li a {
	color:#FFFFFF;
}
#copyright {
	background:none repeat scroll 0 0 #1C2939;
	color:#FFFFFF;
	border:medium none;
	font-size:11px;
	text-align:right;
	padding-top:10px;
	min-height:80px;
}
#copyright .derechos {
	float:none;
	top:10px;
}
#copyright .izquierda {
	text-align: left;
}
/*///////////////////////////////////////////////////////////////////////////ICONOS DEL FOOTER///////////////////////////////////////////////////////////////////////////////////////////////*/
.icon-address,.icon-phone,.icon-email,.icon-website,.icon-map {
	background-image:url('/content/micrositios/2/image/icons.png');
	background-repeat:no-repeat;
	display:inline-block;
	height:20px;
	margin:1px 11px 0 0;
	width:18px;
	padding-left:25px;
}
.icon-address {
	background-position:0 0;
}
.icon-email {
	background-position:0 -40px;
}
.icon-phone {
	background-position:0 -20px;
}
.icon-map {
	background-position: 0 -60px;
}
/*/////////////////////////////////////////////////////////////////////////////////AREA PUBLICACION//////////////////////////////////////////////////////////////////////////*/
#publicacion .derechos p {
	color:#999;
	font-size:11px;
	font-style:normal;
	margin-bottom:auto;
	margin-top:4px;
	text-align: center;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*-------------------------------------------------------------------agregado por vcatita 12-06-2014------------------------------------------------------*/
.propositos li {
	width:220px;
	margin:20px 20px 30px 5px;
	display:inline-block;
	padding:1px 0;
}
.DProp {
	background:#f7f7f7;
	border-radius:2px;
	text-align:center;
	padding-bottom:16px;
}
.DProp img {
	border-radius:2px 2px 0 0;
}
.DProp_descr {
	color:#949494;
	padding:7px 14px 9px 14px;
}
.DProp_tit {
	padding:13px 14px 0px 14px;
	font-size:15px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	color:#606060;
}
.DProp_tit span {
	text-transform:uppercase;
	font-weight:700;
	display: block;
}
/*-------------------------------------------------------------------------------- INFRAESTRUCTURA ------------------------------------------------------------*/
.LInfraestructura li {
	width:430px;
	margin:20px 10px 30px 5px;
	display:inline-block;
	padding:10px 10px;
	vertical-align:top;
	background:#f7f7f7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.LInfra {
	text-align:left;
	padding-bottom:16px;
}
.LInfra h4 {
	padding:5px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:15px;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	color:#fff;
	background:#233244;
	text-align:center
}
.LInfra img {
	border-radius:2px 2px 0 0;
}
.LInfra_descr {
	color:#949494;
	padding:7px 14px 9px 0;
	text-align:left;
}
.LInfra_descr .Equipo li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:left;
	margin:10px 0;
	padding-left:25px;
	background-image:url(/content/micrositios/25/image/bullets2.jpg);
	background-repeat:no-repeat;
	background-position:0 .1em;
	width:99%
}
.NoBack {
	background: none !important;
}
/*--------------------------------------------------------------------------------------- PROYECTOS ---------------------------------------------------------------*/
.Proyectos {
	background:#f7f7f7;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	padding:4px 4px
}
.ProyectosL {
	width:960px;
	margin:0 auto;
	padding:0;
	display:inline-block;
}
.ProyectosL .Proyectos_des {
	width:298px;
	margin:5px 10px;
	padding:0;
	float:left;
	background:#fff
}
.ProyectosL h4 {
	border:0;
	font:bold 12px Arial,Helvetica,sans-serif;
	color:#000;
	padding:10px 10px;
	margin:0;
	border-bottom:1px solid #d8d8d8;
}
.ProyectosL p {
	font:normal 11px Arial,Helvetica,sans-serif;
	color:#6f6f6f;
	padding:5px 10px;
	margin:0;
	line-height:1.8em;
}
.ProyectosL img {
	float:left;
	padding:2px 0;
	margin-bottom: 4px;
}
/*------------------------------------------------------------------------------- página inicio SERVICIOS @vcatita ----------------------------------------------------------*/
#Inicio-3col {
	background: #F7F7F7;
	margin:20px 0
}
#Inicio-3col h1 {
	font-size:16px !important;
	color:#34495f;
	text-transform:uppercase;
	padding:10px 0px 10px;
	text-align:center
}
#Inicio-3col ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	-webkit-box-shadow:10px 11px 8px -6px #C6C6C6;
	-moz-box-shadow:10px 11px 8px -6px #C6C6C6;
	box-shadow:10px 11px 8px -6px #C6C6C6;
}
.Inicio-3Col li {
	width:263px;
	margin:0 24 px 30px 20px;
	display:inline-block;
	padding:1px 0;
	background:#fff;
	vertical-align:top
}
.Inicio-3Col li img {
	width:100%;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
#Inicio-3col li:first-child {
	margin-left:27px !important
}
.Inicio_descr {
	color:#999;
	padding:7px 14px 9px 14px;
	border-bottom:1px solid #ddd;
}
.Inicio_tit {
	padding:13px 14px 0px 14px;
	font-size:15px;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	font-weight: 600
}
/*----------------------------------------------------------------------------- servicio social -------------------------------------------------------------------------------*/
#SSPracticas {
	margin:10px 0;
	 
}
.SSPracticas li {
	max-width:410px;
	margin:20px 10px 30px 20px;
	padding:10px 10px;
	display:inline-block;
	vertical-align:top;
}
.SSPracticas_descr img {
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	padding:5px;
	display:block;
	margin-right:10px;
}
#SSPracticas li:first-child {
	margin-left:25px !important
}
.SSPracticas_descr {
	margin-top:10px;
	color:#999;
	text-align:left;
	display:table;
}
.SSPracticas_descr a {
	color:#4773a2
}
.SSPracticas_descr a:hover {
	color:#60a825;
	text-decoration:none;
	cursor:pointer
}
.SSPracticas_tit {
	font-size:15px;
	text-align:left;
	color:#333;
	font-weight:400;
	margin-bottom: 10px;
}
/*--------------------------------------------------- Descripción de servicios a 2 columnas ---------------------------------------------------------------------*/
#DosColumnas {
	margin:10px 0;
	background:none repeat scroll 0 0 #f7f7f7;
	box-shadow:0 0 0 1px rgba(128,128,128,0.1) inset,0 2px 3px 0 rgba(0,0,0,0.1);
}
#DosColumnas li {
	width:425px;
	margin:20px 10px 30px 20px;
	padding:10px 10px;
	display:inline-block;
	vertical-align:top;
}
.DosColumnas_tit {
	font-size:15px;
	text-align:left;
	color:#333;
	font-weight:400;
	margin-bottom:10px;
}
#DosColumnas li ul {
	padding-bottom:-10px !important;
}
#DosColumnas li ul li {
	margin:0;
	padding:0 0 0 0;
	line-height:25px;
	font-size:12px;
}
#DosColumnas li ul li img {
	float:left;
	vertical-align:top;
	padding:0px 4px;
	margin:3px 0 8px 0;
	line-height:50px
}
#DosColumnas li ul li ul {
	margin:0 0 0 50px;
	display:block;
	list-style:circle !important;
	color:#999
}
#DosColumnas li ul li ul li {
	margin:0;
	padding:4px 0;
	line-height:normal;
	width:auto;
	list-style: circle !important
}
/*-------------------------------------------------------------------- ACCIONES -----------------------------------------------------------------*/
#Acciones-list {
	margin:10px 0;
	padding:10px 10px;
	background:none repeat scroll 0 0 #f7f7f7;
	box-shadow:0 0 0 1px rgba(128,128,128,0.1) inset,0 2px 3px 0 rgba(0,0,0,0.1);
}
.Acciones-list li {
	padding:0.9em 0 0.7em 35px;
	background:url('/content/micrositios/25/image/iconAcciones.png') 0px 1.05em no-repeat;
	list-style:none !important;
	border-bottom:1px solid #ddd;
}
.Acciones-list li:first-child {
	padding-top:0 !important;
	border-top:0 !important;
	background-position:0 0.3em;
}
.Acciones-list li:last-child {
	padding-bottom:-10px !important;
	border-bottom:0 !important;
	margin: 0 0 0 0 !important
}
/*----------------------------------------------------------------------- MODELO UCOL-----------------------------------------------------------------*/
.Modelo {
	background:#f7f7f7;
	color:#333;
	padding:20px;
}
.Modelo img {
	display:table;
	float:left;
	margin:10px;
	margin-bottom:60px
}
.Modelo .link {
	margin:0 auto;
	padding:4px 4px;
	text-align:right;
	display:block
}
.Modelo a span {
	font-family:'WebSymbolsRegular';
	font-size:18px;
	color:#373737;
	padding-right:5px
}
.circle {
	position:absolute;
	margin:auto 0;
	width:40px;
	height:40px;
	border-radius:50%;
	left:3.3%;
	background:#d2d4d8;
}
.Area-Modelo {
	margin:30px 0 0 0;
	padding:0;
	list-style:none;
	position:relative;
	perspective:150;
	-moz-perspective:150;
	-webkit-perspective:150;
}
.Area-Modelo:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:10px;
	background:#d2d4d8;
	left:6%;
	margin-left:-10px;
	border:1px solid #eee
}
.Area-Modelo>li .Componente {
	margin:0 17px 15px 10%;
	background:#fff;
	border:1px solid #d2d4d8;
	color:#666;
	padding:2em;
	font-size:1em;
	line-height:1.4;
	position:relative;
	border-radius:2px;
	transition:all .25s ease-in-out;
}
.Area-Modelo>li:nth-child(odd) .Componente {
	background:#fff;
	border:1px solid #d2d4d8;
}
.Area-Modelo>li .Componente h1 {
	margin-top:0px;
	padding:0 0 10px 0;
	border-bottom:1px solid rgba(255,255,255,0.4);
	font-size:16px !important;
}
.Area-Modelo>li .Componente span {
	color:#00b4d4;
	font-weight:200;
	margin: 0 4px
}
/*triangulito*/
.Area-Modelo>li .Componente:after {
	right:100%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#d2d4d8;
	border-width:10px;
	top:10px;
}
.Area-Modelo>li:nth-child(odd) .Componente:after {
	border-right-color: #d2d4d8;
}
/*////////////////////////////////////////////CSS MEDIA QUERIES PARA DISPOSITIVOS MOVILES////////////////////////////////////////////////////////*/
@media screen and (max-width:980px) {
	.encabezado {
			width:724px;
	}
}
@media screen and (max-width:770px) {
	#menu-header {
			display:none;
	}
	.encabezado {
			width:auto;
	}
	select#menu-header {
			display:block;
			float:none;
			height:30px;
			margin:15px auto 0;
			position:relative;
			width:80%;
	}
	.encabezado {
			margin-left:10px;
	}
			#areanavegacion>ul#navlist {
			display:none !important;
	}
			.slicknav_menu {
			display:block;
			margin-top:10px;
	}
	#cesion .ruta .derecha {
		width:100%;
		padding:0 20px;
	}
}
@media screen and (max-width:760px) {
	.contenido {
		display:-webkit-flex;
		display:flex;
		-webkit-flex-flow:row wrap;
		flex-flow:row wrap;
	}
	.contenido>[class*="col"] {
		width:100% !important;
		box-sizing:border-box;
		display:inline-block !important;
		margin-bottom:20px;
	}
	#izquierda {
		order:3;
		-webkit-order:3;
		-moz-order:3;
	}
	#derecha {
		order:2;
		-webkit-order:2;
		-moz-order:2;
	}
	#centro {
		order:1;
		-webkit-order:1;
		-moz-order:1;
	}
}
@media screen and (max-width:690px) {
	.address .icon-address {
			display:none;
	}
	.address ul li {
		 margin:16px 0;
		 padding-right:0;
		 position:relative;
		 text-indent:-1000px;
		 width:10px;
		 margin-right:25px;
	}
	.address ul li:last-child {
		margin-right:0;
	}
	.address ul li a {
		 color:#ffffff;
		 height:19px;
		 left:0;
		 position:absolute;
		 top:0;
		 width:19px;
	}
	#copyright .derecha,#copyright .izquierda {
		display:none;
	}
	#copyright {
		min-height:52px;
		text-align:center;
	}
}
@media screen and (max-width:65.375em) {
	.Area-Modelo>li .Componente {
			-webkit-transform:rotateY(0deg);
			-moz-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
	.Area-Modelo>li .cbp_tmtime span:last-child {
			font-size:1.5em;
	}
}
@media screen and (max-width:47.2em) {
	.Area-Modelo:before {
			display:none;
	}
	.Area-Modelo>li .Componente {
			margin:0 0 30px 0;
			padding:1em;
			font-weight:400;
			font-size:95%;
	}
	.Area-Modelo>li .Componente:after {
			right:auto;
			left:20px;
			border-right-color:transparent;
			border-bottom-color:#95A5A6;
			top:-20px;
	}
	.Area-Modelo>li:nth-child(odd) .Componente:after {
			border-right-color:transparent;
			border-bottom-color:#BDC3C7;
	}
}
#content>.acceso-directo .thumbnail {
	margin:0px !important;
	padding:0px !important;
	width:100%;
	border:0 none;
}
#content>.acceso-directo li {
	list-style:none;
}
.thumbnail .overlay {
	background-color:#34495F;
	min-height:100%;
	left:15%;
	padding:0px 10px;
	position:absolute;
	top:0px;
	transition:all 0.4s ease-in 0s;
	width:270px;
	visibility:hidden;
	right:15%;
	margin:0 auto;
	align-content:center;
}
.thumbnail .overlay p {
	color:#FFF;
	padding:2px 4px;
	line-height:13px;
}
.thumbnail img.vermas {
	position:absolute;
	left:95%;
	top:93%;
	margin:-13px 0px 0px -13px;
	border:medium none !important;
}
.thumbnail .overlay h4 {
	color:#FFF;
	text-transform:uppercase;
	background-image:url("http://www.ucol.mx/cms/img/titulo_overlay.png");
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0px 17px;
}
.thumbnail:hover .overlay img {
	transition:all 0.6s ease-in-out 0s;
	transform:rotate(180deg);
	opacity:1;
}
.thumbnail img.vermas {
	position:absolute;
	left:95%;
	top:93%;
	margin:-13px 0px 0px -13px;
	border:medium none !important;
}
.thumbnail:hover .overlay {
	visibility: visible;
}
#copyright{
	display: none;
}
ul.rslides_tabs li a {
	display:block;
	padding:0;
	background-color:#6f6c72 !important;
	margin:0;
	height:10px;
	line-height:0;
	text-indent:-9999px;
}
ul.rslides_tabs li.rslides_here a {
	text-indent:-9999px;
	background-color:#344860!important;
	padding:0;
	margin:0;
	height:10px;
	display:block;
	line-height:1px;
}

/*////////////////////////////////////////////Estilos agregados por Cesar////////////////////////////////////////////////////////*/

* {
    font-family: "Open Sans" !important;
}
body {
    font-family: "Open Sans" !important;
    padding-top: 85px;
}
a {
    color: #669933 !important;
}
#top a{
    color: #ffffff !important;
}
/*////////////////////////////////////////////Header////////////////////////////////////////////////////////*/
#top {
    border-bottom: 7px solid #cab233;
    border-top: 0;
    background-color: #669933;
    box-shadow: none;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9;
    top: 0;
}
.encabezado {
    background-image: url("/content/micrositios/84/image/udc-blanco.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: inherit;
    position: relative;
    height: 78px;
}
.encabezado .TituloDep {
    display: none;
}
#cse-search-box,
#menu-header {
    display: none;
}
#menu {
    height: 80px;
    margin-top: 0;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
}
#menu, .encabezado, #cesion .ruta, .contenido, #abajo, #footer .inner, .derechos, #copyright .container-fluid {
    max-width: 1280px;
}
#areanavegacion {
    margin: auto;
    margin-top: -5px;
    position: relative;
    right: 0;
    top: 0;
    padding: 0px;
    height: 66px;
    color: #FFF !important;
    z-index: 10;
}
#areanavegacion ul#navlist {
	float: right;
}
#areanavegacion ul#navlist, ul#navlist ul, ul#navlist li {
    margin: 2px 0;
    padding: 2px 2px;
    list-style: none;
    display: block;
    text-align: center;
    list-style: none outside none;
    text-align: center;
}
#areanavegacion ul#navlist li {
    background: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#areanavegacion ul#navlist li a {
    color: #FFFFFF !important;
    /*text-transform: uppercase;*/
}
#areanavegacion ul#navlist>li>a {
    padding: 22px 20px;
    display: inline-table;
}
#areanavegacion ul#navlist li:hover {
    background-color: #669933;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#areanavegacion ul#navlist>li:hover>a {
    border-bottom: none;
    background-color: transparent;
}
#areanavegacion ul#subnavlist {
    padding: 0 !important;
    position: absolute;
    top: 83px;
    max-width: 230px;
}
#areanavegacion ul#subnavlist li:first-child {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#areanavegacion ul#subnavlist li {
	background-color: #8b1111;
	padding: 5px 0;
}
#areanavegacion ul#subnavlist li:first-child>a {
    border-top: 0 !important;
}
#areanavegacion ul#subnavlist li a {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding:0x 14px !important;
}
#areanavegacion ul#subnavlist li:last-child {
    border-bottom: 0 !important;
}
#areanavegacion ul#subnavlist li:hover {
    background-color: #740b0b !important;
}
#areanavegacion ul#subnavlist li:last-child:hover>a {
    border-bottom: 0 !important;
}
/*////////////////////////////////////////////Footer////////////////////////////////////////////////////////*/
#footer {
    background-color: #6e9996; /*33333*/
    background: rgba(169,50,135,1) !important;
    background: -moz-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,50,135,1)), color-stop(49%, rgba(119,147,152,1)), color-stop(97%, rgba(203,178,48,1)), color-stop(100%, rgba(208,180,42,1))) !important;
    background: -webkit-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%) !important;
    background: linear-gradient(to right, rgba(169,50,135,1) 0%, rgba(119,147,152,1) 49%, rgba(203,178,48,1) 97%, rgba(208,180,42,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93287', endColorstr='#d0b42a', GradientType=1 ) !important;
}
.inner {
    display: none;
}
#copyright {
    display: block;
    background-color: #a93287;
    padding-top: 20px;
    text-align: center;
}
#copyright .izquierda, #copyright .derecha {
    display: none;
}
#publicacion {
    display: none;
}
/*////////////////////////////////////////////Cuerpo////////////////////////////////////////////////////////*/
#estructura {
    padding-bottom: 0;
}
/*////////////////////////////////////////////Slider////////////////////////////////////////////////////////*/
ul.rslides_tabs li.rslides_here a {
	background-color: #D2782D!important;
}
ul.rslides_tabs li a {
	background-color: #999999 !important;
}
a.rsliders_nav.next, a.rsliders_nav.prev, a.rslides_nav.next, a.rslides_nav.prev {
	background-color: #333333;
}
[class*="col-md-6"]>.slider {
     margin: 0 !important;
}
.slider {
    margin: 0 !important;
}
ul.rsliders_tabs, 
ul.rslides_tabs {
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 10px !important;
    display: inline-table;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
ul.rslides_tabs li a,
ul.rsliders_tabs li, 
ul.rslides_tabs li{
    width: 15px !important;
    height: 15px !important;
    background-color: transparent !important;
}
ul.rsliders_tabs li, 
ul.rslides_tabs li {
    margin: 0px 5px 0px 5px;
}
ul.rslides_tabs li a {
    border-radius: 50% !important;
    border: 1px solid #FFFFFF;
    background-color: transparent !important;
}
ul.rslides_tabs li.rslides_here a {
    background-color: #669933 !important;
}
.slider .caption {
    top: inherit !important;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 1.5625rem;
}
.slider .caption .caption-container {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
}
.slider .caption p {
    width: 50%;
    float: left;
}
.slider .caption p:last-of-type {
    text-align: right;
}
/*////////////////////////////////////////////Botones////////////////////////////////////////////////////////*/
.btn-etg {
    color: #ffffff;
    background-color: #DC8C3C;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    padding: 12px 16px;
    line-height: 1.33;
    width: 100%;
    text-transform: uppercase;
}
.btn:hover, .btn:focus {
    color: #ffffff;
    background-color: #D2782D;
}
/*////////////////////////////////////////////Menú lateral////////////////////////////////////////////////////////*/
ul#navlist li {
    font-weight: inherit;
    font-size: inherit;
}
.page-header {
    margin: 0 0 20px;
    border-bottom: none;
    text-align: center;
    background-color: #669933;
    background-position: right bottom !important;
    background-repeat: no-repeat;
    background-size: auto 76px;
    background-position: top right;
    position: relative;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
	-o-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}
.page-header .title-ucol{
    padding: 25px 0;
    margin: 0;
    font-size: 22px !important;
}
.sidebar > h2,
.sidebar-top {
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    padding: 10px 15px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}
.sidebar #navcontainer > #navlist {
	padding: 15px !important;
}
.sidebar #navcontainer,
.sidebar-box {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 25px;
}
.sidebar #navcontainer > #navlist,
.sidebar-menu {
    padding: 15px;
}
.sidebar #navcontainer #navlist,
.sidebar-menu ul {
	margin-bottom: 0;
	padding-left: 15px;
}
.sidebar #navcontainer > #navlist,
.sidebar-menu > ul {
    padding: 0;
}
.sidebar #navcontainer #navlist li,
.sidebar-menu ul li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    border-left: 1px solid #777777;
    text-align: left;
    margin: 0;
}
.sidebar #navcontainer #navlist li li,
.sidebar-menu ul li li {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.sidebar #navcontainer #navlist li.active,
.sidebar-menu ul li.active{
	border-left: 5px solid #777777;
	margin-left: -2px;
}
.sidebar #navcontainer #navlist li.active > a,
.sidebar-menu ul li.active > a {
	font-weight: 700;
}

.sidebar #navcontainer > #navlist ul li, 
.sidebar-menu > ul ul li {
	/*margin-top: 10px;*/
	margin-bottom: 0;
}
.sidebar #navcontainer #navlist li:last-of-type,
.sidebar-menu ul li:last-of-type{
	margin-bottom: 0;
}

.sidebar #navcontainer > #navlist {
    display: inline-block;
    width: 100%;
}

.sidebar #navcontainer, .sidebar-box {
    border-color: #ccb330 !important;
}

.sidebar #navcontainer, .sidebar-box, .LNoticias-info {
    background-color: #ccb330 !important;
}


/*-------------------------TESTIMONIO CAROUSEL-------------------------------------------------------------*/
.testimonials {
    padding-bottom: 50px
}
.testimonials .carousel-inner {
    overflow: inherit;
}
.testimonials .item {
    padding-top: 15px;
    max-width: 1280px;
    margin: 0 auto;
}
.testimonials .carousel-indicators {
    bottom: 0
}
.testimonials blockquote {
    border: none;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 25px;
    font-weight: 500;
    line-height: 60px;
}
.testimonials blockquote .fa-quote-left,
.testimonials blockquote .fa-quote-right {
    /*position: absolute;
    margin-left: 15px;
    margin-top: 15px;*/
    font-size: 60px;
    color: #333333;
    line-height: 1px;
}
/*.testimonials blockquote .fa-quote-left {
    margin-left: -43px;
    margin-top: -15px
}*/
.testimonials .name {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333333;
}
.testimonials .name span {
    margin-left: 5px;
    color: #333333;
}
.testimonials .carousel-indicators li {
    border-radius: 50% !important;
    border: 1px solid #333333 !important;
    background-color: rgba(255, 255, 255, .4);
    border: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}
.testimonials .carousel-indicators li:focus,
.testimonials .carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, .7)
}
.testimonials .carousel-indicators li.active {
    background-color: #333333 !important;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px
}
.foto-activista img {
    width: 100% !important;
    height: inherit !important;
}
#Activismo-mujeres>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}


/*-------------------------ESTILOS PARA LA GALERIA-------------------------------------------------------------*/
/*.title-page{margin:25px 0px 30px 0px;text-align: center;}
.title-page img {width: 100%;}
#centro table{margin:0 auto;}
#centro table a {border: 2px solid #FFFFFF;box-shadow: 0 0 5px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.17);display: inline-block;overflow: hidden;padding: 2px !important;width: 150px;}
#centro table img {height: 150px;margin-top: -2px;margin-left: -2px;width: auto;}
#centro table tr{display: inline;margin-bottom: 15px;}
#centro tbody, #centro tr, #centro td, #centro table {border: 0 solid;}
#centro table {margin: 0 auto;width: 100% !important;}
#centro td {float: left;}
#centro table td { float: none;display:inline-block; margin-right: 30px;margin-top: 30px;}
.albums p a {color: #659A3C;float: left !important;font-size: 14pt !important;margin: 0 30px;text-decoration: underline;line-height: 24pt;}
#columna #centro table td{float:left;margin-bottom:10px;}
#columna p{margin:0;}
#centro table a {height:100px;}
#centro > ul,
#centro > p {
    font-size: 14px;
}
#centro > ul {
    padding-left: 30px;
}*/
/*-----------------------------------------------------------------------------------------------------------------------*/


/* ESTILOS DE NOTICIAS */
.LNoticias ul.listado {
	margin-right: -0.781rem !important;
    margin-left: -0.781rem !important;
}
#centro~#carga-noticias,
.LNoticias ul.listado > ul.listado {
	margin: 0 !important;
}
.LNoticias ul.listado article{
	padding: 0 !important;
}
#noticias {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    left: 0 !important;
}

#noticias .noticia {padding: 0 !important;box-sizing: border-box; margin-bottom: 25px;float: left;}
#noticias .noticia:last-of-type {display: none;}
#noticias .noticia:nth-child(2) {display: block;}
#noticias .noticia > h4,
#noticias .noticia > span,
#noticias .noticia > p,
#noticias .noticia > a {
	background-color: #E0E0E0 !important;
	margin: 0;
	display: block;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
#noticias .noticia > h4,
#noticias .noticia > span,
#noticias .noticia > p,
#noticias .noticia > a,
#noticias .img-noticia {
	margin-right: 0.781rem !important;
    margin-left: 0.781rem !important;
}
#noticias .noticia > span {
	font-style: italic;
	padding-bottom: 0.75rem;
}
#noticias .noticia > h4 {
	padding-top: 0.781rem;
	padding-bottom: .75rem;
}
#noticias .noticia > h4,
#noticias .noticia > h4>a {
	color: #669933 !important;
	font-size: 0.875rem !important;
	height: 53px;
    overflow: hidden;
}
#noticias .noticia > a {
	padding-bottom: 0.781rem;
	text-align: right;
	border-radius: 0 0 .25rem .25rem;
}
#noticias .noticia > p {
	min-height: 215px;
    max-height: 215px;
    overflow: hidden;
}
.LNoticias-name {
	order: 1;
	margin-bottom: .75rem;
	height: 45px;
    overflow: hidden;
}
.LNoticias-info>p:first-of-type {
	order: 2;
	margin-bottom: 0.75rem;
	font-style: italic;
}
.LNoticias-info>p:last-of-type {
	order: 3;
	min-height: 120px;
}
.LNoticias-info>p{
	margin: 0;
	text-align: left !important;
}
.LNoticias-info .diames br{
	display: none;
}
#noticias .noticia > a {right: 1.25rem;bottom: 1.25rem;}
#noticias .noticia > a:before,
#noticias .noticia > a:after{
	display: inline-block;
	content: '-'
}
#noticias .noticia > a:before {
	margin-right: 5px;
}
#noticias .noticia > a:after {
	margin-left: 5px;
}
.LNoticias-position{color:#999999;margin:-2px 0 9px;}
.LNoticias ul.listado article,
.LNoticias ul.listado li,
.LNoticias ul.listado li img,
.nbs-flexisel-inner {
	width: 100%;
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
}
#noticias .img-noticia img{
	border-radius: .25rem .25rem 0 0;
	width: 100%;
	border-bottom: 5px solid #669933 !important;
}
#noticias .img-noticia {
    overflow: hidden;
}
#carga-noticias {
	padding-top: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-container .nbs-flexisel-nav-left, .nbs-flexisel-container .nbs-flexisel-nav-right {
    width: 18px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: -45px !important;
    left: inherit !important;
}
.nbs-flexisel-container .nbs-flexisel-nav-right {
    right: 15px !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHfSURBVHjapJRNa1pBFIbfe1UwLszKFuKq65AQFd0VVAImNCSL5AeIEKG7LlKov6EUsiu48AcUAumilK6LWEy7SCArXWkUY1wYIX6gaN9zmVvM5N5S6IEHLvfMPDOcmTNGPp+HFj7yihyQGHmu/t+SX+Qz+UKmy5O8mmSLfCBpPI1nZINkyXdSIGU7aS4N3CffXCR6vFS7OtRF6+SjWvVPLBYLTKdTN9mqmrNpi6Qm78maLjFNE+FwGLPZzE0WIqfiEFGK7OgjZCeZTAaFQgHxeByj0chNliS7Itomhp41DAODwQB+vx+5XA6JRALD4dBJJHN3PbFY7B0/XuhZj8eDWq2Gfr+PaDSKSCSCTqeDRqMBr1c/bExE9FYv8rKsXq+j2+2C4yxhr9dDs9m0ckth2sX+37CKfeuWnUwmSCaTkNs/n89RLBZRqVTg8z1Z+0ZE104SObV0Oo1sNmsdv0iq1apVfIe4NFXvLPSM3KNgMIjxeIxSqWRJAoGAk0Tmnhvctk+1RsrpQoZCIbTbbaeTskP6LWWqLn5D7vR7JHVptVp/kwzIiTjsXrsir8m9LnMorB0P5Jj80Lv/TL1D5X847p9kj3xye4/KqmWO1MMWJysqJ812Qb6qRR/t/rcAAwA70ZPgjyoCVAAAAABJRU5ErkJggg==') no-repeat;
}
.nbs-flexisel-container .nbs-flexisel-nav-left {
    right: 50px !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHtSURBVHjapJS/a1pRFMe/76lgHMyUFHTIki20oA9/UbqEQgkJzZAlYxUqBBwK7ZD/IEOWbAEHcS4pNEMCWWyXSDAtlAxxUlxExMUqVUHRfs/jPjAv11DogQ8837vn673fc841stksXOEj22SXWOSZet8mP8k5uSDj+SSvS+QlOSKv8DhWyXPyjpTIR/LL+WjOLdxT/6QTcccmuSJv3UIvyClZ1mWNx2PMZjPdDiVnwxEST07Iik5kMpkgHA7DNE2dWIgci4bHsqwdPhwSw71qOBwimUwil8vZv6vVKjwej3vZOrkWs7d0IoPBAIlEAplMBl6vF71eD4Zh6DYtL1+bqhIPYjQaIR6PQ1pDRIrFIkqlEnw+3yLzLdnRmtvYVCqFdDpt+5LP51Eul+H3+5+q4qpj9v+Gbfa+ct8OMbPRaKDVaoHfEIvF0O12UavV7GMuiHsRSvAh8qDdmSBi7XYbkUgE0WgU/X4f9XpdVzWJSznaV/KoQQKBACqVCgqFgm1+MBjU9RFU7rnByohH39ScaRsyFAqh0+lgOp3qWkBy35hqij+Rnk5IjtlsNheJdMgH0XBm7Ya8J3+0JWH/aER+kwNy557+z0TG5cc/lPta3VlfFt1H36Xd1ZUioxMjS87okVt1sZ3JAMwn/hVgAAotjgbMsmB4AAAAAElFTkSuQmCC') no-repeat;
}
#noticias .destacada:before {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    left: 12px;
    top: 0;
    background-color: #669933;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0Ni4zNTRweCIgaGVpZ2h0PSI0Ni4zNTRweCIgdmlld0JveD0iMCAwIDQ2LjM1NCA0Ni4zNTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ2LjM1NCA0Ni4zNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIxLjU3LDIuMDQ5YzAuMzA0LTAuNjEyLDAuOTI4LTEsMS42MDktMXMxLjMwNywwLjM4OCwxLjYwOSwxbDUuNzcxLDExLjY5NQ0KCQljMC4yNjEsMC41MjgsMC43NjgsMC44OTYsMS4zNTMsMC45OEw0NC44MTcsMTYuNmMwLjY3OCwwLjA5OSwxLjIzNywwLjU3MiwxLjQ0OCwxLjIyMWMwLjIxMSwwLjY0OSwwLjAzNSwxLjM2My0wLjQ1NCwxLjg0DQoJCWwtOS4zMzgsOS4xMDRjLTAuNDIzLDAuNDEyLTAuNjE2LDEuMDA2LTAuNTE3LDEuNTg4bDIuMjA0LDEyLjg1NWMwLjExMywwLjY3NC0wLjE2MSwxLjM1NC0wLjcxNiwxLjc1Ng0KCQljLTAuNTUzLDAuMzk5LTEuMjgzLDAuNDUzLTEuODksMC4xMzdsLTExLjU0NC02LjA2OWMtMC41MjItMC4yNzUtMS4xNDctMC4yNzUtMS42NywwbC0xMS41NDQsNi4wNjgNCgkJYy0wLjYwNCwwLjMxNy0xLjMzNywwLjI2Ni0xLjg5LTAuMTM2Yy0wLjU1NC0wLjQwMS0wLjgyOS0xLjA4Mi0wLjcxNS0xLjc1NmwyLjIwNC0xMi44NTVjMC4xMDEtMC41ODItMC4wOTQtMS4xNzYtMC41MTctMS41ODgNCgkJTDAuNTQyLDE5LjY2Yy0wLjQ4OS0wLjQ3OC0wLjY2NS0xLjE5LTAuNDU0LTEuODRjMC4yMTEtMC42NDgsMC43NzEtMS4xMjIsMS40NDktMS4yMjFsMTIuOTA3LTEuODc1DQoJCWMwLjU4NC0wLjA4NSwxLjA5MS0wLjQ1MiwxLjM1Mi0wLjk4MUwyMS41NywyLjA0OXoiLz4NCjwvZz4NCjwvc3ZnPg0K');
    background-repeat: no-repeat;
    background-size: 14px 14px !important;
    background-position: 5px 5px;
    border-radius: 3px 0 30px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
}
.nbs-flexisel-inner::before,
.nbs-flexisel-inner::after {
	position: absolute;
}
.nbs-flexisel-inner::before {
    content: "NOTICIAS";
    color: #14235F !important;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 30px;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: -50px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
	left: 10px;
}
.nbs-flexisel-inner::after {
	display: block;
    content: '';
    width: 60px;
    height: 4px;
    left: 12px;
    background-color: #CD7300;
    top: -26px;
}
.epigrafe {
	color: #CD7300 !important;
	margin-bottom: -15px;
	font-weight: 300;
	z-index: 2;
}
.art-summary {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.art-summary > br {
	display: none;
}









/*          MIO         */


.title-image {
    max-height: 25px;
}



.resize-image {
    max-width: 100%;
    width: initial;
}


.info_div {
    margin-top: -95px;
}

.textoLema{
    font: italic 16px georgia, Helvetica, sans-serif !important;
}

.textoDate{
    font: bold 16px georgia, Helvetica, sans-serif !important;
    color: #505050 !important;
}

.div-center{
    display: flex;
    align-items: center;
}

div.centra{
	width: 100%;
	min-width: 600px;
}
div.contiene{
	display:table;
	margin: 0 auto;
}
div.tablae{
	display:table;
	margin:0px;
	border-spacing:0px;
	border:0px;
	cellpadding:0px;
	cellspacing:0px;
	width:900px;
	/*background-color:white;*/
	padding-top: 0px;
}
div.hrgr3 {
  height: 20px;
  border-radius:0px;
}
div.hrr2 {
  height: 4px;
  background: #ceb32c;
  border-radius:0px;
}

.NcenterDiv{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.txp dl{
    margin: 5px 0;
}
.jilleighta:hover {
   background-color: black;
   /*background-color: #afc533;
   background-color: Thistle;*/
}
div.txp dl dt{
    color: #d98640;
}



div.tablap{
	display:table;
	margin:0px;
	border-spacing:0px;
	border:0px;
	cellpadding:0px;
	cellspacing:0px;
	width:600px;
	background-color:white;
	/*dding-left:40px;
	padding-right:40px;*/
}
div.tabla{
	display:table;
	margin:0px;
	border-spacing:0px;
	width: 100%;
	border-collapse: separate;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 0px;
    font-variant: normal;
}
div.tupla{
	display:table-row;
	/*width: 100%;
	border: 1px solid #e7a93a;*/
}
div.caption{
	background-color: #a93287;
	border: 0px solid lightblue;
	border-radius: 5px;
	font-weight: 700;
	color: white;
	font-size: 15px;
}
div.celda{
	display:table-cell;
	border: 0px solid #e7a93a;
}
div.der{
	text-align:right;
}
div.izq{
	text-align:left;
}
div.cen{
	text-align:center;
}
div.vcen{
	vertical-align: middle;
}
div.acen{
	text-align:center;
	vertical-align: middle;
}
div.padtb{
	padding-top: 20px;
	padding-bottom: 20px;
}


#imgL{
	background: url(https://portal.ucol.mx/content/micrositios/118/image/em/leyendaF.png) no-repeat;
	display:block;
	margin: 0 auto;
	border:0px;
	width:400px;
	height: 20px;*/
	max-width:100%;
	border-radius:0px;
}
#imgt{
	background: url(https://portal.ucol.mx/content/micrositios/118/image/em/estem04.png);
	display:block;
	border:0px;
	width:600px;
	height: 283px;
	max-width:600px;
	border-radius:20px 20px 0 0;
}

/**/
#imgs{
	background: url(https://portal.ucol.mx/content/micrositios/118/image/em/80HorColorPeq.png);
	display:block;
	border:0px;
	width:300px;
	height: 74px;
	margin: auto;
	/*max-width:600px;*/
	/*border-radius:20px 20px 0 0;*/
}

.txh5 {
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.375em;
	line-height:32px;
	font-weight:700;
	color:#fff;
}
.txh1{
	margin:0;
	font-family:arial,helvetica,sans-serif;
	font-size:1.625em;
	line-height:1.38;
	color:#fff;
}
.txh2{
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:1.47;
	color:#fff;
}
.txh3, .txh4{
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9375em;
	line-height:1.38;
	color:white;
}
.txh3, .txh2, .txh1, .txbl, .txmail{
	font-weight:700;
}
.txmail{
	color: 	firebrick;
}

.txh4 {
	font-weight:400;
}
.txp{
	font-size:15px;
	text-align:justify;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.47;
	font-weight:400;
	color:white;
}
.txpie{
	font-size:13px;
	text-align:justify;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.15;
	font-weight:400;
	color:#fff;
}
.txhpad{
	padding: 30px 40px;
}
.txvpad{
	padding: 30px 0px;
	border-bottom: 1px solid lemonchiffon;
}
.txppad{
	padding: 14px 40px;
}
.txh2pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.txh3pad{
	padding: 20px 40px;
}
.txpiepad{
	padding: 0px 20px;
}
.txobs1pad{
	padding: 0px 40px;
}
.txobs2pad{
	padding: 15px 40px;
}
.txscpad{
	padding-left: : 20px;
	vertical-align: top;
	width: 84%;
}
.txrs1pad{
	padding: 0px 0px;
	vertical-align: bottom;
	width: 8%;
}
.txrs2pad{
	padding-right: 20px;
	vertical-align: bottom;
	width: 8%;
}
div.bgc{
	background-color:#f2f2f2;
}
div.hrgr1 {
  height: 50px;
  background: #f2f2f2;
  border-radius:0px;
}
div.hrgr2 {
  height: 30px;
  background: #f2f2f2;
  border-radius:0px;
}
div.hrwh1 {
  height: 50px;
  background: #ffffff;
  border-radius:0px;
}
div.hrwh3 {
  height: 30px;
  background: #ffffff;
  border-radius:0px;
}
div.hrgr1Star {
  height: 40px;
  background: #f2f2f2;
  border-radius: 20px 20px 0px 0px;
}
div.hrgr1End {
  height: 50px;
  background: #f2f2f2;
  border-radius: 0px 0px 20px 20px;
}


ul{
	list-style-type: disc;
}
li ul{
	list-style-type: square;
	color: #856d3c;
}
li ul li{
	color: #000000;
}
