.caja {
  z-index: 9999;
  background-clip: padding-box;
  text-align: center;
  padding: 0px 30px 10px 30px;

}

.clic {
  font-size: 16px;
  font-family: Microsoft New Tai Lue;
  padding: 10px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: #C1365F;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
}
.clic:hover {
  background: #95B7D0;
  text-decoration: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  height: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  opacity: 1 !important;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .contenido {
  max-height: 90%;
  overflow: auto;
  padding: 0px 20px;
}

@media screen and (max-width: 700px){
  .caja{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.popupa {
  margin: 10px auto;
  padding: 10px 1px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  height: 550px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupa h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupa .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #273B57;
  opacity: 1 !important;
}

.popupa .close:hover {
  color: #273B57 !important;
}
.popupa .contenido {
  max-height: 98%;  overflow: auto;
  padding: 0px 10x;
  margin-top: 10px;
}

@media screen and (max-width: 700px){
  .caja{
    width: 70%;
  }
  .popupa{
    width: 70%;
  }
  .popupb{
    width: 70%;
  }
}

.popupb {
    margin: auto;
    padding: 1px 1px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    height: 600px;
    position: relative;
    transition: all 5s ease-in-out;
}

.popupb h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupb .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #273B57;
  opacity: 1 !important;
}

.popupb .close:hover {
  color: #273B57 !important;
}
.popupb .contenido {
  max-height: 98%;  
  overflow: hidden;
  padding: 0px 10x;
}

.recurso {
	width: 85%;
    border: none;
    height: 508px;
}

.recurso2 {
	width: 85%;
    border: none;
    height: 600px;
}

.recurso3 {
	width: 85%;
    border: none;
    height: 585px;
}

aside#inst3155 {
    background: transparent;
    border: 0px;
}

aside#inst3155 .card-block {
    margin-top: -20px;
    margin-bottom: 30px;
}

td:first-child {
    text-align: center;
}

td:last-child {
    padding-left: 10px;
}

.course-18 .fluid-width-video-wrapper { width: 90% !important; }