@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#content {
	margin:0 auto;
	padding:0;
}
.seccion960 {
	max-width:960px;
	margin:0 auto;
}
#header {
	background-color:#fff;
	color:#424141;
}
#header_cont {
	max-width:960px;
	margin:0 auto;
	height:130px;
}
#titulo_sitio {
	
	/*padding:30px 0 0 50px;*/
	width:370px;
	float:left;
	height:130px;
        

}

#titulo_sitio h2 {
	font-weight:300;
	margin:0;
	padding:0;
       color:#ad3333;
}
#logo {
	width:225px;
	float:left;
	
}
#logo p{
	margin: 0;
}
#eslogan {
	width:500px;
	float:right;
	background-image:url(/unipamplona/portalIG/home_28/recursos/2018/03122018/unipamplona.png);
	background-position:right center;
	background-repeat:no-repeat;
	height:130px;
       color:#ad3333;
}
#eslogan h1 {
	font-weight:500;
	margin:0;
	padding:45px 0 0 0;
  text-align:center;
	
}
#eslogan p {
	text-align:center;
	font-size:1.2em;
	font-style:italic;
	margin:0;
	
}
#botonerasuperior {
	clear:both;
	background-color:#ad3333;
	border:1px solid #fff;
 border.left:none;
	border-right:none;
	-webkit-box-shadow: #333 5px;
	-moz-box-shadow: #333 5px;
	box-shadow: 0 0 5px #333;
	height:40px;
}
#btn_superior_cont {
	max-width:960px;
	margin:0 auto;
}
#btn_iconos {
	width:40px;
	float:left;
}
#btn_iconos ul {
	margin:0;
	padding:0;
	list-style:none;
}
#btn_iconos ul li {
	float:left;
}
#btn_iconos ul li a {
	display:block;
	width:40px;
	height:40px;
}
#btn_iconos ul li a:hover {
	background-color:#ccc;
}
#btn_superior_enlaces {
	width:650px;
	float:left;
}
#btn_superior_enlaces ul {
	margin:0;
	padding:0;
	list-style:none;
}
#btn_superior_enlaces ul li {
	display:inline-block;
}
#btn_superior_enlaces ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:13px 5px 12px 5px;
	line-height:1.2em;
}
#btn_superior_enlaces ul li:hover a, #btn_superior_enlaces ul li a:hover {
	background-color:#ad3333;;
}
#btn_superior_enlaces ul li ul {
	display:none;
}
#btn_superior_enlaces ul li:hover ul {
	display:block;
	width:180px;
	position:absolute;
	margin-top:0;
	z-index:9999;
}
#btn_superior_enlaces ul li ul li {
	display:block;
	text-align:left;
}
#btn_superior_enlaces ul li:hover ul li a {
	display:block;
	margin:0;
	font-size:12px;
	border-bottom:1px dotted #ccc;
	border-right:none;
	padding:8px 10px;
	height:auto;
}
#btn_superior_enlaces ul li ul li:hover a, #btn_superior_enlaces ul li ul li a:hover {
	color:#333;
	background-color:#fff;
}
#btn_superior_enlaces ul li:hover ul li ul {
	display:none;
}
#btn_superior_enlaces ul li ul li:hover ul {
	display:block;
	width:160px;
	position:absolute;
	left:155px;
	margin-top:-30px;
}
#btn_superior_enlaces ul li ul li ul li a:hover {
	background-color:#F5F5F5;
}
#btn_redes {
	width:160px;
	float:right;
}
#btn_redes ul {
	margin:0;
	padding:0;
	list-style:none;
}
#btn_redes ul li a {
	display:block;
	text-align:right;
	width:40px;
	height:40px;
}
#btn_redes ul li {
	float:left;
}
#btn_redes ul li a:hover {
	background-color:#ccc;
}
/*
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 {
	clear:both;
	max-width:960px;
	height:330px;
	padding:0;
	margin:20px auto 40px auto;
}
.theme-default .nivoSlider {
	position:relative;
	height:330px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding:5px 0 0 0;
	margin: 0 0 20px 0;
	z-index:9000;
	max-width:960px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(/unipamplona/portalIG/home_28/recursos/2018/03122018/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_28/recursos/2018/03122018/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:1.3em;
	font-family:'roboto';
	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 {
	max-width:960px;
	margin:0 auto;
	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%;
	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;
}
/*FIN SLIDER*/


#enlaces_centrales {
	background-color:#ad3333;
	height:50px;
}
#enlaces_centrales_cont {
	max-width:960px;
	margin:0 auto;
}
#enlaces_centrales_cont ul {
	margin:0;
	list-style:none;
	padding:0;
	font-size:1.8em;
	text-align:center;
}
#enlaces_centrales_cont ul li {
	display:inline;
	text-align:left;
}
#enlaces_centrales_cont ul li a {
	display:inline-block;
	padding:10px;
	color:#fff;
	text-decoration:none;
	line-height:1em;
}
#enlaces_centrales_cont ul li a img {
	margin-right:5px;
	vertical-align:middle;
}
#enlaces_centrales_cont ul li a:hover {
	background-color:#333;
}
#secciones_centrales {
}
#secciones_centrales_cont {
	margin:20px auto;
	max-width:960px;

}
#video {
position: relative;
padding-bottom: 36.55%; /* 16/9 ratio */
padding-top: 0; /* IE6 workaround*/
overflow: hidden;
margin:0;
width: 54%;
height:0;
float:left;
}

#video iframe,
#video object,
#video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#deinteres{
	max-width:960px;
	margin:0 0 10px 0;
        text-align:justify;
        height:340px;
        border: 1px dotted #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: dotted;
        border-right-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: dotted;
        border-left-width: 1px; 
        

}
#deinteres1{
        float:left;
	width:280px;
        margin:0;
        text-align:justify;
        height: auto;
        padding: 15px;
	
}
#deinteres1 img{       
display:block;
margin:10px auto;
}
#deinteres1 span a{
text-decoration:none;
}
#agenda {
	width:424px;
	float:left;
	margin:0 0 10px 15px;
	height:350px;
	border:dotted #ccc 1px;
}
#agenda p {
	width:auto;
	text-align:justify;
        font-size:1.3em;
        padding:15px;
}
.seccion_titulo{
	color:#ad3333;
	font-size:1.8em;
	margin-bottom:10px;
	text-align:center;
	text-transform:Capitalize;
}
.contador_visitas{
	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:1px dotted #ccc;
	border-left:none;
	border-right:none;
	margin:385px 0 0 0;
}
.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;
}
#piepagina {
	background-color:#ad3333;
	padding:20px;
	text-align:center;
	border-bottom:10px solid #ccc;
-webkit-box-shadow: 0px 10px 18px -11px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 10px 18px -11px rgba(0,0,0,0.64);
box-shadow: 0px 10px 18px -11px rgba(0,0,0,0.64);
}
#piepagina_cont {
	margin:0 auto;
	max-width:960px;
	color:#fff;
}
#administrador{
	padding-top:20px;
	text-align:center;
	margin-bottom:20px;
}
#administrador a{
	color:#333;
	text-decoration:none;
}
#administrador a:hover{
	color:#333;
	text-decoration:underline;
}
#menu {
	margin:20px 30px 20px 0;
	width:200px;
	padding:0;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li a {
	display:block;
	padding:10px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	margin-bottom:1px;
		background-color:#ad3333;
}
#menu ul li a img{
	vertical-align:middle;
	margin-right:5px;
}
#menu ul li:hover a, #menu ul li a:hover {
	background-color:#333;
}
#menu ul li ul {
	display:none;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	margin-top:-35px;
	margin-left:190px;
	background-color:#e6e6e6;
	z-index:9000;
	width:200px;
}
#menu ul li ul li a {
	font-size:12px;
}
#menu ul li ul li a:hover {
	background-color:#e6e6e6;
	color:#333;
}
#pagcontenido {
	margin:20px 0 0 0;
	border-left:1px dotted #ccc;
	padding:0 0 30px 30px;
	font-family:Arial, Helvetica, sans-serif;
}
#pagcontenido h1 {
	font-family:'roboto';
	margin:0 0 20px 0;
	padding:0;
	font-size:2em;
	color:#ad3333;
}
#pagcontenido h2 {
	color:#333;

}
#pagcontenido h3 {
	color:#666;
}
#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;
}
#pagcontenido #texto input[type="submit"]{
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	background-color:#f0f0f0;
	color:#666;
	padding:5px 30px 5px 10px;
	background-image:url(/unipamplona/portalIG/home_256/recursos/general/24092018/botones.png);
	background-repeat:no-repeat;
	line-height:16px;
	height:30px;
}
#pagcontenido #texto input[type="submit"]:hover{
	background-color:#069;
	color:#fff;
	cursor:pointer;
}
#pagcontenido #texto input[type="submit"].ampliarinfo{
	background-position:right 0;
}

#pagcontenido #texto input[type="submit"].ampliarinfo:hover{
	background-position:right -60px;
}

#pagcontenido #texto input[type="submit"].website{
	background-position:right -30px;
}

#pagcontenido #texto input[type="submit"].website:hover{
	background-position:right -90px;
}

/*FINAL 	 @media (max-width: 700px) */


/*moviles*/
@media (max-width: 700px) {

#btn_superior_enlaces {
		display:none !important;
}
#botonerasuperior{
		border:none;
	 }
#eslogan{
		height:30px;
		margin:0;
		padding: 0;
		width:100% !important;;
		background-image: none;
		
	}
#eslogan p{
		display:none;
}
#eslogan h1 {
             padding:0;
	     background:#ad3333;
	     color:#fff;
}

#logo {
		float:none;
		display:block;
		height:auto !important;
		margin:0 auto;
}
 #titulo_sitio {
		height:auto !important;
		width:100%!important;
		padding:0;
		color:#ad3333;
		font-family:Palatino, serif;
		background:#f0f0f0;
		text-align:center;
		font-size:0.8em;
}
#btn_iconos{
		width:40px;
		display:block;
		margin:0 auto;
		float:right;
}
	 
 #btn_redes {
		width:200px;
		display:block;
		margin:0 auto;
		float:none;
}
	 
 
#slidernoticias{
		height:auto !important;
		}

.theme-default .nivoSlider{
		height:auto !important;
}
.theme-default .nivo-controlNav {width:100%;}

.nivo-caption{
		width:100%;
		margin:0;
	}
	 
.theme-default .nivo-caption h3, .theme-default .nivo-caption h3 a {
		font-size:1em;
		padding:0;
		margin:0;
		text-align:center;
		text-decoration:none;	
}
#deinteres{
	 height:auto;
	 border:none;
	 }
#deinteres1{ 
		border:dotted #ccc 1px;
		float:none;
		display:block;
		height:auto !important;
		margin:5px auto;
		width:90%;
		text-align:center;
}
#video {
position: relative;
padding-bottom: 52.55%; /* 16/9 ratio */
padding-top: 0; /* IE6 workaround*/
overflow: hidden;
margin:10px;
width: 95%;
height:0;
}	 
#agenda {
		width: 95% !important;
		float: left;
		margin: 10px;
		height: auto;
}
#agenda p{
		width: 90% !important;
		text-align:justify;
		margin: 0 0 10px 15px;
		height: auto;
}
.contador_visitas{
		 float:left;
		 margin:0;
		 width:90% !important;
	 }
/*--!!--*/	 
#noticias {
 width:97%;
 margin:50px 20px 0 10px;
}
 .noticia_sec p {
 width:95%;
}
 #esta_pasando {
 width:97%;
 margin:10px;
}
 #esta_pasando .evento {
 margin-left:0px;
}
 #enlaces {
 width:97%;
 margin:10px 10px;
}
 #piepagina {
 text-align:center;
}
 #slider_banner {
 padding:0px;
 margin-top:30px;
}
 #redes {
 margin:0 auto;
 float:none;
}
}
 @media (max-width: 440px) {
 .uk-width-1-4 {
 width:95%;
 margin-top:50%;
}
 .uk-flex-bottom {
 top: 14px;
 bottom: 30px;
 left: 10px;
}
 .a2a_vertical_style {
 display:none;
}
}
 @media (min-width: 700px) {
	  #agenda{	width:420px;}
 .btn-list {
 display:none !important;
}
 #botonera {
 display:block !important;
}
}
 @media (min-width: 701px) and (max-width: 958px) {
 #titulo_sitio {
		height:auto !important;
		width:160px!important;
		text-align:center;
		font-size:0.8em;
}
#eslogan{
		height:auto !important;
		width:260px!important;
	
}


 #noticias {
 width:45% !important;
 margin:50px 10px 0px 10px;
}
 
 #esta_pasando {
 width:45% !important;
 margin:50px 10px 0px 10px;
}
 #enlaces {
 width:100% !important;
 margin:0px 10px;
}
}
 @media(max-width: 560px) {
 #enlacesContenidos {
 width: 100%;
 margin: 30px 10px 30px 10px;
 min-width:99%;
}

 #contenidos {
 width:100%;
}
#video iframe{
 width:97% !important;
 margin:2px 2px 0px 2px;
}
 #piepagina {
 clear:both;
}
 .a2a_vertical_style {
 display:none;
}
 #contenidos h2 {
 padding-left:20px;
}
 .inspeccion {
 margin-left:30px;
}
}
 @media(min-width: 561px) and (max-width: 679px) {
 #contenidos {
 width:72%;
}
 
 .a2a_default_style a {
 float:left !important;
}
}
 @media(min-width: 680px) and (max-width: 718px) {
 #contenidos {
 width:73%;
}
	
 .horizontal {
 display:none;
}
}
@media(min-width:701px) and (max-width:750px){

#deinteres1{
		width:195px;
}
#agenda{
	font-size:0.8em;
	width:40%;
	font-size:0.83em;
	height:auto;
}
}
@media(min-width:751px) and (max-width:800px){

#deinteres1{
	width:210px;
}
#agenda{
	width:40%;
	font-size:0.83em;
	height:auto;
	
}
}
@media(min-width:801px) and (max-width:850px){

#deinteres1{
	width:225px;
}
#agenda{
	width:310px;
}
}
@media(min-width:851px) and (max-width:900px){

#deinteres1{
		width:240px;
	
}
#agenda{
		width:345px;
	
}
}
@media(min-width:901px) and (max-width:959px){

#deinteres1{
	width:255px;
}
#agenda{
	width:365px;
}
}
  