<!--@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: Arial, Helvetica, sans-serif;
}
#contenidoppal {}
#contenido {
    margin: 0 auto;
    background-color: #fff;
}
#header {
    height: 145px;
    padding: 10px;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/cinta03.jpg");
    background-repeat: repeat-x;
}
#header-cont {
    max-width: 960px;
    margin: 10px auto;
    height: 145px;
}
#titulo_sitio {
    width: 600px;
    float: left;
    margin: 0;
    font-family: 'roboto condensed';
    padding: 0;
}
#titulo_sitio p {
    margin: 0;
    padding: 0;
}
#logoppal {
    float: left;
    width: 280px;
}
#eslogan {
    float: left;
    width: 150px;
    padding: 20px 0 0 0;
    font-size: 1.3em;
    color: #666;
    text-align: center;
    font-style: italic;
    margin-left: 120px;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/quote.png"), url("/unipamplona/portalIG/home_292/recursos/2025/09102025/quote_.png");
    background-position: left top, bottom right;
    background-size: 30%, 30%;
    background-repeat: no-repeat, no-repeat;
}
#unipamplona {
    float: right;
    width: 280px;
    margin-top: 10px;
    text-align: right;
}
#botonera {
    clear: both;
    margin: 0;
    font-size: 1em;
    background-color: #036;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/cinta.png"), url("/unipamplona/portalIG/home_292/recursos/2025/09102025/cinta.png");
    background-repeat: repeat-x, repeat-x;
    background-position: center top, center bottom;
}
#botonera ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    list-style: none;
    text-align: center;
}
#botonera ul li {
    display: inline-block;
}
#botonera ul li a {
    display: block;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#botonera ul li:hover a, #botonera ul li a:hover {
    background-color: #f0f0f0;
    color: #000;
    border-radius: 5px;
}
#botonera ul li ul {
    position: absolute;
    opacity: 0;
    padding: 0;
}
#botonera ul li:hover ul {
    background-color: #036;
    display: block;
    opacity: 1;
    min-width: 160px;
    position: absolute;
    z-index: 9999;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#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;
}
#iconos {
    background: #fff;
    padding: 10px;
}
#iconos ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
#iconos ul li {
    display: inline;
}
#iconos ul li a {
    display: inline-block;
    font-size: 1.2em;
    font-family: 'roboto condensed';
    font-weight: 500;
    margin: 0 10px;
    text-decoration: none;
    padding: 10px;
    line-height: 1em;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    width: 127px;
    vertical-align: top;
    height: 180px;
    color: #333;
    border: 1px solid #fff;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/brillo.png");
    background-repeat: no-repeat;
    background-position: -50px -50px;
}
#iconos ul li a img {
    margin-bottom: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#iconos ul li a:hover img {
    filter: drop-shadow(0px 5px 5px #ccc);
    filter: brightness(1.2);
}
#iconos ul li a:hover {
    background-color: #f0f0f0;
    border-radius: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border: 1px solid #ccc;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/brillo.png");
    background-repeat: no-repeat;
    background-position: center;
}
#iconos_internos {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#iconos_internos ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#iconos_internos ul li {
    display: inline;
}
#iconos_internos ul li a {
    display: inline-block;
    font-size: 0.9em;
    font-family: 'roboto condensed';
    font-weight: 500;
    margin: 0 5px;
    text-decoration: none;
    padding: 5px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    width: 85px;
    vertical-align: top;
    height: 95px;
    color: #333;
    border: 1px solid #fff;
}
#iconos_internos ul li a img {
    width: 50px;
    height: 53px;
	    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#iconos_internos ul li a:hover {
    background-color: #f0f0f0;
    border-radius: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border: 1px solid #ccc;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/brillo.png");
    background-repeat: no-repeat;
    background-position: center;
}
#iconos_internos ul li a:hover img {
    filter: drop-shadow(0px 0px 3px #000000);
    filter: brightness(1.2);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
/*
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%;
    max-height: 300px;
    padding: 15px 0;
    margin: 0 auto;
    background-color: #ad3333;
}
.theme-default .nivoSlider {
    position: relative;
    max-height: 350px;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    border-radius: 10px;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 9000;
    width: 100%;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/unipamplona/portalIG/home_292/recursos/2025/09102025/12bullets_.png) no-repeat;
    text-indent: -9999px;
    margin-top: 5px;
}
.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_292/recursos/2025/09102025/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: #fff;
    font-size: 1.2em;
    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 */
.contenedorSlider {
    position: relative;
    width: 1256px;
    height: auto;
    margin: 0 auto;
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/planta1.png"), url("/unipamplona/portalIG/home_292/recursos/2025/09102025/planta2.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
}
.nivoSlider {
    position: relative;
    width: 960px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.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 {
    /*	display: none;*/
    position: absolute;
    background-color: #000;
    width: 80%;
    left: 10%;
    bottom: 0px;
    margin: 0 auto 20px auto;
    z-index: 1000;
    padding: 10px;
    opacity: 0.7;
    overflow: hidden;
    -moz-opacity: 0.7;
    border-radius: 10px;
    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-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.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;
}
/**/
#inscripcion {
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/bg_inscripcion.jpg");
    background-position: bottom center;
    padding: 360px 0 0 0;
    height: 140px;
}
#inscripcion a {
    display: block;
    background: #ad3333;
    color: #fff;
    padding: 20px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'roboto condensed';
    text-decoration: none;
    width: 220px;
    text-align: center;
    border-radius: 10px;
    border: 5px solid #fff;
    -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);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    margin: 0 auto 0 auto;
}
#inscripcion a:hover {
    background: #036;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#enlaces {
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/bg_enlaces_.jpg");
    background-repeat: repeat-x;
    height: 227px;
}
#enlaces_cont {
    background-image: url("/unipamplona/portalIG/home_292/recursos/2025/09102025/paloma01.png"), url("/unipamplona/portalIG/home_292/recursos/2025/09102025/paloma02.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
    max-width: 960px;
    margin: 0 auto 20px auto;
    clear: both;
    text-align: center;
    font-family: 'roboto condensed';
    font-weight: 400;
    font-size: 1.3em;
    height: 227px;
}
#enlaces ul {
    margin: 0;
    padding: 22px 0;
    list-style: none;
}
#enlaces ul li {
    display: inline;
    vertical-align: top;
}
#enlaces ul li a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin: 0;
}
#enlaces ul li a img {
    border: 2px solid #333;
    border-radius: 7px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    margin-bottom: 5px;
}
#enlaces ul li a:hover {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    color: #fc0;
}
#enlaces ul li a:hover img {
    border: 2px solid #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.5);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#eventos a span {
    color: #ad3333;
    font-weight: bold;
}
#footer {
    text-align: center;
    color: #333;
    background-color: #fff;
    padding: 20px;
    border-bottom: 10px solid #ad3333;
}
#footer img {
    margin-bottom: 5px;
}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#footer ul li {
    display: inline-block;
    margin: 0 30px;
    vertical-align: top;
}
#admin {
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
}
#admin a {
    color: #AFAFAF;
    text-decoration: none;
}
#admin a:hover {
    color: #ad3333;
    text-decoration: underline;
}
#pagcontenido {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}
#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;
}
/*final*/-->