@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 {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#header {
    height: 380px;
    animation-name: fondoheader;
    animation-duration: 10s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
    color: #fff;
}
@keyframes fondoheader {
    0% {
        background-image: url(/unipamplona/portalIG/home_295/recursos/general/12092024/fotobg01.jpg);
    }
    33% {
        background-image: url(/unipamplona/portalIG/home_295/recursos/general/12092024/fotobg02.jpg);
    }
    66% {
        background-image: url(/unipamplona/portalIG/home_295/recursos/general/12092024/fotobg03.jpg);
    }
    100% {
        background-image: url(/unipamplona/portalIG/home_295/recursos/general/12092024/fotobg04.jpg);
    }
}
#header_shadow {
    padding-top: 250px;
    height: 130px;
    background-image: url("/unipamplona/portalIG/home_295/recursos/general/12092024/sombraheader.png");
    background-repeat: repeat-x;
    background-position: bottom center;
}
#header_cont {
    max-width: 960px;
    margin: 0 auto;
    font-family: "Roboto Condensed", sans-serif;
}
#identificador {}
#logoprensa {
    width: 100px;
    float: left;
    margin-right: 10px;
}
#titulositio {
    width: 300px;
    float: left;
    padding-top: 30px;
    text-align: center;
}
#titulositio p {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.52);
}
#titulositio h1 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.52);
}
#unipamplona {
    margin-top: 10px;
    width: 300px;
    float: right;
}
#botonera {
    clear: both;
    height: 38px;
    margin: 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;
    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;
}
#enlaces_centrales {
    padding: 20px 0;
}
#enlaces_centrales_cont {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.central {
    width: 160px;
    display: inline-block;
    margin: 0 8px;
}
.central ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.central ul li a {
    display: block;
    width: 160px;
    height: 190px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    background: rgb(173, 51, 51);
    background: linear-gradient(0deg, rgba(173, 51, 51, 1) 0%, rgba(173, 51, 51, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    padding: 0 0 10px 0;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1em;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.central ul li a img {
    border-radius: 5px 5px 0 0;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.central ul li a:hover {
    background: rgb(0, 51, 102, 1);
    background: linear-gradient(0deg, rgba(0, 51, 102, 1) 0%, rgba(0, 51, 102, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.central ul li a:hover img {
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
#redes {}
#redes_cont {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}
#facebook {
    width: 500px;
    display: inline;
}
#emisoras {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    padding-top: 70px;
    text-align: right;
}
#emisoras img {
    margin-left: 20px;
    -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.8;
}
#emisoras 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;
}
#footer {
    text-align: center;
    color: #fff;
    background-color: #ad3333;
    padding: 20px;
    margin-top: 20px;
}
#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: #0e71b4;
    text-decoration: underline;
}
#pagcontenido {
    max-width: 900px;
    margin: 0 auto 20px 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;
}
#enlaces_footer {
    padding: 0;
}
#enlaces_footer ul {
    max-width: 960px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#enlaces_footer ul li {
    display: inline;
}
#enlaces_footer ul li a {
    display: inline-block;
    padding: 5px 10px;
    min-width: 120px;
    background: #036;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1em;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
#enlaces_footer ul li a:hover {
    background: #ad3333;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

#tituloboletin {
    color: #ad3333;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}
#iframeboletin {
    border: 1px solid #ccc;
    margin:10px 0;
}
#edicionesanteriores {
    background: #f0f0f0;
    padding: 10px;
    position: relative;
}

#edicionesanteriores ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

#edicionesanteriores ul li {
    flex: 0 0 auto;
    padding: 10px;
}

#edicionesanteriores ul li a {
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    opacity: 0.7;
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s ease;
    filter: grayscale(1);
    margin: 0 10px;
}

#edicionesanteriores ul li a:hover {
    opacity: 1;
    color: #ad3333;
    filter: grayscale(0);
    filter: drop-shadow(0px 3px 3px #ccc);
}

#edicionesanteriores .flecha {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
	font-weight: bold;
	background-color: #ad3333;
	padding: 0 5px;
	border-radius: 5px;
}

#edicionesanteriores .flecha:hover {
    opacity: 1;
}

.flecha-left {
    left: 10px;
}

.flecha-right {
    right: 10px;
}

/*FINAL*/