@charset "utf-8";
/* CSS Document */

body
{
  background:#FFF !important
}
.miga {
  background:#f7f7f7;
}
.miga a:hover {
  color:#a20f26;
}

.paginador {
  display:table;
  width:100%;
  text-align:center;
}
.paginador .PagerResults {
  color:#149ede !important;
  font-size:12px !important;
}

.paginador .SelectedPrev {
  background:#f7f7f7;
  padding:4px 8px;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);  
}
.paginador .UnselectedNext {
  background:#f7f7f7;
  padding:4px 8px;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);  
}
.paginador .SelectedPage {
  background:#149ede;
  color:#FFF;
  padding:4px 8px;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);  
}
.paginador .PagerNumberArea {
  color:#b3b3b3;
}
.paginador .UnselectedPage {
  background:#f7f7f7;
  color:#999;
  padding:4px 8px;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);  
}

.paginador .UnselectedPage:hover {
  background:#149ede;
  color:#FFF;
  padding:4px 8px;
  box-shadow:2px 2px 2px rgba(0,0,0,.1);  
}



header .container-fluid {
    border-bottom: solid 2px #e0e0e0;
}
footer .container-fluid {
    border-top: solid 2px #e0e0e0;
}

.btn-enlaces-interes {
}

.btn-link-repositorio {
    width: 250px;
    height: 110px;
    display: block;
    color:#FFF !important;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/btn-todos-los-documentos.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    margin-top: -20px;
    /*box-shadow: 2px 2px 2px rgba(0,0,0,.1);*/
    transition: .3s;    
}
.btn-link-repositorio:hover {
  width: 250px;
  height: 110px;
  display:block;
  color:#FFF !important;
  background:url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/btn-todos-los-documentos.png) no-repeat;
  background-size:100% 100%;
  margin:auto;
  margin-top: -20px;
  /*box-shadow:2px 2px 2px rgba(0,0,0,.3);*/
  transition:.3s;
}

.btn-link-repositorio a {
  color:rgba(255,255,255,1) !important;
  }
.btn-link-repositorio a:hover {
  color:rgba(255,255,255,1) !important;
  }




.texto-ask {
    color: #FFF;
    background: #1e70b7;
    font-weight: 600;
    padding: 3px;
    margin-right: -1.8px;
}

video {
    background:rgba(255,255,255,.5);
    bottom: 0;
    height: auto;
}


audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    margin:auto !important;
}

/*.modal-lg
{
  width:90% !important;
}*/


.img-logo-ask-header {
   width: 125px !important;
}

.contenedor-video-home
{
  padding:0 !important;
  background:#FFF;
  border:solid 1px #FFF;
}

.contenido-tabs-home
{
  padding:0 !important;
  background:#fff;
  border:solid 1px #FFF
}

#footer {
    z-index: 1 !important;
}
#logo-head {
    width: 188px !important;
}

a:hover
{
  outline:0px !important;
  text-decoration:none !important;
  color:#fff;
}
.fade.in {
    background: rgba(0,0,0,.5);
  }
.top {
    height: 94px;
    z-index: 1 !important;
  }
a:focus
{
  outline:0px !important;
  text-decoration:none !important;
}
.columna-resaltados
{
  width: 19% !important;
  float: right !important;
  padding-left: 0 !important;
}

[class*="columna-"] {
    width: auto;
    float: none;
    margin: auto !important;
    padding-left: 10px;
    padding-right: 0px;
}


[class*='caja'],
[class*='columna-'],
[class*='mobile-'],
.caja:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

[class*='columna-'] {
	float: left;
  	min-height: 1px;
	padding-right: 0px; /* column-space */
}

[class*='columna-'] [class*='columna-']:last-child {
	padding-right:0;
}

.caja {
	width: 100%;
	max-width: 1140px;
	min-width: 748px; /* when using padded caja on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of caja containing element */
	margin: 0 auto;
	overflow: hidden;
}

.caja:after {
	content: "";
	display: table;
	clear: both;
}

.caja-pad {
	padding: 5px;
}

.push-right {
	float: right;
}

/* Content Columns */

.columna-1-1 {
	width: 100%;
}
.columna-2-3, .columna-8-12 {
	width: 66.66%;
}

.columna-1-2, .columna-6-12 {
	width: 50%;
}

.columna-1-3, .columna-4-12 {
	width: 33.33%;
}

.columna-1-4, .columna-3-12 {
	width: 25%;
}

.columna-1-5 {
	width: 20%;
}

.columna-1-6, .columna-2-12 {
	width: 16.667%;
}

.columna-1-7 {
	width: 14.28%;
}

.columna-1-8 {
	width: 12.5%;
}

.columna-1-9 {
	width: 11.1%;
}

.columna-1-10 {
	width: 10%;
}

.columna-1-11 {
	width: 9.09%;
}

.columna-1-12 {
	width: 8.33%
}

/* Layout Columns */

.columna-11-12 {
	width: 91.66%
}

.columna-10-12 {
	width: 83.333%;
}

.columna-9-12 {
	width: 75%;
}

.columna-5-12 {
	width: 41.66%;
}

.columna-7-12 {
	width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}

@media handheld, only screen and (max-width: 767px) {

.content {
padding: 0px 0px;
text-align: center;	
}
.caja {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
}

	[class*='columna-'] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 25px;
		padding-right: 10px; /* column-space */
	}

	[class*='columna-'] [class*='columna-'] {
		padding-right: 0;
	}

	/* Mobile Layout */

	[class*='mobile-columna-'] {
		float: left;
		margin: 0 0 10px;
		padding-left: 0;
		padding-right: 10px; /* column-space */
		padding-bottom: 0;
	}

	.mobile-columna-1-1 {
		width: 100%;
	}
	.mobile-columna-2-3, .mobile-columna-8-12 {
		width: 66.66%;
	}

	.mobile-columna-1-2, .mobile-columna-6-12 {
		width: 50%;
	}

	.mobile-columna-1-3, .mobile-columna-4-12 {
		width: 33.33%;
	}

	.mobile-columna-1-4, .mobile-columna-3-12 {
		width: 25%;
	}

	.mobile-columna-1-5 {
		width: 20%;
	}

	.mobile-columna-1-6, .mobile-columna-2-12 {
		width: 16.667%;
	}

	.mobile-columna-1-7 {
		width: 14.28%;
	}

	.mobile-columna-1-8 {
		width: 12.5%;
	}

	.mobile-columna-1-9 {
		width: 11.1%;
	}

	.mobile-columna-1-10 {
		width: 10%;
	}

	.mobile-columna-1-11 {
		width: 9.09%;
	}

	.mobile-columna-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-columna-11-12 {
		width: 91.66%
	}

	.mobile-columna-10-12 {
		width: 83.333%;
	}

	.mobile-columna-9-12 {
		width: 75%;
	}

	.mobile-columna-5-12 {
		width: 41.66%;
	}

	.mobile-columna-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}


/*FIN SISTEMA DE REJILLAS*/
/*FIN SISTEMA DE REJILLAS*/
/*FIN SISTEMA DE REJILLAS*/
/*FIN SISTEMA DE REJILLAS*/



.seccion-intro
{
	background:#FFF;
	padding-top:80px;
}

.section-2
{
	background:#FFF;
	padding-bottom:80px;
}
.seccion-intro iframe
{
	width:100% !important;
	height:320px !important;
  border:none !important;
}

.seccion-intro .tab-content
{
	padding:20px;
	height:276px !important;
	max-height:276px !important;
	overflow:scroll;
	overflow-y:auto;	
	overflow-x:hidden;
	color:#888;
    text-align:left;
}

.seccion-intro .tab-content h3 {
    font-size: 1.2em;
    color: #888;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
    text-align: left !important;
}  



.nav-tabs.nav-justified > li {
    float: none;
    background: #f0f0f0;
}

.nav-tabs.nav-justified > li > a {
    /*border-bottom: 1px solid #F0F0F0;*/
    /*border-radius: 4px 4px 0 0;*/
    border-right: solid 1px #FFF;
	color:#1F1F1F;
}


.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    /*border-bottom-color: #fff;
    border-top: solid 3px #e40f26;
    color: #e40f26;
    font-weight: bold;
    border-radius: 0px;*/    
    background:#e40f26;
    border-bottom-color: #e40f26;
    border-top: solid 3px #e40f26;
    color: #FFF;
    font-weight: bold;
    /*border-radius: 0px;*/
}

.Undergraduate{
	background:#35B726;
	border-top:solid 10px #35B726;
	text-decoration:none;
	outline:0px;
}
.Undergraduate:hover{
	background:#2f722f;
	border-top:solid 10px #2f722f;
	text-decoration:none;
	outline:0px;
}

.Graduate-Student{
	background:#fbbe46;
	border-top:solid 10px #fbbe46;
	text-decoration:none;
	outline:0px;
}

.Graduate-Student:hover{
	background:#e09d27;
	border-top:solid 10px #e09d27;
	text-decoration:none;
	outline:0px;
}
.Appointment-Services{
    color:#FFF !important;
	background:#e40f26;
	border-top:solid 10px #e40f26;
	text-decoration:none;
	outline:0px;
}
.Appointment-Services:hover{
    color:#FFF !important;
	background:#b7162e;
	border-top:solid 10px #b7162e;
	text-decoration:none;
	outline:0px;
}
.Appointment-Services a {
    color:#FFF !important;
  }


.Calendar{
	background:#2893b8;
	border-top:solid 10px #2893b8;
	text-decoration:none;
	outline:0px;
}
.Calendar:hover{
	background:#19758e;
	border-top:solid 10px #19758e;
	text-decoration:none;
	outline:0px;
}

.Teacher{
	background:#0e527f;
	border-top:solid 10px #0e527f;
	text-decoration:none;
	outline:0px;
}
.Teacher:hover{
	background:#052e49;
	border-top:solid 10px #052e49;
	text-decoration:none;
	outline:0px;
}


.cerrar-modal
{
	background:#FFF;
	padding:5px 20px;
	color:#e40f26;
	border:solid 1px #e40f26;
	font-size:13px;
	border-radius:5px;
	transition:.5s;
}
.cerrar-modal:hover
{
	background:#e40f26;
	padding:5px 20px;
	color:#FFF;
	border:solid 1px #e40f26;
	font-size:13px;
	border-radius:5px;
	transition:.5s;
}

.confirmar-informacion
{
	background:#FFF;
	padding:5px 20px;
	color:#2893b8;
	border:solid 1px #2893b8;
	font-size:13px;
	border-radius:5px;
	transition:.5s;
    margin-right: 15px;
}
.confirmar-informacion:hover
{
	background:#2893b8;
	padding:5px 20px;
	color:#FFF;
	border:solid 1px #2893b8;
	font-size:13px;
	border-radius:5px;
	transition:.5s;
    margin-right: 15px;
}
.btn-outline-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
}
.btn-outline-info:hover {
    color: #5bc0de !important;
    background-color: #FFF !important;
    border-color: #5bc0de !important;
}

.padding-0
{
  padding:0 !important;
  margin:auto;
}

.border-top-modal-tutores
{
  border-top:solid 8px rgba(40,147,184,.5)
}
.border-top-modal-tutores h3
{
  color:rgba(40,147,184,1)
}


.border-top-modal-Undergraduate
{
     border-top:solid 8px rgba(53,183,38,.5);
}

.border-top-modal-Undergraduate h3
{
  color:#35B726
}

.border-top-Graduate-link-of-interest
{
  border-top:solid 8px rgba(40,147,184,.5);
  }

.border-top-Graduate-link-of-interest h3
{
  color:rgba(40,147,184,1)
}

.border-top-Graduate-link-of-interest a
{
  color:#a20f26;
}


.border-top-Graduate-link-of-interest a:hover
{
  color:#a20f26;
}



.border-top-Graduate-Student
{
  border-top:solid 8px rgba(251,190,70,.5);
  }

.border-top-Graduate-Student h3
{
  color:#FBBE46
}

.border-top-Graduate-Student a
{
  color:#a20f26
}

.border-top-Graduate-Student a:hover
{
  color:#a20f26
}




@media(max-width:690px) and (min-width:480px){
  .nombre_facultad
  {
    margin-left:25px
    }
  .img-logo-ask-header {
    width: 125px !important;  
}
    .buscador-responsive {
    right: 45px !important;
    top: -43px;
}
  }

@media(max-width:480px) and (min-width:300px){  
  buscador-responsive {
    margin-top: 0px !important;
    margin-right: -10px;
}
  
  
  
  
  .img-logo-ask-header {
    width: 88px !important;
}
  .nombre_facultad {
    font-size: 14px;
    line-height: 15px;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 6px;
    margin-left: 26px;
}
  
  .seccion-intro iframe  {
    height:200px !important 
    }
  
  
  #logo-head {
    width: 120px !important;
    margin-top: 0px;
}
  .redes1 {
    width: 100%;
    padding-left: 5px !important;
    padding-right: 0px !important;
}
  .centrofooter {
        margin-left: 0px !important;
}
  .descargar {
    margin-left: -13%;
}  
  .redessocialesiconos {
    width: 100%;
}
  .datos-contacto {
    width: 88% !important;
    }
  .buscador-responsive {
    margin-top: -46px !important;
    margin-right: -10px;
}
  .seccion-intro {
    background: #FFF;
    padding-top: 20px;
}
  
  }

/* QUOTES */
/* QUOTES */
/* QUOTES */

.list-quotes {
    cursor: pointer !important;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    /*border-bottom: 1px solid blue;*/
}

.list-quotes img, .list-quotes h1 {
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes h1{
    background: rgba(20,31,44,0.1);
	width:100%;
    bottom: 30px;
    color: #fff;
    font-size: 2rem;
	/*text-shadow:2px 2px 2px rgba(0,0,0,.3);*/
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
	text-align:center;
}

.list-quotes p {
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    opacity: 0 !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s !important;
    transition: opacity 0.35s, transform 0.35s !important;
    -webkit-transform: translate3d(0,50px,0) !important;
    transform: translate3d(0,50px,0) !important;
    font-size: 15px !important;
    font-weight: normal !important;
    background: rgba(0,0,0,0.8) !important;
    width: 100% !important;
    color: #fff !important;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 2s ease;
}
.list-quotes:hover{
    /*box-shadow: 0 0 5px 2px rgba(0,0,0, 0.5);*/
}
.list-quotes:hover h1 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-150px,0);
    text-shadow:2px 2px 2px rgba(0,0,0,.3);
    transition: all .5s ease;
}
.list-quotes:hover p {
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.quotes span{
    color:#222 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    color: #fff !important;
}


/* EventsAsk */
/* EventsAsk */
/* EventsAsk */

.SinRelleno {
  padding:0;
}
.SinMargen {
  margin:0;
}
.contenedorEventsAsk {
  padding:3% 0;
}
.RecuadroEventAsk {
  background:#FFF;
  box-shadow:2px 2px 2px rgba(0,0,0,0);
  min-height:300px;
  border:solid 1px #e0e0e0;
  transition:.3s;
}

.RecuadroEventAsk:hover {
  background:#FFF;
  box-shadow:4px 4px 4px rgba(0,0,0,.1);
  min-height:300px;
  border:solid 1px #149ede;
  transition:.3s;
}

.separadorFecha {
  background: #f5f5f5;
  padding-bottom: 10px;
  border-bottom: solid 2px #e0e0e0;
  margin-bottom: 20px;
}

.LogoAskEvents {
  width:60px;
  margin-top:15px;
  float:right;
}
.LogoAskEvents img {
  width:100%;
}
.fechaEventoAsk {
  margin-top:15px;
}
.imgFechaAsk {
    width: 19px;
    float: left;
    margin: 0 5px 40px 0;
}
.imgFechaAsk img{
  width:100%;
}
.fechaEventoAsk h3 {
  font-size:1.5rem;
  color: #046d9e;
  margin: 0;
  text-align:left;
  font-weight: 600;
}
.fechaEventoAsk h3 small{
  font-size:1.5rem;
  color: #0276ac;
  margin: 0;
  text-align:left;
  font-weight: 100;
}
.fechaEventoAsk h4 {
    font-size: 1.5rem;
    margin: 0;
        margin-top: 0px;
    margin-top: 1px;
    color: #666;
    text-align: left;
    font-weight: 100;
}

.fechaEventoAsk strong {
  font-size:1.5rem;
  margin:0;
  margin-top:5px;
  color: #666;
  text-align:left;
  font-weight: 600;
}
.InfoEvento {
  margin-bottom:55px;
}

.separadorInfoEventoAsk {
  width:15%;
  border-top:solid 3px #54a5cb;
  border-left:solid 3px rgba(255,255,255,0);
  border-right:solid 3px rgba(255,255,255,0);
  border-bottom:solid 3px rgba(255,255,255,0);
}

.InfoEvento p {
min-height:180px;  
font-size: 1.5rem;
color: #666;
padding: 2% 5%;
}

.InfoEvento h3 strong{
  color:#149ede;
  font-size: 1.9rem;
}
.InfoEvento h3 {
  color:#0276ac;
  font-size: 1.6rem;
  min-height: 65px;
}

.InfoEvento h3 small{
  color:#777;
  font-size: 1.4rem;
}

.fotoProfeAsk {
    position: relative;
    top:-50px;
    margin-bottom:0;
}
.fotoProfeAsk img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #e0e0e0;
}

.triangulo_inf {
    width: 0;
    height: 0;
    margin:auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff9700;
}

.espacioBtnvideo {
  min-height:45px;
}

.facebooklive {
display: table;
cursor:pointer;  
font-size: 1.3rem;
line-height: 13px;
width: 140px;
color: #fff;
background: #149ede;
font-weight: 600;
padding: 5px 10px;
margin: auto;
border: solid 1px #149ede;
border-radius:5px;  
transition: .3s;
}
.facebooklive:hover{
  display:table;
  font-size:1.3rem;
  width:140px;
  color:#fff;
  background:#126084;
  font-weight:600;
  padding:5px 10px;
  margin:auto;
  transition:.3s;
}
.facebooklive small{
  font-size:1rem;
  color:#fff;
}
.facebooklive img{
  width:20px;
  margin-top:2px;
  margin-bottom:5px;
  float:left;
}
.modal-content {
  border-radius:0;
}
.btn-default {
  border-radius:0;
  background:#149ede;
  border:none;
  color:#FFF;
}
.btn-default:hover {
  border-radius:0;
  background:#126084;
  border:none;
  color:#FFF;
}
.btn-default:focus {
  border-radius:0;
  background:#126084;
  border:none;
  color:#FFF;
}
.modal-header {
  color:#0276ac;
  font-weight: 100;
  font-size:2rem;
  font-style: italic;
}
iframe {
  margin:auto;
}

/* graduate-student-professor */
/* graduate-student-professor */
/* graduate-student-professor */

.contenido-graduate-student-professor {
    width: 100%;
    min-height: 593px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-graduate-student-professor h3 {
    font-size: 1.3em;
    color: #1071b7;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}
.contenido-graduate-student-professor a {
  color: #1071b7;
  }
.contenido-graduate-student-professor a:hover {
  color: #1071b7;
  }
.contenido-graduate-student-professor a:focus {
  color: #1071b7;
  }

.contenido-graduate-student-professor p {
    color: #888;
    padding: 0 5%;
}

.contenido-graduate-student-professor ul {
  padding: 0 10%;
  }

.contenido-graduate-student-professor ul > li {
    color: #888;
    /*padding: 0 5%;*/
}

.img-cabecera-cont-graduate-student-professor {
    width: 60px;
    height: 40px;
    display: block;
    background-color:#FFF;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}


/* Internal-styles */
/* Internal-styles */
/* Internal-styles */

.cont-img-lat {
  border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    overflow-x: hidden;
  }

.imagen-lat-ask {
    width: 100%;
    min-height: 517px;
    background: #FFF;
}

.text-lat-img-ask {
  background: #21519e;
  margin-top:-25px;
  padding:10px;
  }

.text-lat-img-ask p{
  font-size:1.6em;
  color:#FFF !important;
  }
.text-lat-img-ask img {
  width:80px;
  }

.imagen-lat-ask img{
    width: 100%;
    min-height:auto;
}


.btn-link-recursos-ask-7 h3{
  font-weight:bold;
  min-height:15px;
  }
.btn-link-recursos-ask-1 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#996437 !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-1:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#996437 !important;
    background: rgba(153,100,55,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-1 p {
  min-height:60px;
}
.btn-link-recursos-ask-1 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-1 small {
  margin-bottom:0;
}

.bg-recursos-link-1 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-1.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-1 .table thead th {
  background:rgba(153,100,55,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #996437 !important;
  }
.contenido-internas-1 .contenido-internas-1 tbody {
  border-bottom:solid 2px #996437;
}
/* FIN BTN 1 */



/* INICIO BTN 2 */
.btn-link-recursos-ask-2 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#bf2e8b !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-2:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#bf2e8b !important;
    background: rgba(191,46,139,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-2 p {
  min-height:60px;
}
.btn-link-recursos-ask-2 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-2 small {
  margin-bottom:0;
}
.bg-recursos-link-2 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-2.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-2 .table thead th {
  background:rgba(191,46,139,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #bf2e8b !important;
}
.contenido-internas-2 tbody {
  border-bottom:solid 2px #bf2e8b;
}
/* FIN BTN 2 */




/* INICIO BTN 3 */
.btn-link-recursos-ask-3 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#7aab6a !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-3:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#7aab6a !important;
    background: rgba(122,171,106,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-3 p {
  min-height:60px;
}
.btn-link-recursos-ask-3 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-3 small {
  margin-bottom:0;
}
.bg-recursos-link-3 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-3.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-3 .table thead th {
  background:rgba(122,171,106,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #7aab6a !important;
}
.contenido-internas-3 tbody {
  border-bottom:solid 2px #7aab6a;
}
/* FIN BTN 3 */



/* INICIO BTN 4 */
.btn-link-recursos-ask-4 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#E0813B !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-4:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#E0813B !important;
    background: rgba(224,129,59,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-4 p {
  min-height:60px;
}
.btn-link-recursos-ask-4 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-4 small {
  margin-bottom:0;
}
.bg-recursos-link-4 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-4.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-4 .table thead th {
  background: rgba(224,129,59,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #E0813B !important;
}
.contenido-internas-4 tbody {
  border-bottom:solid 2px #E0813B;
}
/* FIN BTN 4 */



/* INICIO BTN 5 */
.btn-link-recursos-ask-5 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#70547E !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-5:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#70547E !important;
    background: rgba(112,84,126,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-5 p {
  min-height:60px;
}
.btn-link-recursos-ask-5 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-5 small {
  margin-bottom:0;
}
.bg-recursos-link-5 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-5.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-5 .table thead th {
  background: rgba(112,84,126,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #70547E !important;
}
.contenido-internas-5 tbody {
  border-bottom:solid 2px #70547E;
}
/* FIN BTN 5 */






/* INICIO BTN 6 */
.btn-link-recursos-ask-6 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#CB323B !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-6:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#CB323B !important;
    background: rgba(203,50,59,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-6 p {
  min-height:60px;
}
.btn-link-recursos-ask-6 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-6 small {
  margin-bottom:0;
}
.bg-recursos-link-6 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-6.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-6 .table thead th {
  background: rgba(203,50,59,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #CB323B !important;
}
.contenido-internas-6 tbody {
  border-bottom:solid 2px #CB323B;
}
/* FIN BTN 6 */




/* INICIO BTN 7 */
.btn-link-recursos-ask-7 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#52ADD9 !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-7:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#52ADD9 !important;
    background: rgba(82,173,217,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 8px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-7 p {
  min-height:60px;
}
.btn-link-recursos-ask-7 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-7 small {
  margin-bottom:0;
}
.bg-recursos-link-7 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-7.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-7 .table thead th {
  background: rgba(82,173,217,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #52ADD9 !important;
}
.contenido-internas-7 tbody {
  border-bottom:solid 2px #52ADD9;
}
/* FIN BTN 7 */




/* INICIO BTN 8 */
.btn-link-recursos-ask-8 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#A09850 !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-8:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#A09850 !important;
    background: rgba(160,152,80,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-8 p {
  min-height:60px;
}
.btn-link-recursos-ask-8 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-8 small {
  margin-bottom:0;
}
.bg-recursos-link-8 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-8.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-8 .table thead th {
  background: rgba(160,152,80,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #A09850 !important;
}
.contenido-internas-8 tbody {
  border-bottom:solid 2px #A09850;
}
/* FIN BTN 8 */



/* INICIO BTN 9 */
.btn-link-recursos-ask-9 {
  cursor:pointer;
  width:100%;
  display:block;
  min-height:120px;
  text-align:center;
  color:#A30F28 !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom: 10px;
  padding:10px;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.btn-link-recursos-ask-9:hover {
    cursor:pointer;
    width: 100%;
    display:block;
    min-height: 120px;
    text-align:center;
    color:#A30F28 !important;
    background: rgba(163,15,40,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 10px;
    padding:10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.btn-link-recursos-ask-9 p {
  min-height:60px;
}
.btn-link-recursos-ask-9 hr {
  margin: 3px; 
}
.btn-link-recursos-ask-9 small {
  margin-bottom:0;
}
.bg-recursos-link-9 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-9.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}
.contenido-internas-9 .table thead th {
  background: rgba(163,15,40,.05);
  text-align:center !important;
  padding:30px 0 20px 0 !important; 
  border-bottom:solid 2px #A30F28 !important;
}
.contenido-internas-9 tbody {
  border-bottom:solid 2px #A30F28;
}
/* FIN BTN 9 */


/* FIN BOTONES LINKS INTERNOS */  
/* FIN BOTONES LINKS INTERNOS */
/* FIN BOTONES LINKS INTERNOS */
/* FIN BOTONES LINKS INTERNOS */  
  


.btn-regresar-cel {
    width: 35px;
    height: 35px;
    display:block;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/btn-regresar.png) no-repeat;
    background-size: 100% 100%;
    opacity: .4;
    transition:.3s;
}

.btn-regresar-cel:hover {
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/btn-regresar.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    transition:.3s;
}


/*
.navbar-nav {
    margin-bottom: 50px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}*/

.contenedor-pag-internas {
    background: #FFF;
    padding-top: 40px;
}
.padding-none
{
  padding:0 !important;
}

.margen-inferior
{
  margin-bottom:50px;
}

.display-block
{
  display:block
}

.padding-btn-interna
{
  padding:2px;
}


.int-link-1
{
  width:100%;
  min-height:100px;
  color:#996437 !important;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-1:hover {
    width: 100%;
    min-height: 100px;
    color:#996437 !important;
    background: rgba(153,100,55,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}




.active-link-1 {
    width: 100%;
    min-height: 100px;
    color:#996437 !important;
    background: rgba(153,100,55,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-1:hover {
    width: 100%;
    min-height: 100px;
    color:#996437 !important;
    background: rgba(153,100,55,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-1 h3
{
  font-size:1em;
  color:#996437 !important;
  min-height: 33px;
}
.active-link-1 h3:hover
{
  font-size:1em;
  color:#996437 !important;
  color:#996437 !important;
}
.active-link-1 a
{
  color:#996437 !important;
  }
.active-link-1 a:hover
{
  color:#996437 !important;
  }

.int-link-1 a
{
  color:#996437 !important;
  }
.int-link-1 a:hover
{
  color:#996437 !important;
  }

.int-link-1 h3
{
  font-size:1em;
  color:#996437 !important;
  min-height: 33px;
}


.bg-link-1 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-1.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}



/* ESTILOS SEGUNDO BOTON*/
/* ESTILOS SEGUNDO BOTON*/
/* ESTILOS SEGUNDO BOTON*/


.int-link-2
{
  width:100%;
  min-height:100px;
  background:#FFF;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-2:hover {
    width: 100%;
    min-height: 100px;
    background: rgba(191,46,139,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-2 {
    width: 100%;
    min-height: 100px;
    background: rgba(153,100,55,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-2:hover {
    width: 100%;
    min-height: 100px;
    background: rgba(191,46,139,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.int-link-2 a
{
  color:#bf2e8b !important;
  }
.int-link-2 a:hover
{
  color:#bf2e8b !important;
  }

.active-link-2 h3
{
  font-size:1em;
  color:#bf2e8b !important;
  min-height: 33px;
}
.active-link-2 h3:hover
{
  font-size:1em;
  color:#bf2e8b !important;
  min-height: 33px;
}
.active-link-2 a
{
  color:#bf2e8b !important;
  }
.active-link-2 a:hover
{
  color:#bf2e8b !important;
  }

.int-link-2 h3
{
  font-size:1em;
  color:#bf2e8b !important;
  min-height: 33px;
}
.int-link-2 h3:hover
{
  font-size:1em;
  color:#bf2e8b !important;
  min-height: 33px;
}


.bg-link-2 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-2.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}




/* ESTILOS TERCER BOTON*/
/* ESTILOS TERCER BOTON*/
/* ESTILOS TERCER BOTON*/


.int-link-3
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#7aab6a !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-3:hover {
    width: 100%;
    min-height: 100px;
    color:#7aab6a !important;
    background: rgba(122,171,106,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}


.int-link-3 a
{
  color:rgba(122,171,106,1) !important;
  }
.int-link-3 a:hover
{
  color:rgba(122,171,106,1) !important;
  }


.active-link-3 {
    width: 100%;
    min-height: 100px;
    color:#7aab6a !important;
    background: rgba(122,171,106,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-3:hover {
    width: 100%;
    min-height: 100px;
    color:#7aab6a !important;
    background: rgba(122,171,106,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-3 h3
{
  font-size:1em;
  color:#7aab6a !important;
  min-height: 33px;
}
.active-link-3 h3:hover
{
  font-size:1em;
  color:#7aab6a !important;
}
.active-link-3 a
{
  color:#7aab6a !important;
}
.active-link-3 a:hover
{
  color:#7aab6a !important;
  }

.int-link-3 h3
{
  font-size:1em;
  color:#7aab6a !important;
  min-height: 33px;
}
.int-link-3 h3:hover
{
  font-size:1em;
  color:#7aab6a !important;
}


.bg-link-3 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-3.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}




/* ESTILOS CUARTO BOTON*/
/* ESTILOS CUARTO BOTON*/
/* ESTILOS CUARTO BOTON*/


.int-link-4
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#E0813B !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-4:hover {
    width: 100%;
    min-height: 100px;
    color:#E0813B !important;
    background: rgba(243,147,64,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-4 {
    width: 100%;
    min-height: 100px;
    color:#E0813B !important;
    background: rgba(243,147,64,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-4:hover {
    width: 100%;
    min-height: 100px;
    color:#E0813B !important;
    background: rgba(243,147,64,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-4 h3
{
  font-size:1em;
  color:#E0813B !important;
}
.active-link-4 h3:hover
{
  font-size:1em;
  color:#E0813B !important;
}


.active-link-4 a
{
  color:#E0813B !important;
  min-height: 33px;
}
.active-link-4 a:hover
{
  color:#E0813B !important;
  min-height: 33px;
  }

.int-link-4 a
{
  color:#E0813B !important;
  min-height: 33px;
}
.int-link-4 a:hover
{
  color:#E0813B !important;
  min-height: 33px;
  }

.int-link-4 h3
{
  font-size:1em;
  color:#E0813B !important;
  min-height: 33px;
}
.int-link-4 h3:hover
{
  font-size:1em;
  color:#E0813B !important;
}


.bg-link-4 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-4.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}



/* ESTILOS QUINTO BOTON*/
/* ESTILOS QUINTO BOTON*/
/* ESTILOS QUINTO BOTON*/


.int-link-5
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#70547E !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-5:hover {
    width: 100%;
    min-height: 100px;
    color:#70547E !important;
    background: rgba(112,84,126,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-5 {
    width: 100%;
    min-height: 100px;
    color:#70547E !important;
    background: rgba(112,84,126,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-5:hover {
    width: 100%;
    min-height: 100px;
    color:#70547E !important;
    background: rgba(112,84,126,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-5 h3
{
  font-size:1em;
  color:#70547E !important;
   min-height: 33px;
}
.active-link-5 h3:hover
{
  font-size:1em;
  color:#70547E !important;
}
.active-link-5 a
{
  color:#70547E !important;
}
.active-link-5 a:hover
{
  color:#70547E !important;
  }

.int-link-5 a
{
  color:#70547E !important;
}
.int-link-5 a:hover
{
  color:#70547E !important;
  }

.int-link-5 h3
{
  font-size:1em;
  color:#70547E !important;
  min-height: 33px;
}
.int-link-5 h3:hover
{
  font-size:1em;
  color:#70547E !important;
}


.bg-link-5 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-5.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}






/* ESTILOS SEXTO BOTON*/
/* ESTILOS SEXTO BOTON*/
/* ESTILOS SEXTO BOTON*/


.int-link-6
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#CB323B !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-6:hover {
    width: 100%;
    min-height: 100px;
    color:#CB323B !important;
    background: rgba(203,50,59,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-6 {
    width: 100%;
    min-height: 100px;
    color:#CB323B !important;
    background: rgba(203,50,59,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-6:hover {
    width: 100%;
    min-height: 100px;
    color:#CB323B !important;
    background: rgba(203,50,59,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-6 h3
{
  font-size:1em;
  color:#CB323B !important;
  min-height: 33px;
}
.active-link-6 h3:hover
{
  font-size:1em;
  color:#CB323B !important;
}
.int-link-6 a
{
  color:#CB323B !important;
}
.int-link-6 a:hover
{
  color:#CB323B !important;
  }
  
  

.active-link-6 a
{
  color:#CB323B !important;
}
.active-link-6 a:hover
{
  color:#CB323B !important;
  }
  
  

.int-link-6 h3
{
  font-size:1em;
  color:#CB323B !important;
  min-height: 33px;
}
.int-link-6 h3:hover
{
  font-size:1em;
  color:#CB323B !important;
}


.bg-link-6 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-6.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}




/* ESTILOS SEPTIMO BOTON*/
/* ESTILOS SEPTIMO BOTON*/
/* ESTILOS SEPTIMO BOTON*/


.int-link-7
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#52ADD9 !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-7:hover {
    width: 100%;
    min-height: 100px;
    color:#52ADD9 !important;
    background: rgba(82,173,217,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-7 {
    width: 100%;
    min-height: 100px;
    color:#52ADD9 !important;
    background: rgba(82,173,217,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-7:hover {
    width: 100%;
    min-height: 100px;
    color:#52ADD9 !important;
    background: rgba(82,173,217,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-7 h3
{
  font-size:1em;
  color:#52ADD9 !important;
  min-height: 33px;
}
.active-link-7 h3:hover
{
  font-size:1em;
  color:#52ADD9 !important;
}
.int-link-7 a
{
  color:#52ADD9 !important;
}
.int-link-7 a:hover
{
  color:#52ADD9 !important;
  }
  
  
.active-link-7 a
{
  color:#52ADD9 !important;
}
.active-link-7 a:hover
{
  color:#52ADD9 !important;
  }  
  

.int-link-7 h3
{
  font-size:1em;
  color:#52ADD9 !important;
  min-height: 33px;
}
.int-link-7 h3:hover
{
  font-size:1em;
  color:#52ADD9 !important;
  min-height: 33px;
}


.bg-link-7 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-7.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}



/* ESTILOS OCTAVO BOTON*/
/* ESTILOS OCTAVO BOTON*/
/* ESTILOS OCTAVO BOTON*/


.int-link-8
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#A09850 !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-8:hover {
    width: 100%;
    min-height: 100px;
    color:#A09850 !important;
    background: rgba(189,183,108,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-8 {
    width: 100%;
    min-height: 100px;
    color:#A09850 !important;
    background: rgba(189,183,108,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-8:hover {
    width: 100%;
    min-height: 100px;
    color:#A09850 !important;
    background: rgba(189,183,108,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-8 h3
{
  font-size:1em;
  color:#A09850 !important;
  min-height: 33px;
}
.active-link-8 h3:hover
{
  font-size:1em;
  color:#A09850 !important;
  min-height: 33px;
}
.int-link-8 a
{
  color:#A09850 !important;
}
.int-link-8 a:hover
{
  color:#A09850 !important;
  }
  
  
.active-link-8 a
{
  color:#A09850 !important;
}
.active-link-8 a:hover
{
  color:#A09850 !important;
  }  

.int-link-8 h3
{
  font-size:1em;
  color:#A09850 !important;
  min-height: 33px;
}
.int-link-8 h3:hover
{
  font-size:1em;
  color:#A09850 !important;
  min-height: 33px;
}


.bg-link-8 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-8.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}




/* ESTILOS NOVENO BOTON*/
/* ESTILOS NOVENO BOTON*/
/* ESTILOS NOVENO BOTON*/


.int-link-9
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#A30F28 !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-9:hover {
    width: 100%;
    min-height: 100px;
    color:#A30F28 !important;
    background: rgba(175,137,172,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-9 {
    width: 100%;
    min-height: 100px;
    color:#A30F28 !important;
    background: rgba(175,137,172,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-9:hover {
    width: 100%;
    min-height: 100px;
    color:#A30F28 !important;
    background: rgba(175,137,172,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-9 h3
{
  font-size:1em;
  color:#A30F28 !important;
  min-height: 33px;
}
.active-link-9 h3:hover
{
  font-size:1em;
  color:#A30F28 !important;
  min-height: 33px;
}
.int-link-9 a
{
  color:#A30F28 !important;
}
.int-link-9 a:hover
{
  color:#A30F28 !important;
  }
  
  
.active-link-9 a
{
  color:#A30F28 !important;
}
.active-link-9 a:hover
{
  color:#A30F28 !important;
  }  
  

.int-link-9 h3
{
  font-size:1em;
  color:#A30F28 !important;
  min-height: 33px;
}
.int-link-9 h3:hover
{
  font-size:1em;
  color:#A30F28 !important;
  min-height: 33px;
}


.bg-link-9 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-9.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}



/* ESTILOS DECIMO BOTON*/
/* ESTILOS DECIMO BOTON*/
/* ESTILOS DECIMO BOTON*/


.int-link-10
{
  width:100%;
  min-height:100px;
  background:#FFF;
  color:#8E6E8D !important;
  border:solid 2px #F0F0F0;
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  margin-bottom:0;
  box-shadow:2px 2px 2px rgba(0,0,0,.2);
  transform:scale(1,1);
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  -moz-transform: scale(1,1); /* Safari */
  transition:.1s;
}
.int-link-10:hover {
    width: 100%;
    min-height: 100px;
    color:#8E6E8D !important;
    background: rgba(175,137,172,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-10 {
    width: 100%;
    min-height: 100px;
    color:#8E6E8D !important;
    background: rgba(175,137,172,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}
.active-link-10:hover {
    width: 100%;
    min-height: 100px;
    color:#8E6E8D !important;
    background: rgba(175,137,172,.05);
    border: solid 2px #DDDDDD;
    border-top: solid 4px rgba(0,0,0,.05);
    border-left: solid 4px rgba(0,0,0,.05);
    margin-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transform: scale(.99,.99);
    -ms-transform: scale(.99,.99);
    -webkit-transform: scale(.99,.99);
    -moz-transform: scale(.99,.99);
    transition: .1s;
}

.active-link-10 h3
{
  font-size:1em;
  color:#8E6E8D !important;
  min-height: 33px;
}
.active-link-10 h3:hover
{
  font-size:1em;
  color:#8E6E8D !important;
  min-height: 33px;
}
.int-link-10 a
{
  color:#8E6E8D !important;
}
.int-link-10 a:hover
{
  color:#8E6E8D !important;
  }


.active-link-10 a
{
  color:#8E6E8D !important;
}
.active-link-10 a:hover
{
  color:#8E6E8D !important;
  }



.int-link-10 h3
{
  font-size:1em;
  color:#8E6E8D !important;
  min-height: 33px;
}
.int-link-10 h3:hover
{
  font-size:1em;
  color:#8E6E8D !important;
  min-height: 33px;
}


.bg-link-10 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/link-10.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 5px;
    margin-top: -30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}




/*CONTENIDO INTERNAS LINK 1*/
/*CONTENIDO INTERNAS LINK 1*/
/*CONTENIDO INTERNAS LINK 1*/

.contenido-internas-1 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-1 h3 {
    font-size: 1.3em;
    color: #996437;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-1 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);

}





/*CONTENIDO INTERNAS LINK 2*/
/*CONTENIDO INTERNAS LINK 2*/
/*CONTENIDO INTERNAS LINK 2*/

.contenido-internas-2 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-2 h3 {
    font-size: 1.3em;
    color: #bf2e8b ;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-2 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}





/*CONTENIDO INTERNAS LINK 3*/
/*CONTENIDO INTERNAS LINK 3*/
/*CONTENIDO INTERNAS LINK 3*/

.contenido-internas-3 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-3 h3 {
    font-size: 1.3em;
    color: rgba(122,171,106,1);
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-3 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}




/*CONTENIDO INTERNAS LINK 4*/
/*CONTENIDO INTERNAS LINK 4*/
/*CONTENIDO INTERNAS LINK 4*/

.contenido-internas-4 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-4 h3 {
    font-size: 1.3em;
    color: #E0813B;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-4 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}






/*CONTENIDO INTERNAS LINK 5*/
/*CONTENIDO INTERNAS LINK 5*/
/*CONTENIDO INTERNAS LINK 5*/

.contenido-internas-5 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-5 h3 {
    font-size: 1.3em;
    color: #70547E;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-5 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}




/*CONTENIDO INTERNAS LINK 6*/
/*CONTENIDO INTERNAS LINK 6*/
/*CONTENIDO INTERNAS LINK 6*/

.contenido-internas-6 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}

.contenido-internas-6 h3 {
    font-size: 1.3em;
    color: #CB323B ;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-6 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}







/*CONTENIDO INTERNAS LINK 7*/
/*CONTENIDO INTERNAS LINK 7*/
/*CONTENIDO INTERNAS LINK 7*/

.contenido-internas-7 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-7 h3 {
    font-size: 1.3em;
    color: #52ADD9;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-7 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}






/*CONTENIDO INTERNAS LINK 8*/
/*CONTENIDO INTERNAS LINK 8*/
/*CONTENIDO INTERNAS LINK 8*/

.contenido-internas-8 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-8 h3 {
    font-size: 1.3em;
    color: #A09850;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-8 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}



/*CONTENIDO INTERNAS LINK 9*/
/*CONTENIDO INTERNAS LINK 9*/
/*CONTENIDO INTERNAS LINK 9*/

.contenido-internas-9 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-9 h3 {
    font-size: 1.3em;
    color: #A30F28;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-9 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}





/*CONTENIDO INTERNAS LINK 10*/
/*CONTENIDO INTERNAS LINK 10*/
/*CONTENIDO INTERNAS LINK 10*/

.contenido-internas-10 {
    width: 100%;
    min-height: 517px;
    background: #FFF;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);    
    overflow-x: hidden;
}


.contenido-internas-10 h3 {
    font-size: 1.3em;
    color: #8E6E8D;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-cabecera-cont-link-10 {
    width: 60px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/recursos/logo-ask-undergraduate-students.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}







/* ESTILOS PARRAFOS INTERNOS */
/* ESTILOS PARRAFOS INTERNOS */
/* ESTILOS PARRAFOS INTERNOS */


.contenido-internas-1 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-1 hr {
  width: 80%;
  }


.contenido-internas-2 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-2 hr {
  width: 80%;
  }


.contenido-internas-3 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-3 hr {
  width: 80%;
  }

.contenido-internas-4 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-4 hr {
  width: 80%;
  }


.contenido-internas-5 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-5 hr {
  width: 80%;
  }


.contenido-internas-6 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-6 hr {
  width: 80%;
  }



.contenido-internas-7 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-7 hr {
  width: 80%;
  }



.contenido-internas-8 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-8 hr {
  width: 80%;
  }


.contenido-internas-9 p {
  color:#888;
  padding:0 5%;
  }
.contenido-internas-9 hr {
  width: 80%;
  }

/* ESTILOS TABLAS */

.ir-arriba {
	display:none;
	padding:5px;
	background:#1574b9;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
    z-index:1000;
}


/* TUTORS */
/* TUTORS */
/* TUTORS */

.desc p {
    min-height: 130px;
    margin-top: -22px;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    border-top: solid 3px #f0f0f0;
    border-bottom: solid 3px #f0f0f0;
}
.alto-sedes
{
  min-height:50px;
}
.desc a {
  color:#737373 !important;
}

.desc a:hover {
  color:#737373 !important;
}

.bottom
{
  display:none !important;
}

.btn-regresar-cel {
    width: 35px;
    height: 35px;
    position: absolute;
    float: left;
    margin-top: 10px;
    margin-left: 7%;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/btn-regresar.png) no-repeat;
    background-size: 100% 100%;
    opacity: .4;
    transition: .3s;    
}
.btn-regresar-cel:hover {
    width: 35px;
    height: 35px;
    position: absolute;
    float: left;
    margin-top: 10px;
    margin-left: 7%;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/btn-regresar.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    transition:.3s;
} 

.contenedor-informacion-profesores
{
  padding:40px 0;
}

.contenedor-informacion-profesores h3 {
    font-size: 1.5em;
    color: #5FB4D0;
    margin: 2%;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 10px;
    font-weight: 100;
    text-align:center !important;
}


.img-cabecera-cont-tuttors {
    width: 40px;
    height: 40px;
    display: block;
    background: url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/internas/Tutors/tutors.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-right: 15px;
    margin-top: -45px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    border-radius: 50%;
}




.title a
{
  color:#5FB4D0;
}
.title a:hover
{
  color:#5FB4D0;
}
.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
    box-shadow:2px 2px 2px rgba(0,0,0,.2);
    transition: .2s;
    border-bottom: solid 4px #5FB4D0;
}
.card.hovercard:hover {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
    box-shadow:2px 2px 2px rgba(0,0,0,.4);
    transition: .2s;
    border-bottom: solid 4px #5FB4D0;
}

.card.hovercard .cardheader {
    background-position:center center !important;
    background-size: 100% auto !important;
    height: 90px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.img-cabecera-profesor-1 {
  background:url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/img-bg-professor.jpg) no-repeat;
}


.img-cabecera-profesor-2 {
  background:url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/img-bg-professor.jpg) no-repeat;
}


.img-cabecera-profesor-3 {
  background:url(https://www.urosario.edu.co/App_Themes/Alexander-styles/ASK/img/img-bg-professor.jpg) no-repeat;
}