/* eventos */
.congreso-economia h2{
  color: e0488ff !important;
  border-bottom: 6px groove #f98e15;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.item-image{
  margin-bottom: 1em;
}

.hideme{
  opacity:0;
}

.modal-poli{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  position:fixed;
  top:0;
  left:0;
  display:flex;
  animation:modal 1s 1s forwards;
  visibility:hidden;
  opacity:0;
  z-index:4900;
}

.contenido-poli{
  margin:auto;
  top: 50%;
  width:70%;
  /*height:70%;*/
}

#btn-cerrar{
  z-index:6000;
}

#cerrar{
  display:none;
}

#cerrar + label{
  position:fixed;
  color:white;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  z-index:5000;
  height:40px;
  width:50px;
  line-height:40px;
  border-radius:10%;
  right:150px;
  cursor:pointer;
  animation:modal 1s 1s forwards;
  visibility:hidden;
  opacity:0;
  padding:0px 5px;
}

.equis{
  text-align:right;
  font-weight:bold;
  font-size:20px;
}

#cerrar:checked + label, #cerrar:checked ~ .modal{display:none;}

@keyframes modal{100%{visibility:visible;opacity:1;}}

/* Transmisones en directo*/
.directo{
  background-image: url('https://www.politecnicojic.edu.co/images/downloads/directo/bg-directo.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eaeaea;
}

.directo-texto{
  padding: 0px 20px;
}

/* transparencia */

.ley{
  background-color: #2a4723;
}

.transparencia {
  position: fixed;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #196844;
  overflow-y: hidden;
  transition: 0.4s;
  padding: 1rem 0;
  box-sizing:border-box;
  z-index: 5000;
}

.transparencia .boton-cerrar {
  position: absolute;
  top: 0.5rem;
  right: 2.1rem;
  font-size: 2rem;
  display: block;
  padding: 0;
  line-height: 1.5rem;
  margin: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  vertical-align: top;
}

.transparencia ul, .transparencia li{
  margin:0;
  padding:0;
  list-style:none inside;
  line-height: 30px !important;
}

.transparencia ul{
  margin: 2rem auto;
  display: block;
  width: 80%;
  min-width:200px;
}

.transparencia ul a:hover{
  color:#333;
}

.transparencia a {
  display: block;
  font-size: 1rem;
  color: #eee;
  text-decoration: none;
}

.transparencia a:hover{
  color:#333;
}

#contenido {
  transition: margin-left .4s;
  padding: 0.2rem;
}

.abrir-cerrar {
  color: #fff;
  font-size: 0.875rem;   
}

.abrir-cerrar:hover {
  color: #fff;
  font-size:0.875rem;   
}

#abrir {

}
#cerrar {
  display:none;
}

.men{
  /*bottom: 0;*/
  /*position:absolute;*/
  margin: 0.7rem;
  color:#fff;
  font-size: 0.8rem;
  line-height: 1rem;
}

/* ************* */

li, td, th {
  line-height: 25px !important;
}

blockquote p{
  line-height: 25px !important;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }

a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

.navbar .btn-navbar {
  padding: 8px 10px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  color: #333;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.navigation .navbar{margin-bottom: 0px;}

.navigation .nav-pills{font-size:15px;}

.navigation .perfiles li{font-size:15px;}

.carousel-control{
  top: 90% !important;
  background: #196844;
}

/* espacio en blanco */
.espacio25{
  padding-bottom: 25px;
}
.espacio50{
  margin-bottom: 50px;
}

.espacio100{
  margin-bottom: 100px;
}

/* margenes arriba */
.m-top-20{
  margin-top: 20px;
}

.m-top-40{
  margin-top: 40px;
}

.row0,.row1{
  border-bottom: 1px solid #eee;
}

.item-title{
  padding-top: 1em;
  /*border-top: 2px solid rgba(0,0,0,0.075);*/
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.academicas .newsflash-title{
  margin-top: 20px;
  border-top: 1px #eaeaea solid;
  padding-top: 10px;
}

/* tamaños imagenes */
.imgi{margin: 0px 10px 0px 0px; width:200px; float: left;}
.imgi32{margin: 0px 10px 0px 0px; width:32px; float: left;}
.imgi150{margin: 0px 10px 0px 0px; width:150px; float: left;}
.imgi250{margin: 0px 10px 0px 0px; width:250px; float: left;}
.imgi300{margin: 0px 10px 0px 0px; width:300px; float: left;}

.imgd{margin: 0px 0px 0px 10px; width:200px; float: right;}
.imgd150{margin: 0px 0px 0px 10px; width:150px; float: right;}
.imgd250{margin: 0px 0px 0px 10px; width:250px; float: right;}
.imgd300{margin: 0px 0px 0px 10px; width:300px; float: right;}
.imgd400{margin: 0px 0px 0px 10px; width:400px; float: right;}
.imgd500{margin: 0px 0px 0px 10px; width:500px; float: right;}

.imgc50{margin: 0 auto; display: block; width:50px;}
.imgc100{margin: 0 auto; display: block; width:100px;}
.imgc150{margin: 0 auto; display: block; width:150px;}
.imgc200{margin: 0 auto; display: block; width:200px;}
.imgc250{margin: 0 auto; display: block; width:250px;}
.imgc300{margin: 0 auto; display: block; width:300px;}
.imgc400{margin: 0 auto; display: block; width:400px;}
.imgc450{margin: 0 auto; display: block; width:450px;}
.imgc500{margin: 0 auto; display: block; width:500px;}
.imgc600{margin: 0 auto; display: block; width:600px;}
.imgc800{margin: 0 auto; display: block; width:800px;}
.imgc1000{margin: 0 auto; display: block; width:1000px;}
.imgmodal{margin: 0 auto; display: block; width:90%;}


/*hover de imagen*/
.imgh {
  position: relative;
  /*height: 290px;
  width: 290px;
  margin: 50px 20px;
  float: left;*/
}

.imgh img {
  position: absolute;
  left: 0;
  transition: opacity 1.5s ease-in-out;
}

.imgh img.toph:hover {
  opacity: 0;
}

/** de gris a color **/

.img-hover img {
  -webkit-transition: all .3s ease; /* Safari and Chrome */
  -moz-transition: all .3s ease; /* Firefox */
  -o-transition: all .3s ease; /* IE 9 */
  -ms-transition: all .3s ease; /* Opera */
  transition: all .3s ease;
}

.img-hover img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
  -moz-transform:scale(1.20); /* Firefox */
  -ms-transform:scale(1.20); /* IE 9 */
  -o-transform:translatZ(0) scale(1.20); /* Opera */
  transform:translatZ(0) scale(1.20);
}

.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}

/* redes */

.redes{
  position: fixed;
  bottom: 0;
  right: 0;
}

.red{float: right;}

.img32{
  padding: 5px 5px; 
  margin: 0 auto; 
  display: block; 
  width: 2em;
}

a:hover .img32{
  padding: 3px 5px; 
  margin: 0 auto; 
  display: block; 
  width: 2em;
  /*-webkit-transition:all 500ms ease-in-out; 
  -o-transition:all 500ms ease-in-out;
  transition:all 500ms ease-in-out;*/
}

/* Redes Sociales */

.social {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  right: 0; /* Establecemos la barra en la derecha */
  top: 55%; /* Bajamos la barra */
  z-index: 20000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.social ul {
  	list-style: none;
  	background-color: rgba(255, 255, 255, .8);
  	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}

.social ul li a {
  display: inline-block;
  /*color:#fff;*/
  /*background: #000;*/
  /*padding: 10px 15px;*/
  text-decoration: none;
  /*-webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}

.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-googleplus {background: #d95232;}
.social ul li .icon-pinterest {background: #ae181f;}
.social ul li .icon-mail {background: #666666;}

.social ul li a:hover img{
  /*background: #000;*/ /* Cambiamos el fondo cuando el usuario pase el mouse */
  /*padding: 0px 0px 0px 0px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}

/* Fin Redes Sociales */


/* Menu Perfiles */
.perfil{
  padding: 5px 0px;
  margin: 0px 0px 0px 0px;
  border-top: 2px solid rgba(0,0,0,0.075);
  border-bottom: 0px solid rgba(0,0,0,0.075);
  background-color: #f1f1f1;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/*** Menu Principal ***/

.borde-menu{
  border-top: 1px solid rgba(0,0,0,0.075);
  border-bottom: 1px solid rgba(0,0,0,0.075);
}

/*****************/

.m-s-enlace {
  display: block;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  color: #196844;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: none;
}

/******************/

.borde-titulo{
  padding-top: 12px;
  /*border-top: 1px solid rgba(0,0,0,0.075);*/
  border-bottom: 5px solid rgba(0,0,0,0.075);
  background-color: rgba(0,0,0,0.050);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.result-title{
  padding-top: 10px;
  font-size: 22px;
  line-height: normal;
}

.result-created{
  text-align: right; 
  padding-bottom: 20px; 
  border-bottom: 1px solid #eaeaea; 
  font-weight: bold;
}

.category-module li {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.btn-danger h3 a{
  color: #fff;
}
.btn-success h3 a{
  color: #fff;
}

/****   videos   ****/

.content-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.content-iframe iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* menu internos*/
.moduletable-vertical{
  padding: 8px;
  border-right: 2px solid #EEE;
}
ul.nav.menu-vertical li{
  padding: 6px 2px;
  border-bottom: 1px solid #EEE;
}
ul.nav.menu-vertical li.current{
  padding: 6px 2px 6px 15px;
  background-color: #ededed;
}

/* Logo */
.logo{
  width: 300px;
}

.headerlogo{
  background-color:#196844;
}

/* franja contacto */
.bg-contacto{
  /*background-color: #EAC100;*/
  background-color: #535353;
  color: #FFFFFF;
}

.bg-contacto .contacto{
  padding: 20px;
}

/* footer logos*/
footer{
  background-color: #535353;
  color: #ffffff;
  margin: 0px auto;
  width: 100%;
  padding: 15px 0px;
}
.enlaceblanco a{color:#ffffff;}

.moduletable-footerlogos{margin: 0 auto; display: block;}

.moduletable-footerlogos a:link img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /*filter: url(filter.svg#gris);*/
  filter: gray;
}
.moduletable-footerlogos a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url(filter.svg#gris);
  filter: none;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footerlogo{background-color: #ffffff;}
.lineafooter{margin: 0 auto; display: inline-block; text-align: center; padding: 40px !important;}
.lineafooter a{text-decoration: none;}
.footerm{margin: 0 auto; padding: 10px; height: 3em;}

.enlaces-directos{
  border-top: 2px #e6e6e6 solid;
  border-bottom: 2px #e6e6e6 solid;
  padding: 0 50px;
  background-color: #eeeeee;
  font-size: 1em;
}

.actualidad{
  margin: 0 0 9px 0;
}

.actualidad li{
  padding: 10px 0px;
  list-style: none;
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
  line-height: normal;
}



/* Position-8 botones */
.moduletable-botones {
  margin-top:10px;
}
.frecuente {
  margin:10px;
}
.fecruente img{
  text-align: left;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
  padding: 15px;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
  padding: 15px;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
  padding: 15px;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
  padding: 15px;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
  padding: 15px;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
  padding: 15px;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
  padding: 15px;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
  padding: 15px;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
  padding: 15px;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
  padding: 15px;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  /*font-size: 16px;*/
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.label,
.badge {
  font-size: 14px !important;
}

/* secciones activas pestañas */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
  background: #196844 !important;
  color: #fff;
  font-weight: bold;
}


/* Large desktop */
@media (min-width: 1350px) { 
  /*body{
    font-size: 1.3em;
        line-height: 28px;
  }
    li p, td p, li a{
      line-height: 28px;
    }
    blockquote p{
      font-size: 0.9em;
        line-height: 26px;
    }
    h3{
      font-size: 1.1em;
        line-height: 27px;
    }
    h4 {
      font-size: 20px;
      line-height: 22px;
  }
    .actualidad li{
      font-size: 1em;
        line-height: 27px;
    }
    .navigation .nav-pills {
      font-size: 0.8em;
  }
  .navigation .nav-child a{
    font-size: 1.4em;
    line-height: 22px;
    }*/
  }

  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 1349px) { 
  /*body{
    font-size: 1em;
        line-height: 26px;
  }
    li p, td p{
      line-height: 26px;
      }*/
    }

    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 
  /*body{
    font-size: 1.1em;
        line-height: 27px;
  }
  .container-fluid {
    padding: 0 10px !important;
  }
    li p, td p{
      line-height: 27px;
      }*/
    }

    /* Landscape phones and down */
    @media (max-width: 480px) {
      body{
        font-size: 1.2em;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 20px;
      }
      .container-fluid {
        padding: 0 15px !important;
      }
      li p, td p{
        line-height: 28px;
      }
      .actualidad li{
        font-size: 1.1em;
        line-height: 28px;
      }
    }