@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#contenido {
	max-width:960px;
	margin:0 auto;
	padding:20px 0;
}
#encabezado {
	height:150px;
}
#titulositio {
	width:500px;
	float:left;
}
#titulositio p {
	margin:0;
	padding:0;
}
#viceacade {
	width:250px;
	float:right;
	height:70px;
	background-image:url(/unipamplona/portalIG/home_245/recursos/general/23042018/unipamplona.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:right;
	padding:50px 50px 30px 0;
	font-family:"Century Gothic", Verdana, Tahoma;
	text-transform:uppercase;
	font-size:1.5em;
	text-align:center;
}
#viceacade p {
	margin:0;
	padding:0;
}
#viceacade p span {
	font-weight:bold;
	color:#ad3333;
	font-size:1.3em;
}
#botonera {
	background-color:#ad3333;
	clear:both;
	height:40px;
}
#botonera ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#botonera ul li {
	display:inline;
}
#botonera ul li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:11px 10px 11px 10px;
	line-height:1.2em;
}
#botonera ul li a:hover {
	background-color:#f0f0f0;
	color:#333;
}
/*
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 {
	max-width:960px;
	height:320px;
	padding:0;
	margin:20px 0;
}
.theme-default .nivoSlider {
	position:relative;
	height:320px;
}
.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;
	position:absolute;
	margin: 0 0 20px 0;
	z-index:9000;
	width:960px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(/unipamplona/portalIG/home_245/recursos/general/23042018/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_245/recursos/general/23042018/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 {
	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;
}
.central {
	width:300px;
	float:left;
	margin:10px;
	border-bottom:10px solid #e6e6e6;
	height:340px;
	overflow:auto;
	
}
.central_titu {
	font-family:'roboto';
	font-weight:400;
	color:#ad3333;
	font-size:2em;
	margin-bottom:10px;
}
.central_titu:first-letter  {
	text-transform:capitalize;
}
#formulario {
	width:260px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	float:right;
	padding:20px;
	margin: 10px 9px;
}
#formulario h4 {
	font-family:'roboto';
	color:#069;
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:normal;
}
#formulario ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#formulario input, #formulario textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	width:250px;
}
#formulario textarea {
	height:85px;
	resize:none;
}
#formulario input[type=button] {
	border:1px solid #ccc;
	padding:5px;
	width:100px;
	background-image:url(http://www.unipamplona.edu.co/unipamplona/portalIG/home_239/recursos/general/11092017/botonbg.png);
	background-repeat:repeat-x;
	color:#fff;
	margin-left:160px;
}
#formulario input[type=button]:hover {
	background-position:0 -60px;
	cursor:pointer;
}
#formulario h4 {
	color:#666;
}
.respuestaContactoNo, .respuestaContactoOk {
	margin-top:-20px;
}
.central .evento {
	margin-bottom:10px;
}
.central .evento blockquote {
	background-color:#ad3333;
	color:#fff;
	width:50px;
	height:50px;
	display:block;
	float:left;
	margin: 0 10px 20px 0;
	font-family:'Roboto', serif;
	padding:5px;
	text-align:center;
	font-weight:300;
	font-size:1em;
}
.central .evento blockquote:first-line {
	font-weight:500;
	font-size:2em;
}
.central .evento blockquote.fecha_gris {
	background-color:#e6e6e6;
}
.central .evento {
	clear:both;
}
.central .evento p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	line-height:1.2em;
	margin-left:75px;
	max-height:60px;
	overflow:hidden;
}
.central .evento p a {
	color:#666;
	text-decoration:none;
}
.central .evento p a:hover {
	color:#ad3333;
}
.central  ul {
	margin:0;
	padding:0;
	list-style:none;
}
.central  ul li {
	clear:both;
}
.central  ul li a {
	color:#666;
	text-decoration:none;
}
.central  ul li a:hover {
	color:#ad3333;
	text-decoration:underline;
}
.central ul li img {
	float:left;
	margin:0 10px 10px 0;
}
.central_tips ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
.central_tips ul li {
	background-image:url(/unipamplona/portalIG/home_245/recursos/general/23042018/vineta1.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:15px;
	margin-bottom:10px;
}
#piepagina {
	margin-top:10px;
	padding:20px;
	text-align:center;
	background-color:#ad3333;
	color:#fff;
}

#piepagina a{
	color:#fff;
	text-decoration:none;
}
#piepagina a:hover{
	text-decoration:underline;
}

#pagcontenido {
	margin:20px 20px 20px 0;
	padding:0 0 0 30px;
	border-left:1px dashed #ccc;
}
#pagcontenido h1 {
	font-family:"Century Gothic", Verdana, Tahoma;
	margin:0 0 20px 0;
	padding:0;
	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;
}

/*fin*/