@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#contenidoppal {}
#contenido {
    margin: 0 auto;
    background-color: #fff;
}
#header {
    height: 110px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    border-top: 10px solid #ad3333;
    border-bottom: 10px solid #036;
}
#header-cont {
    max-width: 960px;
    margin: 0 auto;
}
#titulo_sitio {
    width: 400px;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
}
#logoppal {
    float: left;
    width: 126px;
}
#titulo_sitio p {
    float: left;
    width: 270px;
    font-size: 1.2em;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0;
}
#titulo_sitio h1 {
    float: left;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #036;
    width: 270px;
}
#titulo_sitio h2 {
    float: left;
    width: 270px;
    font-size: 0.8em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
#unipamplona {
    float: right;
    width: 430px;
    margin-top: 15px;
    text-align: right;
}
#botonera {
    clear: both;
    height: 38px;
    margin: 5px 0 0 0;
    font-size: 14px;
    background: #ad3333;
    font-family: "Roboto Condensed", sans-serif;
}
#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;
    transition: 0.3s ease-in-out;
}
#botonera ul li:hover a, #botonera ul li a:hover {
    background-color: #036;
    color: #fff;
}
#botonera ul li ul {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
#botonera ul li:hover ul {
    background-color: #036;
    visibility: visible;
    opacity: 1;
    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;
    border-radius: 0;
}
#botonera ul li:hover ul li ul {
    display: none;
}
#botonera ul li ul li:hover ul {
    display: block;
    width: 160px;
    position: absolute;
    left: 100%;
    margin-top: -30px;
}
#botonera ul li ul li ul li a:hover {
    background-color: #F5F5F5;
    color: #333;
}
/*
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: 100%;
    padding: 0;
    margin: 0 auto 20px auto;
}
.theme-default .nivoSlider {
    position: relative;
    height: 400px;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 400px;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0;
    margin: 0 22%;
    z-index: 9000;
    max-width: 960px;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://www.unipamplona.edu.co/unipamplona/portalIG/home_10/recursos/2025/09042025/12bullets.png) no-repeat;
    text-indent: -9999px;
    margin-top: 10px;
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -25px;
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://www.unipamplona.edu.co/unipamplona/portalIG/home_10/recursos/2025/09042025/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: 'roboto';
    font-weight: normal;
    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%;
    overflow: hidden;
    box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.46);
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 400px !important;
}
.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 {
    display: none;
    position: absolute;
    background-color: #000;
    width: 60%;
    left: 20%;
    bottom: 0px;
    margin: 0 auto 20px auto;
    z-index: 1000;
    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+ */
}
.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;
}
#seccion_central {
    max-width: 960px;
    margin: 0 auto 20px auto;
    clear: both;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 1em;
}
#seccion_central img {
    margin-bottom: 5px;
}
#seccion_central ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
#seccion_central ul li {
    display: inline-block;
    vertical-align: top;
}
#seccion_central ul li a {
    width: 100px;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    color: #333;
    margin: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    border-bottom: 5px solid #fff;
    /*    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);*/
}
#seccion_central ul li a:hover {
    border-bottom: 5px solid #ad3333;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    /*    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);*/
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
}
#seccion_central ul li:hover a {
    border-bottom: 5px solid #ad3333;
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
}
/*nuevo*/
#seccion_central ul li ul {
    display: none;
}
#seccion_central ul li:hover ul {
    background-color: #ad3333;
    display: block;
    position: absolute;
    z-index: 9999;
    margin: 0 0 0 -10px;
    font-size: 12px;
    padding: 0;
    width: 110px;
}
#seccion_central ul li:hover ul li {
    display: block;
    text-align: center;
}
#seccion_central ul li:hover ul li a {
    background: #ad3333;
    padding: 5px 0;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ccc;
    height: auto;
    border-radius: 0;
    width: 100%;
    padding: 5px;
}
#seccion_central ul li ul li:hover a, #seccion_central ul li ul li a:hover {
    color: #333;
    background-color: #f0f0f0;
}
#seccion_central ul li:hover ul li ul {
    display: none;
}
#seccion_central ul li ul li:hover ul {
    display: block;
    position: absolute;
    margin-top: -30px;
    left: 100%;
    width: 150px;
}
#seccion_central ul li ul li:hover ul li a {
    border-botton: 1px dotted #ccc;
    padding: 5px;
    line-height: 1em;
    text-align: left;
    width: 100%;
    font-size: 12px;
    z-index: 9999;
}
#seccion_central ul li ul li ul li a:hover {
    background-color: #fff;
    color: #ad3333;
}
/*****************************/
#enlaces {
    text-align: center;
    margin-bottom: 20px;
}
#enlaces_cont {
    max-width: 960px;
    margin: 0 auto;
}
#enlaces_cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#enlaces_cont ul li {
    display: inline;
}
#enlaces_cont ul li a {
    display: inline-block;
    background: #036;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin: 0 5px;
    transition: 0.3s ease-in-out;
    border: 1px solid #036;
}
#enlaces_cont ul li a:hover {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.46);
}
#eventos, #anuncios {
    text-align: left;
    max-width: 450px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
#eventos p, #anuncios p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    color: #ad3333;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
}
#eventos ul, #anuncios ul {
    margin: 10px;
    padding: 0 0 0 10px;
    list-style: none;
}
#eventos ul li, #anuncios ul li {
    margin: 0 0 10px 0;
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
#eventos a, #anuncios a {
    color: #333;
    text-decoration: none;
}
#eventos a:hover, #anuncios a:hover {
    color: #ad3333;
    text-decoration: underline;
}
#eventos a span {
    color: #ad3333;
    font-weight: bold;
}
#externos {
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
#externos img {
    margin: 0 10px;
    opacity: .7;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
#externos img:hover {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
#terminos {
    background-color: #f0f0f0;
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
}
#terminos p {
    margin: 0;
    padding: 0;
}
#terminos a {
    color: #666;
    text-decoration: none;
}
#terminos a:hover {
    color: #ad3333;
    text-decoration: underline;
}
#footer {
    text-align: center;
    color: #fff;
    background-color: #036;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	border-top: 5px solid #ad3333;
}
#footer_cont {
    max-width: 960px;
    margin: 0 auto;
}
#footer img{
	opacity: 0.7;
	margin: 0 5px;
	transition: .5s ease-in-out;
	fill: #ffffff !important;
}
#footer img:hover{
	fill: #ad3333 !important;
	opacity: 1;
	 filter: drop-shadow(0px 1px 3px #000);
}
#admin {
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
}
#admin a {
    color: #AFAFAF;
    text-decoration: none;
}
#admin a:hover {
    color: #0e71b4;
    text-decoration: underline;
}
#pagcontenido {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
#pagcontenido h1 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
    font-weight: 400;
    padding: 0;
    color: #ad3333;
}
#pagcontenido h2 {
    color: #036;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
#pagcontenido h3 {
    color: #333;
}
#pagcontenido #texto {
    margin: 0 0 0 50px;
    color: #333;
}
#pagcontenido #texto p {
    line-height: 1.5em;
}
.gallery {
    margin: 20px auto;
    padding: 10px;
    border-top: 1px dashed #ccc;
}
.gallery > div {
    position: relative;
    float: left;
    padding: 5px;
}
.gallery > div > img {
    border-radius: 5px !important;
    margin: 0 !important;
    border: 1px solid #ccc !important;
    display: block;
    opacity: 0.7;
    width: 250px;
    transition: .1s transform;
    transform: translateZ(0); /* hack */
}
.gallery > div:hover {
    z-index: 1;
    cursor: pointer;
}
.gallery > div:hover > img {
    transform: scale(2.5, 2.5);
    transition: .5s transform;
    opacity: 1;
    -webkit-box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.36);
}
.cf:before, .cf:after {
    display: table;
    content: "";
    line-height: 0;
}
.cf:after {
    clear: both;
}
#adminpie {
    text-align: center;
}
#adminpie a {
    color: #666;
    text-decoration: none;
}
#adminpie a:hover {
    color: #ad3333;
    text-decoration: underline;
}
#menulateral {
    margin: 0;
    width: 200px;
    padding: 0;
}
#menulateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menulateral ul li {
    position: relative; 
}
#menulateral ul li img{
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
#menulateral ul li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 1px;
    background-color: #fff;
}
#menulateral ul li:hover a, #menulateral ul li a:hover {
    color: #333;
    background-color: #f0f0f0;
}
#menulateral ul li ul {
    display: none;
    position: absolute;
    left: 100%; 
    top: 0;
    background-color: #fff;
    width: 150px;
    z-index: 9000;
    opacity: 0; 
}
#menulateral ul li:hover > ul {
    display: block;
    opacity: 1; 
}
#menulateral ul li ul li a {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}
#menulateral ul li ul li:hover a, #menulateral ul li ul li a:hover {
    background-color: #f9f9f9;
    color: #333;
}
/* Submenú de segundo nivel */
#menulateral ul li ul li ul {
    display: none;
    position: absolute;
    left: 100%; 
    top: 0;
    width: 150px;
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; 
}
#menulateral ul li ul li:hover > ul {
    display: block;
    opacity: 1; 
    background-color: #f9f9f9;
}
#menulateral ul li ul li:hover > ul li, #menulateral ul li ul li:hover > ul li a {
    background-color: #f9f9f9;
}
#menulateral ul li ul li:hover > ul li a:hover {
    background-color: #fdfdfd;
}
.contador_visitas {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	background-repeat:no-repeat;
	height:40px;
	/*	background-image:url(/unipamplona/portalIG/share/visitas.png);
	background-repeat:no-repeat;
	background-position:400px center;*/
	border-top:1px dotted #ccc;
	padding:10px 10px 10px 100px;
}
.contador_visitas span {
	margin:0;
}
.contador_visitas #resultadovisita {
	background-color:#fff;
	padding-top:10px;
	vertical-align:middle;
	height:28px;
	width:70px;
	text-align:center;
	margin-left:5px;
}
/*final*/