 section.titulos-pagina {
	background-color: #ffffff !important;
}

.tabs {
	margin: -3.5em 0 1em;
}




/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* Basic Styles */
nav.clearfix {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
}

	nav.clearfix ul {
		padding: 0;
		margin: 0 auto;
		width: 600px;
		height: 40px;
	}

	nav.clearfix li {
		display: inline;
		float: left;
	}

	nav.clearfix a {
		color: #fff;
		display: inline-block;
		width: 100px;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		text-shadow: 1px 1px 0px #283744;
	}

	nav.clearfix li a {
		border-right: 1px solid #576979;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	nav.clearfix li:last-child a {
		border-right: 0;
	}

	nav.clearfix a:hover, nav.clearfix a:active {
		background-color: #8c99a4;
	}

	nav.clearfix a#pull {
		display: none;
	}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 1200px) {
	nav.clearfix {
		height: auto;
	}

		nav.clearfix ul {
			width: 100%;
			display: block;
			height: auto;
		}

		nav.clearfix li {
			width: 50%;
			float: left;
			position: relative;
		}

			nav.clearfix li a {
				border-bottom: 1px solid #576979;
				border-right: 1px solid #576979;
			}

		nav.clearfix a {
			text-align: left;
			width: 100%;
			text-indent: 25px;
		}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav.clearfix {
		border-bottom: 0;
	}

		nav.clearfix ul {
			display: none;
			height: auto;
		}

		nav.clearfix a#pull {
			display: block;
			background-color: #283744;
			width: 100%;
			position: relative;
		}

			nav.clearfix a#pull:after {
				content: "";
				background: url('https://media02.hongkiat.com/responsive-web-nav/demo/nav-icon.png') no-repeat;
				width: 30px;
				height: 30px;
				display: inline-block;
				position: absolute;
				right: 15px;
				top: 10px;
			}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav.clearfix li {
		display: block;
		float: none;
		width: 100%;
	}

		nav.clearfix li a {
			border-bottom: 1px solid #576979;
		}
}











.current-menu-option {
	width: 140px;
	background-color: white;
	/*border: solid 1px #284351;*/
	border-bottom: none;
	height: 56px; /*91px;*/
	position: absolute;
	top: 5px;
	/*padding: 30px 25px;*/
	z-index: 2000;
	/*border-radius: 15px 15px 0 0;*/
	cursor: pointer;
}

	.current-menu-option span {
		font-weight: bold;
		/*background-color: #5ca7b1;*/
		color: grey;
		font-size: 11pt;
		padding: 17px 8px;
		display: block;
		width: 86%;
		margin: 1px auto; /*15px auto;*/
		/*border-radius: 15px;*/
		text-align: center;
	}

/*#blind-container-parent {
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1000;
	display: none;
	background: white url('/_catalogs/masterpage/envigado2/images/right-bgk-shortcuts.png') repeat-y right;
}*/

#blind-container {
	width: 98%;
	position: absolute;
	top: 60px; /*90px;*/
	left: 0;
	z-index: 1000;
	background-color: white;
	/*border: solid 1px #284351;*/
	/*border-left: none;
	border-right: none;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
	margin-left: 10px;
}

@media all and (max-width: 430px) {
	#blind-container {
		width: 100%;
		margin-left: 0;
	}

	.current-menu-option {
		display: none;
	}
}

#btn-close-blind {
	float: right;
	color: white;
	background-color: #0071b9;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 25px;
	width: 130px;
}

	#btn-close-blind span {
		display: block;
		float: left;
		/*font-weight: bold;*/
		font-size: 12pt;
		margin-top: 4px;
		margin-left: 5px;
	}

.close-circle {
	border-radius: 50%;
	color: #284351;
	width: 25px;
	height: 25px;
	background: white;
	float: left;
	margin-left: 8px;
	padding: 4px 0 0 8px;
}

.contenedor-noticias > ul {
	list-style: none;
}

	.contenedor-noticias > ul > li {
		margin-top: 25px;
		/*margin-bottom: 2px;*/
	}

		.contenedor-noticias > ul > li > a {
			color: #0071b9 !important;
			font-size: 15pt;
		}

			.contenedor-noticias > ul > li > a:hover {
				text-decoration: underline;
			}

			.contenedor-noticias > ul > li > a:visited {
				color: #609 !important;
			}

		.contenedor-noticias > ul > li > ul {
			list-style: none;
			margin-top: 5px;
		}

			.contenedor-noticias > ul > li > ul > li {
				margin-left: -20px !important;
				margin-bottom: 2px;
			}

				.contenedor-noticias > ul > li > ul > li > a {
					color: #284351 !important;
					font-size: 11pt;
				}

					.contenedor-noticias > ul > li > ul > li > a:hover {
						text-decoration: underline;
					}

					.contenedor-noticias > ul > li > ul > li > a:visited {
						color: #609 !important;
					}

#dyn-sections-container {
	/*background: transparent url(/_catalogs/masterpage/envigado2/images/top-bgk-shortcuts.png) repeat-x bottom;*/
	padding-bottom: 3px !important;
}

.cnt-enlaces-entidades {
	margin-top: -60px !important;
	border-top: none !important;
	background-color: #fff !important;
	/*background: transparent url(/_catalogs/masterpage/envigado2/images/top-bgk-shortcuts.png) repeat-x top;
	padding-top: 80px;*/
}

.content section {
	padding-top: 0 !important;
}

#shortcuts-container {
	/*width: 100%;*/
	padding-top: 72px;
	/*background: transparent url('/_catalogs/masterpage/envigado2/images/top-bgk-shortcuts.png') repeat-x top;*/
	margin-top: -3px;
}

.shortcuts-bottom {
	width: 100%;
	height: 31px;
	/*background: transparent url('/_catalogs/masterpage/envigado2/images/bottom-bgk-shortcuts.png') repeat-x bottom;*/
	clear: both;
	/*margin-top: -3px;*/
	background-color: white;
}

.shortcut-item {
	width: 17%;
	margin-left: 2.5%;
	/*margin-right: 2.4%;*/
	height: 220px;
	float: left;
}

#shortcuts-container {
	/*padding-left: 35px;*/
}

@media all and (max-width: 960px) {
	.shortcut-item {
		width: 22%;
		margin-left: 2.4%;
		/*margin-right: 2.3%;*/
	}

	#shortcuts-container {
		padding-left: 0;
	}
}

@media all and (max-width: 720px) {
	.shortcut-item {
		width: 30%;
		margin-left: 2.5%;
		/*margin-right: 2.4%;*/
	}

	#shortcuts-container {
		padding-left: 0;
	}
}

@media all and (max-width: 540px) {
	.shortcut-item {
		width: 46%;
		margin-left: 2.6%;
		/*margin-right: 2.5%;*/
	}

	#shortcuts-container {
		padding-left: 0;
	}
}

@media all and (max-width: 430px) {
	.shortcut-item {
		width: 95%;
		margin-left: 2.5%;
		/*margin-right: 2.4%;*/
	}

	#shortcuts-container {
		padding-left: 0;
	}
}

.shortcut-item a {
	color: grey;
	/*color: #5ca7b1;*/
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

	.shortcut-item a:hover {
		color: #e75d1b;
		-webkit-transition: 500ms;
		-moz-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms;
	}

.icon-md:hover {
	background-color: #e75d1b;
}

ul.central-menu {
	height: 40px;
	/*margin-top: 20px;*/
}

	ul.central-menu li {
		display: inline-block;
		list-style: none;
		/*float: left;*/
		margin-right: 50px;
		color: #234351;
		font-size: 12pt;
	}

		ul.central-menu li a {
			cursor: pointer;
		}

.external-link {
	background: transparent url('/sites/portal2018/_catalogs/masterpage/envigado2/images/link-arrow.png') no-repeat right center;
	padding-right: 20px;
}

#ddCalendarEventFiles > ul > li > a:hover {
	text-decoration: underline;
}

.news-container h2 {
	color: #0071b9 !important;
}

.imgbg-lin-th {
	background: url("../images/fondo-lin1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*.colorbg-lin1 {
	background-color: #f0ce37;
}
.colorbg-lin2 {
	background-color: #d6895a;
}
.colorbg-lin3 {
	background-color: #8a1980;
}
.colorbg-lin4 {
	background-color: #7ca6af;
}
.colorbg-lin5 {
	background-color: #4d8237;
}
.colorbg-lin6 {
	background-color: #b5c730;
}
.colorbg-lin7 {
	background-color: #9c7fb1;
}
.colorbg-lin8 {
	background-color: #ca6373;
}
.colorbg-lin9 {
	background-color: #7aa077;
}
	Amarillo
	Rojo Claro
	Morado
	Azul Claro
	Verde Oscuro
	Verde Claro
	Morado Claro
	Rosado
	Verde Azul
*/
.contenedor-noticias a:hover {
	color: #0072C6;
}

.mfp-title {
	position: absolute;
	/* other formatting */
	margin-top: 5px;
	margin-left: 5px;
}

div.mfp-gallery > div > div.mfp-content > div > div > small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.popup-with-video {
	max-width: 952px;
	margin: 0 auto;
}

.contenido-rtf h3 {
	height: auto !important;
}

.contenido-rtf p {
	height: auto !important;
	overflow: auto !important;
	text-align: justify;
}

/************* CHAT **************/
#offline-chat {
	outline: none !important;
	visibility: visible !important;
	resize: none !important;
	box-shadow: none !important;
	overflow: visible !important;
	background: none transparent !important;
	opacity: 1 !important;
	position: fixed !important;
	border: 0px !important;
	padding: 0px !important;
	transition-property: none !important;
	z-index: 1000001 !important;
	/*cursor: auto !important;*/
	float: none !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	width: 160px !important;
	min-width: 160px !important;
	max-width: 160px !important;
	transform: rotate(-90deg) translateZ(0px) !important;
	transform-origin: 50% center 0px !important;
	right: -60px !important;
	left: auto !important;
	top: 50% !important;
	bottom: auto !important;
	margin: -20px 0px 0px !important;
	color: #fff;
	cursor: pointer;
	/*display: block !important;*/
	display: none;
}

#offline-body {
	background: transparent;
	height: 100%;
	width: 100%;
	font: 13px Helvetica,Arial,sans-serif;
	/*position: relative;*/
}

.rectangle #offline-minified-wrapper {
	height: 100%;
	width: 100%;
}

#offline-minified-container {
	margin: 0;
	border: 0 none;
	padding: 0;
	cursor: pointer;
	z-index: 999999;
	position: absolute;
	top: 2px;
	bottom: 0;
	width: auto;
	height: auto;
	left: 2px;
	right: 2px;
	border-bottom: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
	box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
	background-color: #e75d1b;
	border-radius: 5px 5px 0px 0px !important;
	-moz-border-radius: 5px 5px 0px 0px !important;
	-webkit-border-radius: 5px 5px 0px 0px !important;
}

#offline-status-middle {
	border: 0 none;
	margin: 0 auto;
	font-size: 17px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
}

#offline-status-text-container {
	float: left;
	width: 100%;
	color: #ffffff;
}

#offline-status-message {
	border: 0 none;
	margin: 0 26px 0 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 17px;
}

#offline-minified-link-container {
	float: left;
	width: 20px;
	margin-left: -20px;
	margin-top: 3px;
}

#offline-maximizeChat {
	width: 16px;
	height: 16px;
	margin: 0;
	z-index: 100001;
}

.white #offline-maximizeChat .icon {
	background-position: -79px 0;
}

#offline-maximizeChat .icon {
	width: 11px;
	height: 7px;
	margin: 4.5px 2.5px;
}

#offline-minified-link-container .icon {
	background-image: url(https://static-v.tawk.to/a-v3-34/images/icons.png);
	display: block;
}

.white-offline-popup {
	position: relative;
	background: #FFF;
	padding: 60px;
	width: auto;
	max-width: 450px;
	margin: 20px auto;
	text-align: justify;
}

ul.navbar-nav li a, ul.navbar-nav li a:visited, ul.navbar-nav li a:focus {
	color: #454545 !important;
}

	ul.navbar-nav li a:hover {
		color: #fff !important;
	}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: #080808;
}

.lb-close-btn {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	font-size: 16px;
	margin-top: -36px;
	color: white;
	float: right;
	font-weight: normal;
}

	.lb-close-btn:hover {
		background: transparent;
		font-weight: 400;
	}

/*
.intrinsic-container {
	position: relative;
	height: 0;
	overflow: hidden;
}

// 16x9 Aspect Ratio
.intrinsic-container-16x9 {
	padding-bottom: 56.25%;
}

// 4x3 Aspect Ratio 
.intrinsic-container-4x3 {
	padding-bottom: 75%;
}

.intrinsic-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/************ CALENDAR ************/
.current-menu-option span .calendar-picture {
	display: block;
	margin: 0 auto;
}

#example4 iframe {
	width: 530px !important;
	height: 320px !important;
}

#example4 div.sp-static {
	left: 0 !important;
	top: 0 !important;
}

.smk_accordion .accordion_in .acc_content {
	padding: 0px !important;
}

.central-menu-container a {
	color: white;
}

	.central-menu-container a:visited {
		color: #609 !important;
	}

.shortcut-item .icon-md:hover {
	background-color: #FF7F00 !important;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

/*.acceso-directo-p1, .acceso-directo-p2 {
	color: grey !important;
}*/

·#s4-workspace {
	border: none !important;
}

a:visited {
	color: #609 !important;
}

ul.navbar-nav li a:visited {
	color: #609 !important;
}