@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Myriad-Pro';
	src:url(../fonts/MYRIADPROREGULAR.eot);/* IE */  
	src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.ttf) format('truetype'); /* non-IE */
	src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.woff) format('woff'); /* Modern Browsers */
}

.celula{
	z-index: 500;
	cursor: pointer;
}

.fondoTitulo{
	background:url(../img/S_G05_U03_L01_01_01_FONDOTITULO.png) no-repeat;
	background-size:100%;
	  width: 850px;
  height: 99px;
  position: absolute;
  top: 122px;
  left: 272px;
}

.textoTitulo{
	  font-family: Myriad-Pro, sans-serif;
  font-size: 23pt;
  font-weight: 600;
  font-style: italic;
  color: #FFF;
  text-align: center;
  margin-top: 13px;
}

.imagenes{
	cursor:pointer;
	float:left;
	margin:20px 27px;
}

.imagenes:hover{
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.1);
}

.zoom{
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
		-ms-transform:scale(2);
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	transform:scale(2)!important;
	}



#bacterias{
	background:url(../img/S_G05_U03_L01_01_01_BACTERIAS.png) no-repeat;
	background-size:100%;
	width: 312px;
  height: 250px;
  margin-top:117px;
}

#abeja{
	background:url(../img/S_G05_U03_L01_01_01_ABEJA.png) no-repeat;
	background-size:100%;
	width: 193px;
  height: 246px;
  margin-top:117px;
}

#lombris{
	background:url(../img/S_G05_U03_L01_01_01_LOMBRIS.png) no-repeat;
	background-size:100%;
	  width: 268px;
  height: 228px;
  margin-top:117px;
}

#pulpo{
	background:url(../img/S_G05_U03_L01_01_01_PULPO.png) no-repeat;
	background-size:100%;
	  width: 310px;
  height: 281px;
  margin-top:117px;
}

#planta{
	background:url(../img/S_G05_U03_L01_01_01_PLANTA.png) no-repeat;
	background-size:100%;
	  width: 182px;
  height: 245px;
	clear:both;
  margin-top:-31px;
  margin-left:70px;
}

#hongo{
	background:url(../img/S_G05_U03_L01_01_01_HONGO.png) no-repeat;
	background-size:100%;
	width: 210px;
  height: 216px;
  margin-top:-31px;
    margin-left:70px;
}

#perro{
	background:url(../img/S_G05_U03_L01_01_01_PERRO.png) no-repeat;
	background-size:100%;
	width: 240px;
  height: 247px;
  margin-top:-31px;
    margin-left:70px;
}

#humanos{
	background:url(../img/S_G05_U03_L01_01_01_HUMANOS.png) no-repeat;
	background-size:100%;
	width: 200px;
  height: 249px;
  margin-top:-31px;
    margin-left:70px;
}

#celulaAnimal{
	background:url(../img/S_G05_U03_L01_01_01_CELANIMAL.png) no-repeat;
	background-size:100%;
	  width: 100px;
  height: 100px;
  position: absolute;
  top: 278px;
  left: 635px;
  display:none;
}
#celulaVegetal{
	background:url(../img/S_G05_U03_L01_01_01_CELVEGETAL.png) no-repeat;
	background-size:100%;
	  width: 100px;
  height: 100px;
  position: absolute;
  top: 278px;
  left: 235px;
  display:none;
}
#celulaProcariotica{
	background:url(../img/S_G05_U03_L01_01_01_CELPROCARIOTICA.png) no-repeat;
	background-size:100%;
	  width:100px;
  height: 100px;
  position: absolute;
    top: 174px;
  left: 177px;
  display:none;
}

