#interna-lab-292257 .instrumentos {
  display:none;  
}

#interna-lab-292231 .instrumentos {
  display:none;  
}

#labInterna .mapa-claustro {
  height: 300px;
}
#labInterna .sinRelleno {
  padding:0;
}
/*
#labInterna .imgCaracteristicas {
  width:100%;
  background: url(/getattachment/a1efa16f-3a88-4808-bfd9-2dc6d360ef3a/Rosario-Experimental-and-Behavioral-Economics-Lab) center center;
  background-size: cover !important;
  min-height: 600px;
  text-align:center;
  margin-top: 0;
}
*/
#labInterna .imgCaracteristicas img {
  width:60%;
  margin:auto;
}

#labInterna .intro .recuadroInfo {
  padding:5%;
}
#labInterna .intro .recuadroInfo h3 {  
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size:2.5em;
  color:#e59b0b;
  text-shadow:0 0 15px rgba(0,0,0,.5);
  text-align: center;
}
#labInterna .intro .recuadroInfo h3 strong {  
  font-size:2.5em;
  color:#ffffff;
}
#labInterna .intro .recuadroInfo .separador {
  border:none;
  border-top:solid 5px #e59b0b;
  width:60px;
  margin: 15px auto;
}
#labInterna .intro .recuadroInfo p {  
  font-size:1.2em;
  color:#ffffff;
}


#labInterna .bg-caracteristicas {
  padding-left: 7%;
  background: #ffffff;
}

#labInterna .intro {
  background: linear-gradient(to right,rgba(1, 15, 34, 0.8),rgba(1, 15, 34, 0.8)), url('/App_Themes/Laboratorios-2018/img/bg-laboratorio-medicina.jpg') center center fixed no-repeat;
  background-size: cover; 
  min-height:250px;
}

#labInterna .animacion:after {
  content: "";
  left: -1440px;
  background: url(/App_Themes/ProgramasAcademicos2018/css/Facultad-de-economia/laboratorios/img/lines-economia.png) repeat-x;
  height: 400px;
  width: calc(2500px * 3);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -10;
  animation: animacion 50s linear infinite; 
  opacity:.8;
}
@keyframes animacion {
0% {
  transform: translate3d(-1500px, 0, 0); }
100% {
  transform: translate3d(0, 0, 0); } 
}



#labInterna .caracteristicasLaboratorio {
  
}
#labInterna .caracteristicasLaboratorio .txt {
  padding: 0 10% 5% 6%;
  /*! border-left: solid 4px #2a99ff; */
  margin-top: 14%;
}
#labInterna .caracteristicasLaboratorio .txt h3 {
  margin:0;
  margin-bottom:15px;
  font-family: 'Yanone Kaffeesatz',sans-serif;
  color:#272f39;
  font-size:3em;
  font-weight: 400;
}
#labInterna .caracteristicasLaboratorio .separador {
	border: none;
	border-top: solid 2px #e59b0b;
	width: 60px;
	margin: 15px auto 15px 0;
}

#labInterna .caracteristicasLaboratorio .txt p {
  font-size: 1.2em;
  color: #4c4c4c;
}



#labInterna .importanciaInvestigador {
	background: rgba(224, 230, 236, 0.5);
	padding: 6% 0;
}
#labInterna .importanciaInvestigador .tituloSeccion h3 {
	margin: 0;
	margin-bottom: 15px;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	color: #272f39;
	font-size: 3em;
	font-weight: 400;
	text-align: center;
}
#labInterna .importanciaInvestigador .separador {
	border: none;
	border-top: solid 2px #e59b0b;
	width: 60px;
	margin: 15px auto 15px auto;
}
#labInterna .importanciaInvestigador p {
	font-size: 1.2em;
	color: #4c4c4c;
}



#labInterna .galeriaLaboratorio {
  background:rgba(255, 255, 255, 0.5);
  padding:4% 0;
  min-height:450px;
}
#labInterna .galeriaLaboratorio .tituloSeccion {
  text-align:center;
}



#labInterna .instrumentos {
  background: linear-gradient(to right,rgba(1, 15, 34, 0.8),rgba(1, 15, 34, 0.8)), url('/App_Themes/Laboratorios-2018/img/bg-laboratorio-medicina.jpg') center center fixed no-repeat;
  background-size: cover;
  min-height: 250px;
  padding:3% 0;
}
#labInterna .instrumentos .tituloSeccion {  
  text-align:center;
}
#labInterna .instrumentos .tituloSeccion h3 {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  font-size: 3em;
  line-height: 1.42857143;
  color: #ffffff;
  text-shadow:0 0 15px rgba(0,0,0,.5);
}
#labInterna .instrumentos .separador {
	border: none;
	border-top: solid 2px #e59b0b;
	width: 60px;
	margin: 15px auto 15px auto;
}
#labInterna .instrumentos .container-fluid {
  margin-top:3%;
}
#labInterna .instrumentos .imgInstrumentoLaboratorio {
  text-align:center;
  margin-bottom: 3%;
}
#labInterna .instrumentos .imgInstrumentoLaboratorio img {
  margin:auto;
  width:80%;
}
#labInterna .instrumentos .listadoInstrumentos ul {
  color:#FFFFFF;
  font-size:1.2em;
  list-style: none;
  padding-left: 10px;
  margin-top: 0;
}
#labInterna .instrumentos .listadoInstrumentos ul > li {
  margin-bottom: 10px;
  border-bottom: solid 1px #575758;
  padding-bottom: 15px;
}

#labInterna .instrumentos .listadoInstrumentos ul li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  color: #e59b0b;
  margin-right: 4px;
  font-size: 10px;
}




#labInterna .contacto {
	background: rgba(219, 225, 231, 0.5);
	padding: 0;
	min-height: auto;
}


#labInterna .contacto .mapa-quinta {
  width: 100%;
  height: 300px;
}

#labInterna .contacto .datosContacto {
  padding:5%;
  background: linear-gradient(to right,rgba(1, 15, 34, 0.8),rgba(1, 15, 34, 0.8)), url('/App_Themes/Laboratorios-2018/img/bg-laboratorio-medicina.jpg') center center fixed no-repeat;
  background-size: cover;
  min-height: 300px;
}
#labInterna .contacto .datosContacto a {
  color:#dbc9a6;
}
#labInterna .contacto .datosContacto .tituloSeccion {
  text-align:left;
}
#labInterna .contacto .datosContacto .tituloSeccion h3 {
  font-family: 'Yanone Kaffeesatz',sans-serif;
  color: #ffffff;
  font-size: 3em;
}
#labInterna .contacto .datosContacto .tituloSeccion .separador {
	border: none;
	border-top: solid 2px #e59b0b;
	width: 60px;
	margin: 15px auto 15px 0;
}
#labInterna .contacto .datosContacto .infoSeccion p {
  font-size: 1.2em;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0,0,0,.5);
}
#labInterna .contacto .datosContacto .direccion p {
  font-size: 1.2em;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0,0,0,.5);
}
#labInterna .contacto .datosContacto .direccion span {
  width: 30px;
  text-align: right;
  margin-right: 10px;
  font-size:.8em;
  color: #ebcd92;
  font-size: 10px;
}


/* slider */
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}


.jssora093 {display:block;position:absolute;cursor:pointer;}
.jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
.jssora093:hover {opacity:.8;}
.jssora093.jssora093dn {opacity:.6;}
.jssora093.jssora093ds {opacity:.3;pointer-events:none;}
.jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
.jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:1;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
.jssort101 .p:hover{padding:2px;}
.jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
.jssort101 .p:hover.pdn{padding:0;}
.jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
.jssort101 .pav .cv {border-color:#fff;opacity:.35;}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}



@media (max-width: 993px) {
  #labInterna .bg-caracteristicas {
    padding-left: 0;
  }
  #labInterna .galeriaLaboratorio {
    min-height: auto;
  }
  #labInterna .instrumentos .informacionInstrumentos .descripcionInstrumento {
    width: 80%;
    float: right;
  }
  #labInterna .instrumentos .informacionInstrumentos .imagenInstrumento {
    width: 22%;
    margin-right: -3%;
    margin-top: 8%;
  }
  #labInterna .instrumentos .informacionInstrumentos .imagenInstrumento img {
    height: auto;
    width: 100%;
  }
}

#labInterna .imgCaracteristicas {
    background-size: cover !important;
    min-height: 400px;
}