@charset "utf-8";
/* CSS Document */
@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;
}
#header {}
#header_cont {
    max-width: 960px;
    margin: 0 auto;
    background-image: url("/unipamplona/portalIG/home_291/recursos/general/02042024/unipamplona.png");
    background-repeat: no-repeat;
    background-position: center right;
}
#titulositio {
    font-family: "Montserrat", sans-serif;
    height: 150px;
    padding-top: 10px;
}
#titulositio img {
    float: left;
    margin-right: 10px;
}
#titulositio h1 {
    color: #ad3333;
    margin: 40px 0 0 0;
    padding: 0;
}
#titulositio h2 {
    color: #666;
    font-size: 1.2em;
    letter-spacing: 0.8px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#botonera {
    clear: both;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #ad3333;
}
#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;
    font-size: 12px;
    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;
}
#seccioncentral {

    max-width: 960px;
    margin: 0 auto 20px auto;
}
.tituloslider {
    font-family: "Montserrat", sans-serif;
    color: #ad3333;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
/*
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 {
    float: left;
    max-width: 450px;
    height: 520px;
    padding: 15px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    border: 2px solid #ccc;
}
.theme-default .nivoSlider {
    position: relative;
    height: 490px;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
.theme-default .nivo-controlNav {
    display: none;
    text-align: center;
    max-width: 450px;
    padding: 0 0 0 0;
    position: absolute;
    z-index: 9000;
    width: 960px;
    border-top: 1px solid #ccc;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/unipamplona/portalIG/home_291/recursos/general/02042024/12bullets.png) no-repeat;
    text-indent: -9999px;
}
.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_291/recursos/general/02042024/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: #000;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
.theme-default .nivo-caption h3 a:hover {
    color: #ad3333;
}
.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: 450px;
    height: auto;
    /*    overflow: hidden;*/
    border-radius: 10px;
}
.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;
    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;
}
#botones {
    width: 450px;
    float: left;
	margin-left: 25px;
}
#botones ul {
    margin: 0;
    padding: 120px 0 0 0;
    list-style: none;
}
#botones ul li {
    display: inline;
}
#botones ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    vertical-align: top;
    min-height: 130px;
    padding: 5px;
    margin: 5px;
    color: #000;
    text-decoration: none;
    -webkit-filter: grayscale(100%);
    opacity: 0.7;
}
#botones ul li a img{
	margin-bottom: 10px;
}
#botones ul li a:hover {
    background-color: #f0f0f0;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    vertical-align: top;
    min-height: 130px;
    padding: 5px;
    margin: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
#footer{
	background-color: #f0f0f0;
	border-top:5px solid #ad3333;
		border-bottom:5px solid #ad3333;
	padding: 20px;
	text-align: center;
	font-size: 0.9em;
}
#admin{
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}
#admin a{
	color: #666;
	text-decoration: none;
}

#admin a:hover{
	color: #ad3333;
	text-decoration: underline;
}

#pagcontenido {
	max-width: 900px;
	margin:0 auto;
	padding:0;
}
#pagcontenido h1 {
    font-family: "Montserrat", sans-serif;
	margin:0 0 20px 0;
	font-weight: 400;
	padding:0;
	color:#ad3333;
	border-bottom: 1px dashed #ccc;
}
#pagcontenido h2 {
	color:#036;
	   font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
#pagcontenido h3 {
	color:#036;
	font-weight: 400;
}

#pagcontenido #texto {
	margin:0 0 0 20px;
	color:#333;
}
#pagcontenido #texto p{
	line-height: 1.5em;
}
#pagcontenido #texto .tablainfo{
	margin-top: 10px;
	font-size:0.9em;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#pagcontenido #texto .tablainfo h3{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
#pagcontenido #texto .tablainfo p{
	margin: 0;
	padding: 0;
}
#pagcontenido #texto .tablainfo td{
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	padding: 5px 10px;
}
#pagcontenido #texto .tablainfo a{
	display:block;
	background-color: #ad3333;
	color:#fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 5px;
	width: 60%;
	font-size: 1.1em;
}
#pagcontenido #texto .tablainfo a:hover{
	background-color: #036;

}
#botones_internos {
    max-width: 960px;
	margin: 0  auto;
	text-align: center;
}
#botones_internos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#botones_internos ul li {
    display: inline;
}
#botones_internos ul li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    vertical-align: top;
    min-height: 110px;
    padding: 5px;
    margin: 5px;
    color: #000;
    text-decoration: none;
    -webkit-filter: grayscale(100%);
    opacity: 0.7;
	font-size: 0.8em;
}
#botones_internos ul li a:hover {
    background-color: #f0f0f0;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    margin: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
#botones_internos ul li a img{
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
}

/*final*/