@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(/unipamplona/portalIG/home_177/recursos/general/11032015/bodybg.png);
	background-repeat:repeat-x;*/
	background-color:#fff;
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-position:center top;
}
#content {
	margin:0 auto;
	padding:0;
	width:960px;
}
#enlacestop {
	padding:10px;
	text-align:right;
	background: red;
}
#enlacestop p {
	margin:0;
	padding:0;
}
#enlacestop a {
	color:#fff;
	text-decoration:none;
}
#enlacestop a:hover {
	text-decoration:underline;
}
/*#header {
	height:150px;
	padding:10px;
	background-image:url(/unipamplona/portalIG/home_177/recursos/2020/16062020/encabezado20201.jpeg);
	background-repeat:no-repeat;
	color:#fff;
	font-family:"Century Gothic", Tahoma, Verdana;
}
#titulositio {
	width:350px;
	height:150px;
	padding-left:140px;
	background: rgba(54, 25, 25, .5);
	background-image:url(/unipamplona/portalIG/home_177/recursos/general/11032015/sindepup.png);
	background-repeat:no-repeat;
	background-position:10px center;
	text-align:center;
}
#titulositio h2 {
	padding:30px 0 0 0;
	margin:0;
	font-weight:normal;
}
#titulositio h2 {
	padding:30px 0 0 0;
	margin:0;
}
#titulositio h1 {
	padding:0;
	margin:0;
	font-size:30px;
	letter-spacing:3px;
	text-shadow:1px 1px 2px #000;
}*/

#header {
  font-family: 'Roboto Condensed', sans-serif;
  min-height: 100px;
	margin-bottom: 10px;
}
#header_cont {
  max-width: 960px;
  margin: 0 auto;
}
#titulositio {
  width: 500px;
  float: left;
}
#logo {
  float: left;
  width: 100px;
  margin-right: 10px;
  vertical-align: middle;
}
#nombresitio {
  float: left;
  width: 300px;
  vertical-align: top;
  text-align: center;
}
#nombresitio h1 {
  font-size: 3.5em;
  color: #741040;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
#nombresitio h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #333;
  padding: 0;
  margin: -5px 0 0 0;
}
#eslogan {
  width: 235px;
  height: 50px;
  background-image: url("/unipamplona/portalIG/home_269/recursos/2023/28032023/comillas.png");
  background-repeat: no-repeat;
  float: left;
  font-family: 'Montserrat', sans-serif;
  color: #741040;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  margin: 20px 0 0 50px;
	padding-top: 20px;
}
#unipamplona {
  width: 80px;
  float: right;
}
#acreditacion {
	width:200px;
	float:right;
	margin-top:20px;
}
#botonera {
    clear: both;
    height: 38px;
    margin: 0;
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #7D0A45;
}
#botonera ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
#botonera ul li {
    display: inline-block;
}
#botonera ul li a {
    display: block;
    margin: 0 5px 0 0;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
}
#botonera ul li:hover a, #botonera ul li a:hover {
    background-color: #036;
}
#botonera ul li ul {
    display: none;
}
#botonera ul li:hover ul {
    background-color: #96bf0d;
    display: block;
    min-width: 160px;
    position: absolute;
    z-index: 9999;
}
#botonera ul li:hover ul li {
    display: block;
    text-align: left;
}
#botonera ul li:hover ul li a {
    color: #fff;
    display: block;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    border-right: none;
    padding: 8px 10px;
    height: auto;
}
#botonera ul li ul li:hover a, #botonera ul li ul li a:hover {
    color: #333;
    background-color: #e6e6e6;
}
#botonera ul li:hover ul li ul {
    display: none;
}
#botonera ul li ul li:hover ul {
    display: block;
    width: 160px;
    position: absolute;
    left: 155px;
    margin-top: -30px;
}
#botonera ul li ul li ul li a:hover {
    background-color: #F5F5F5;
}



/*#botonera {
	height:40px;
	background-color:#333;
}
#botonera ul {
	margin:0;
	padding:0;
	list-style:none;
}
#botonera ul li {
	float:left;
}
#botonera ul li a {
	display:block;
	margin:0;
	height:22px;
	padding:12px 10px 5px 10px;
	text-decoration:none;
	color:#fff;
	line-height:auto;
}
#botonera ul li:hover a, #botonera ul li a:hover {
	color:#fff;
	background-color:#7D0A45;
}
#botonera ul li ul {
	display:none;
}
#botonera ul li:hover ul {
	display:block;
	width:160px;
	position:absolute;
	margin-top:0;
	z-index:9999;
}
#botonera ul li ul li {
	float:none;
}
#botonera ul li:hover ul li a {
	color:#fff;
	display:block;
	margin:0;
	font-size:12px;
	border-bottom:1px dashed #ccc;
	border-right:none;
	padding:10px;
	height:auto;
}
#botonera ul li ul li:hover a, #botonera ul li ul li a:hover {
	color:#333;
	background-color:#e6e6e6;
}
#botonera ul li:hover ul li ul {
	display:none;
}
#botonera ul li ul li:hover ul {
	display:block;
	width:160px;
	position:absolute;
	left:155px;
	margin-top:-30px;
}
#botonera ul li ul li ul li a:hover {
	background-color:#F5F5F5;


}*/
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
#slidernoticias {
	width:960px;
	height:300px;
	padding:0;
	margin:20px 0;
	-webkit-box-shadow: #333 5px;
	-moz-box-shadow: #333 5px;
	box-shadow: 0 0 5px #333;
}
.theme-default .nivoSlider {
	position:relative;
	height:300px;
	border:none;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	position:absolute;
	margin:-290px 0 0 10px;
	z-index:9000;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(/unipamplona/portalIG/home_177/recursos/general/11032015//12bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -25px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/unipamplona/portalIG/home_177/recursos/general/11032015//12arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption h3, .theme-default .nivo-caption h3 a {
	color:#e6e6e6;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0;
	text-align:center;
	text-decoration:none;
}
.theme-default .nivo-caption h3 a:hover {
	color:#fff;
}
.theme-default .nivo-caption p a:hover {
	color:#000;
}
.theme-default .nivo-caption a:hover {
	color:#000;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img {
	display:block;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	background-color:#000;
	width:100%;
	left:0px;
	bottom:0px;
	z-index:8;
	padding:10px;
	opacity: 0.7;
	overflow: hidden;
	-moz-opacity: 0.7;
	filter:alpha(opacity=7);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius:  0 0 5px 5px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding:0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#contadorvisitas {
	height:50px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	width:190px;
	padding-left:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-bottom:5px;
	text-align:center;
	background-image:url(/unipamplona/portalIG/home_177/recursos/general/11032015/icovisitas.png);
	background-repeat:no-repeat;
	background-position:5px center;
	margin:0 20px 20px 20px;
}
#contadorvisitas span {
	font-weight:bold;
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
}
.contadorvisitasframe {
	width:100px;
	height:40px;
	padding:0;
	text-align:left;
	vertical-align:bottom;
}
table.tablacontador {
	text-align:left;
	margin-left:20px;
	height:40px;
	width:auto;
	margin-top:10px;
}
#footerlinks {
	margin:0;
	height:53px;
	padding:7px 0 0 0;
	text-align:center;
}
#footerlinks ul {
	margin:0 auto;
	padding:0 0 0 30px;
	list-style:none;
	height:55px;
}
#footerlinks ul li {
	float:left;
	padding:0;
}
#footerlinks ul li a {
	display:block;
	width:43px;
	margin:0 5px;
	padding:0;
	height:50px;
	background-image:url(/unipamplona/portalIG/home_177/recursos/general/11032015/iconosexternos2014.png);
}
#footerlinks ul li.f_mineducacion a {
	background-position:0 0;
}
#footerlinks ul li.f_mineducacion a:hover {
	background-position:0 -50px;
}
#footerlinks ul li.f_gobiernolinea a {
	background-position:-43px 0;
}
#footerlinks ul li.f_gobiernolinea a:hover {
	background-position:-43px -50px;
}
#footerlinks ul li.f_contraloria a {
	background-position:-86px 0;
}
#footerlinks ul li.f_contraloria a:hover {
	background-position:-86px -50px;
}
#footerlinks ul li.f_procuraduria a {
	background-position:-129px 0;
}
#footerlinks ul li.f_procuraduria a:hover {
	background-position:-129px -50px;
}
#footerlinks ul li.f_contratacion a {
	background-position:-172px 0;
}
#footerlinks ul li.f_contratacion a:hover {
	background-position:-172px -50px;
}
#footerlinks ul li.f_icetex a {
	background-position:-215px 0;
}
#footerlinks ul li.f_icetex a:hover {
	background-position:-215px -50px;
}
#footerlinks ul li.f_colciencias a {
	background-position:-258px 0;
}
#footerlinks ul li.f_colciencias a:hover {
	background-position:-258px -50px;
}
#footerlinks ul li.f_gobernacion a {
	background-position:-301px 0;
}
#footerlinks ul li.f_gobernacion a:hover {
	background-position:-301px -50px;
}
#footerlinks ul li.f_alcaldia a {
	background-position:-344px 0;
}
#footerlinks ul li.f_alcaldia a:hover {
	background-position:-344px -50px;
}
#footerlinks ul li.f_plataforma a {
	background-position:-387px 0;
}
#footerlinks ul li.f_plataforma a:hover {
	background-position:-387px -50px;
}
#footerlinks ul li.f_kmconocimiento a {
	background-position:-430px 0;
}
#footerlinks ul li.f_kmconocimiento a:hover {
	background-position:-430px -50px;
}
#footerlinks ul li.f_universia a {
	background-position:-473px 0;
}
#footerlinks ul li.f_universia a:hover {
	background-position:-473px -50px;
}
#footerlinks ul li.f_cvne a {
	background-position:-516px 0;
}
#footerlinks ul li.f_cvne a:hover {
	background-position:-516px -50px;
}
#footerlinks ul li.f_zoom a {
	background-position:-559px 0;
}
#footerlinks ul li.f_zoom a:hover {
	background-position:-559px -50px;
}
#footerlinks ul li.f_poliza a {
	background-position:-602px 0;
}
#footerlinks ul li.f_poliza a:hover {
	background-position:-602px -50px;
}
#footerlinks ul li.f_fodesep a {
	background-position:-645px 0;
}
#footerlinks ul li.f_fodesep a:hover {
	background-position:-645px -50px;
}
#footerlinks ul li.f_ascun a {

	background-position:-688px 0;
}
#footerlinks ul li.f_ascun a:hover {
	background-position:-688px -50px;
}
#pagcontenido {
	width: 800px;
	margin:20px auto 30px auto;
	padding:0;
}
#pagcontenido h1 {
	font-family:"Century Gothic", Tahoma, Verdana;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px dashed #ccc;
	font-size:24px;
	color:#7D0A45;
}
#pagcontenido h2 {
	color:#ad3333;
}
#pagcontenido h3 {
	color:#333;
}
#pagcontenido .compartir {
	text-align:left;
	padding:10px;
	height:30px;
	margin:20px 0 20px 50px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	-webkit-box-shadow: #ccc 5px;
	-moz-box-shadow: #ccc 5px;
	box-shadow: 0 0 5px #ccc;
}
#pagcontenido .compartir img {
	vertical-align:middle;
}
#pagcontenido .compartir ul {
	margin:0;
	padding:0;
	list-style:none;
}
#pagcontenido .compartir ul li {
	margin:0 20px 0 0;
	padding:0;
	float:left;
	list-style:none;
}
#pagcontenido .compartir iframe {
	background:none;
	padding-top:5px;
}
#pagcontenido #texto {
	margin:0 0 0 50px;
	line-height:16px;
	text-align:justify;
	color:#333;
}
#pagcontenido #texto p {
	margin:0 0 20px 0;
}
#pagcontenido #texto a {
	color:#069;
	text-decoration:none;
}
#pagcontenido #texto a:hover {
	color:#2146B4;
	text-decoration:underline;
}
#botonera_media {
	height:45px;
}
#botonera_media ul {
	margin:0;
	padding:0;
	height:40px;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #7D0A45;
}
#botonera_media ul li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline-block;
	font-size:14px;
}
#botonera_media ul li a {
	color:#333;
	display:block;
	line-height:16px;
	text-decoration:none;
	padding:12px 10px;
}
#botonera_media ul li a:hover {
	background-color: #7D0A45;
	color:#fff;
}
#fotodeldia {
	width:200px;
	min-height:280px;
	padding:10px;
	margin:20px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	background-position:center 50px;
	background-repeat:no-repeat;
}
.fotodeldiatitu {
	font-family:"Century Gothic", Tahoma, Verdana;
	color:#7D0A45;
	margin:0;
	padding:0;
	font-size:20px;
}
.fotodeldiacontent {
	margin-top:150px;
}
.fotodeldiacontent p {
	margin:0;
	padding:0;
}
.centrales {
	width:700px;
	margin:20px auto ;
}
.centralestitu {
	font-family:"Century Gothic", Tahoma, Verdana;
	color:#7D0A45;
	margin:0;
	padding:0;
	font-size:20px;
}
.centrales ul {
	margin:10px 0 0 10px;
	padding:0 10px 0 0;
	list-style:none;
	text-align:justify;
}
.centrales ul li {
	display:block;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.centrales ul li a {
	color:#7D0A45;
	text-decoration:none;
}
.centrales ul li a:hover {
	text-decoration:underline;
}
.laterales{
	width:220px;
	height:50px;
	background-repeat:no-repeat;
	margin:20px 20px 20px 0;
}
.laterales ul{
	margin:0;
	padding:0;
	list-style:none;
}
.laterales ul li a{
	display:block;
	border:1px solid;
	padding:13px;
	font-size:18px;
	text-decoration:none;
	color:#333;
}

.laterales ul li a:hover{
	color:#fff;
}
#footer{
	text-align:center;
	border-top:5px solid #7D0A45;
	background-image:url(/unipamplona/portalIG/home_177/recursos/general/11032015/sombra.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#footerlinks{
	background-image:url(/unipamplona/portalIG/home_177/recursos/general/11032015/sombra.png);
	background-repeat:no-repeat;
	background-position:center top;
		border-top:1px solid #ccc;
}

.contador_visitas {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    background-repeat: no-repeat;
    height: 40px;
    background-image: url(http://www.unipamplona.edu.co/unipamplona/portalIG/share/visitas.png);
    background-repeat: no-repeat;
    background-position: 400px center;
    border-top: 5px solid #e6e6e6;
    padding: 22px 0 10px 100px;
}
.contador_visitas span {
    margin: 0;
}
.contador_visitas #resultadovisita {
    background-color: #fff;
    padding-top: 0;
    vertical-align: middle;
    height: 28px;
    width: 70px;
    text-align: center;
    margin-left: 5px;
}

#redes2024{
	text-align: center;
	
	border-top: 1px dashed #ccc;
	padding: 10px;

}
#redes2024 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#redes2024 ul li{
	display: inline;
}

#redes2024 ul li a{
	display: inline-block;
	margin: 0 10px;
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
 	-o-filter: grayscale(100%);
}

#redes2024 ul li a:hover{
	opacity: 1;
		-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
 	-o-filter: grayscale(0);
}

/*final*/