@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 {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#contenidoppal {}
#contenido {
    margin: 20px auto;
    background-color: #fff;
}
#header {
    height: 100px;
    padding: 10px;
}
#header-cont {
    max-width: 960px;
    margin: 0 auto;
}
#titulo_sitio {
    width: 600px;
    float: left;
    margin: 0;
    font-family: 'roboto';
}
#titulo_sitio p {
    font-size: 1.2em;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
#titulo_sitio h1 {
    font-size: 1.6em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#titulo_sitio h1 a {
    color: #ad3333;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#titulo_sitio h1 a:hover {
    color: #036;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#unipamplona {
    float: right;
    width: 280px;
    margin-top: 0px;
    text-align: right;
}
#botonera {
    clear: both;
    height: 38px;
    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;
    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 {
    max-width: 960px;
    margin: 0 auto 20px auto;
    clear: both;
    text-align: center;
}
#enlaces img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
}
#enlaces ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
#enlaces ul li {
    display: inline;
    vertical-align: top;
}
#enlaces ul li a {
    display: inline-block;
    padding: 10px;
	font-family: 'roboto';
    font-weight: 400;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
	color: #333;
	/*width: 110px;*/
		width: 200px;
	border: 1px solid #fff;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
#enlaces ul li a:hover {
    background-color: #f0f0f0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border: 1px solid #ccc;
}
#centrales {}
#centrales_cont {
    max-width: 960px;
    margin: 0 auto;
    padding-left:30px;
}
#anuncios {
    width: 500px;
    margin: 0 15px 15px 0;
	min-height: 430px;
}
#normatividad {
    width: 350px;
}
#documentos {
    width: 350px;
}
#anuncios, #normatividad, #documentos {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    vertical-align: top;
    margin: 10px;
    float: left;
}
#anuncios p, #normatividad p, #documentos p {
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #ccc;
    font-size: 1.5em;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    color: #ad3333;
    font-weight: 500;
}
#anuncios ul, #normatividad ul, #documentos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#anuncios ul li a, #normatividad ul li a, #documentos ul li a {
    display: inline-block;
    padding: 5px 5px 5px 30px;
    background-image: url("/unipamplona/portalIG/home_294/recursos/general/26082024/ico_pdf.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #333;
    text-decoration: none;
}
#anuncios ul li a:hover, #normatividad ul li a:hover, #documentos ul li a:hover {
    background-color: #f0f0f0;
    color: #000;
    border-radius: 0 5px 5px 0;
}
#footer {
    text-align: center;
    color: #fff;
    background-color: #ad3333;
    padding: 20px;
    margin-top: 10px;
}
#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: 20px;
    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;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
#pagcontenido h1 {
 font-family: "Roboto", sans-serif;

   /* font-family: "Montserrat", sans-serif;*/
    margin: 0 0 20px 0;
    font-weight: 600;
    padding: 0;
    color: #ad3333;
font-size:1.7em;
}
#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;
}
.tabla_cronograma{
	width: 100%;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
}
.tabla_cronograma th{
	background-color: #ad3333;
	color: #fff;
	text-align: center;
	border-bottom:1px solid #ccc;
	padding: 5px;
}
.tabla_cronograma td{
	border-bottom:1px solid #ccc;
	padding: 5px;
}
.tabla_cronograma td{
	padding: 5px;
	border-right: 1px solid #ccc;
}
.tabla_cronograma tr:hover{
	background-color: #f0f0f0;
}

.acordeon ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;

}
.acordeon ul li{
	display: inline;
}
.acordeon ul li a{

	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #ad3333;
}

.acordeon ul li a:hover{
	background-color: #036;
}
#pagcontenido #texto .candidatos{
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	width: 260px;
	margin: 5px 0 5px 5px;
	text-align: center;
	padding: 5px;
	vertical-align: top;
	min-height: 300px;
}
#pagcontenido #texto .candidatos p{
	margin: 0;
	padding: 0;
}
#pagcontenido #texto .candidatos img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

#pagcontenido #texto .candidatos h2{
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	color: #ad3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
min-height: 50px;
}
#pagcontenido #texto .candidatos h3{
	border:none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.8em;
	color: #333;
}

#pagcontenido #texto .candidatos h3:hover{
	color: #333;
}

#pagcontenido #texto .candidatos ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;

}
#pagcontenido #texto .candidatos li{
	display: inline;
}
#pagcontenido #texto .candidatos li a{
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #036;
	font-size: 0.9em;
}
#pagcontenido #texto .candidatos li a:hover{
	background-color: #ad3333;
}

/*final*/