@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,900&display=swap')
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
background-color: #EDEFF2;
}


#contenido {
    margin: 0 auto;
    padding: 0;
}

#botonera_superior {
    height: 40px;
}

#botonera_superior_cont {
    max-width: 960px;
    margin: 0 auto;
}

#botonera_superior ul {
   margin: 0;
   padding: 5px;
   height: 30px;
   list-style: none;
   width: 100%;
   display: flex;
   justify-content: center;
}

#botonera_superior ul li {
    display: inline;
}
#botonera_superior img{

    filter: brightness(0) saturate(100%) invert(27%) sepia(21%) saturate(4492%) hue-rotate(334deg) brightness(97%) contrast(88%);
}
#encabezado {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    height: 120px;
    font-family: "Inter", sans-serif;
   
}

#enc_titulo {
    width: 1200px;
    height: 100px;
    padding: 0 0 35px 0px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

#enc_titulo h1 {
    color: #ad3333;
    padding: 0;
    margin: 0 20px;
    font-size: 2rem;
    font-weigth: 400;
    
}

#enc_titulo p {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    color: #003366;
}

#enc_titulo p span {
    font-weight: bold;
}

#botonera_principal {
margin-top: 10px;
    clear: both;
    width: 100%;
    height: 55px;
    background: rgb(173,51,51);
    background: -moz-linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    background: -webkit-linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    background: linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad3333",endColorstr="#003366",GradientType=1);
}

#botonera_principal ul {
    list-style: none;
    padding: 0 0 5px 0;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center; 
}

#botonera_principal ul li a {
    display: flex;
    color: #fff;
    line-height: 14px;
    text-decoration: none;
    padding: 14px 5px 12px 5px;
    margin: 3px;
    height: 20px;

}


#botonera_principal ul li a:hover {
    color: #fff;
    background-color: #daa618;
border-radius: 4px
}

#botonera_principal ul li ul {
    display: none;
}

#botonera_principal ul li:hover ul {
    display: block;
    width: 180px;
    position: absolute;
    margin-top: 0;
    z-index: 9999;
}

#botonera_principal ul li ul li {
    float: none;
}

#botonera_principal ul li:hover ul li a {
    color: #fff;
    display: block;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    border-right: none;
    padding: 8px 10px;
    height: auto;
}


#botonera_principal ul li ul li a:hover {
    color: #333;
    background-color: #fff;
}

#botonera_principal ul li:hover ul li ul {
    display: none;
}

#botonera_principal ul li ul li:hover ul {
    display: block;
    width: 160px;
    position: absolute;
    left: 155px;
    margin-top: -30px;
}

#botonera_principal ul li ul li ul li a:hover {
    background-color: #F5F5F5;
}

#enlaces_ppales {
    
margin: 10px 0 10px 0;
background: rgb(173,51,51);
    background: -moz-linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    background: -webkit-linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    background: linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad3333",endColorstr="#003366",GradientType=1);
max-height: 70px;
}

#enlaces_ppales ul {
  
    padding: 0;
    list-style: none;
    max-width: 1040px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

#enlaces_ppales ul li {
    display: inline;
}

#enlaces_ppales ul li a {
    display: flex;
   
    padding: 10px;
    text-decoration: none;
   text-align: left;
}

#enlaces_ppales ul li a:hover {

    background-color: #daa618;
border-radius: 4px;

}

/*
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 {
 
    height: 400px;
    padding: 0;
}

.theme-default .nivoSlider {
    position: relative;
    height: 400px;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: none;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 5px 0 0 0;
    position: absolute;
    z-index: 9000;
    width: 100%;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/unipamplona/portalIG/home_15/recursos/2018/15052018/12bullets.png) no-repeat;
    text-indent: -9999px;
    border: 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_15/recursos/2018/15052018/12arrows_.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms 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: 1.3em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    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%;
widht: 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: 350px;
    left: 0px;
    bottom: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
    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;
}

#bancos_bd_cont img{

}

#bancos_bd {
 
}

#bancos_bd_cont {
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
margin-top: 35px;
}


#bancos_bd ul {
    
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#bancos_bd ul li {
background-color: #dadada;
    border-radius: 4px;
    display: inline-block;
}

#bancos_bd ul li img {
    border-radius: 0px 5px;

}

#bancos_bd ul li a {
    display: inline-block;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#bancos_bd ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0px 0px 5px 0px #333;
    -moz-box-shadow: 0px 0px 5px 0px #333;
    box-shadow: 0px 0px 5px 0px #333;
}

#centrales {
   
}

#enlaces_noticias {
    max-width: 960px;
    margin: 0 auto;
}

#centrales_cont {
    max-width: 1028px;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
}
#dos_columnas{
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem;    
    display: flex;
    margin-top: 5rem;
    margin-button: 3rem
}

.secciones_dos_columnas{
    padding: 2rem;
    width: 50%;
}

.seccion_dos_col{
  display: inline-block;
  width: 466px;
  height: 200px;
  margin: 45px 5px;
  vertical-align: top;
  position: relative;
}
.seccion_dos_col h2 span{
font-size: 2rem;
}

.central {
    display: inline-block;
    width: 300px;
    height: 300px;
    border: 1px solid #ad3333;
    margin: 0 5px;
    vertical-align: top;
    border-radius: 10px;
    position: relative;
}

.central p {
margin: 10%;
}


.central a {
    width: 300px;
    display: inline-block;
    margin: 0;
    border-radius: 10px;
    color: #ad3333;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 1rem;
    
}
.central a:hover {
color: #fff;
}


.central:hover {
    background-color: #daa618;
color: #fff;
}

#enlaces {
    width: 650px;
    float: left;
}

#enlaces p {
    font-family: 'Inter';
    font-size: 2.2em;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #ad3333;
}

#enlaces ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#enlaces ul li {
    display: inline-block;
    margin: 5px;
}

#enlaces ul li img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .3s ease-in-out;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
    border: 1px solid #ccc;
    /*		border-radius: 5px;*/
}

#enlaces ul li img:hover {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .3s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .3s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

#mas_noticias {
    width: 300px;
    float: left;
}

#mas_noticias p {
    font-family: 'roboto';
    font-size: 2.2em;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #ad3333;
}

#mas_noticias ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mas_noticias ul li {
    clear: both;
    margin-bottom: 20px;
    padding-right: 10px;
    overflow: auto;
    color: #333;
}

#mas_noticias ul li a {
    color: #666;
    text-decoration: none;
}

#mas_noticias ul li a:hover {
    color: #ad3333;
    text-decoration: underline;
}

#mas_noticias ul li img {
    float: left;
    margin: 0 10px 50px 0;
}

#horarios {

  display: grid;
  justify-content: space-around;
 padding: 46px;
 
}

#horarios p {
    font-size: 2.2em;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #666;
}

#horarios ul {
display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

#horarios ul li {
    display: inline-block;
    width: 17%;
    margin: 0 20px;
    color: #003366;
    vertical-align: top;
}

#horarios ul li span {
    font-weight: bold;
    vertical-align: top;
    color: #333;
}

#piepagina {
    background: rgb(173,51,51);
    background: -moz-linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    background: -webkit-linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    background: linear-gradient(123deg, rgba(173,51,51,1) 31%, rgba(0,51,102,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad3333",endColorstr="#003366",GradientType=1);
    padding: 20px;
}

#piepagina ul {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

#piepagina ul li {
    width: 32%;
    display: inline-block;
    color: #fff;
    margin: 0 3px;
    vertical-align: top;
    text-align: center;
}

#piepagina ul li:first-line {
    font-weight: bold;
}

#administrador {
    text-align: center;
    margin: 0 auto;
    max-width: 960px;
}

#administrador a {
    color: #666;
    text-decoration: none;
}

#administrador a:hover {
    color: #003366;
    text-decoration: underline;
}

#pagcontenido_content {}

#pagcontenido {
    max-width: 960px;
    margin: 0 auto;
    border-left: 1px dotted #ccc;
    padding: 20px 0 30px 30px;
}

#pagcontenido h1 {
    font-family: "Inter" , sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 24px;
    color: #ad3333;
}

#pagcontenido h2 {
    color: #333;
}

#pagcontenido h3 {
    color: #333;
}

#pagcontenido .compartir {
    text-align: left;
    padding: 10px;
    height: 30px;
    margin: 10px 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: 18px;
    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;
}

#pagcontenido #texto hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background-color: #999;
    height: 0;
}

#menuinterno {
    
}

#menuinterno ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menuinterno ul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
}

#menuinterno ul li a img {
    vertical-align: middle;
    margin-right: 5px;
}

#menuinterno ul li a:hover {
color: #fff;
    background-color: #003366;
}


/*FIN CSS*/