@charset "utf-8";
/* CSS Document */

body{
	background-color:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background-image:url(/unipamplona/portalIG/home_88/recursos/01general/24102013/bodybg.png);
	background-repeat:repeat-x;
	background-position:center top;
}
#content{
	width:960px;
	margin:0 auto;
}
#header{
	font-family:"Century Gothic", Tahoma, Verdana;
	color:#fff;
	text-transform:uppercase;
	background-image:url(/unipamplona/portalIG/home_88/recursos/01general/24102013/unipamplona.png);
	background-position:right center;
	background-repeat:no-repeat;
	height:150px;
	padding-top:10px;
}
#header h1{
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:5px;
	margin:10px 0 0 0;
}
#botonera{
	height:40px;
}
#botonera ul{
	margin:0;
	padding:0;
	height:40px;
	list-style:none;
	border-left:1px dotted #077131;
}
#botonera ul li{
	float:left;
}
#botonera ul li a{
	display:block;
	color:#666;
	font-size:14px;
	text-decoration:none;
	padding:10px;
	border-right:1px dotted #077131;
}
#botonera ul li a:hover{
	background-color:#e6e6e6;
	color:#000;
}/*
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 {
	width:940px;
	height:300px;
	margin:10px 0 0 0;
}
.theme-default .nivoSlider {
	position:relative;
	height:280px;
	border:10px solid #000;
	margin:0;
}
.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: 10px 0 10px 0;
	position:absolute;
	margin:-290px 0 0 10px;
	z-index:9000;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(http://www.unipamplona.edu.co/unipamplona/portalIG/home_1/recursos/up2013/18022013/12bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.unipamplona.edu.co/unipamplona/portalIG/home_1/recursos/up2013/18022013/12arrows.png) no-repeat;
	text-indent:-9999px;
	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:10px;
}
.theme-default a.nivo-prevNav {
	left:10px;
}
.theme-default .nivo-caption {
	padding:0;
	left:0px;
}
.theme-default .nivo-caption h3, .theme-default .nivo-caption h3 a {
	color:#e6e6e6;
	font-size:22px;
	font-family:"Century Gothic", Tahoma, Verdana;
	font-weight:bold	;
	margin:0;
	padding:10px;
	text-align:center;
	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;
	border:none;
}
.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:10px;
	left:10px;
	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:10px;
	bottom:0px;
	z-index:8;
	padding:10px;
	opacity: 0.7;
	overflow: hidden;
	display: none;
	-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:35%;
	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;
}
.sombra{
	background-image:url(/unipamplona/portalIG/home_88/recursos/01general/24102013/sombra.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:20px;
}
#menu{
	margin:30px 0 10px 30px;
	background-color:#077131;
	width:220px;
	border-bottom:10px solid #ECB900;
}
#menu ul{
	margin:0;
	padding:10px;
	list-style:none;
}
#menu ul li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px;
}
#menu ul li a:hover{
	background-color:#ECB900;
	color:#000;
}
#deinteres{
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	border-radius:  5px;
	background-color:#f0f0f0;
	background-image:url(/unipamplona/portalIG/home_88/recursos/01general/24102013/robotica2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	border:1px solid #ccc;
	padding:20px;
	margin:30px ;
}
#deinterestitu{
	font-family:"Century Gothic", Tahoma, Verdana;
	font-weight:bold;
	color:#077131;
	font-size:20px;
	width:100px;
	float:left;
}
#deinteres ul{
	margin:0 0 0 120px;
	padding:20px;
	border:1px solid #ccc;
	list-style:none;
	background-image:url(/unipamplona/portalIG/home_88/recursos/01general/24102013/interesbg.png);
	max-height:250px;
	overflow:auto;
}
#deinteres ul li{
	display:block;
	margin-bottom:5px;
	padding:10px;
	border-bottom:1px dashed #ccc;
}

#deinteres ul li a{
	color:#333;
	text-decoration:none;
}
#deinteres ul li a:hover{
	color:#077131;
	text-decoration:underline;
}
#footer{
	background-color:#077131;
	text-align:center;
	padding:10px;
	color:#fff;
}

#pagcontenido {
	padding:0;
	margin:30px;
}
#pagcontenido a{
	text-decoration:none;
	color:#069;
}
#pagcontenido a:hover{
	text-decoration:underline;
	color:#AD3333;
}
#pagcontenido h1, h2, h3, h4, h5{
	font-family:"Century Gothic", Tahoma, Verdana;
}
#pagcontenido h1 {
	color:#077131;
	margin:0 0 20px 0;
	padding:0;
}
#pagcontenido h2{
	color:#00A0B0;
}
#texto {
	padding-left:60px;
	line-height:20px;
	text-align:justify;
}
#pagcontenido .compartir {
	text-align:left;
	padding:10px;
	height:30px;
	margin:20px 0 20px 60px;
	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;
	line-height:16px;
	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;
}
#contadorvisitas {
	height:30px;
	margin-left:30px;
	padding:5px 5px 5px 40px;
	text-align:center;
	border:1px solid #ccc;
	background-image:url(/unipamplona/portalIG/home_88/recursos/01general/24102013/contador.png);
	background-repeat:no-repeat;
	background-position:5px center;
}
.contadorvisitasframe {
	width:100px;
	height:15px;
	padding:12px 0 0 0;
	text-align:left;
	vertical-align:bottom;
}
table.tablacontador .tdcontador {
	text-align:left;
}
#espaciointerno{
	height:10px;}