/* CSS Document */
@font-face
{
  font-family:Chewy;
  src: url(../fonts/Chewy.ttf);
}
@font-face
{
 font-family:Roboto;
 src: url(../fonts/Roboto-Regular.ttf);
}

body
{
	font-family:Roboto;
}

.menusinvestigar
{
	width: 139px;
    height: 130px;
    color: #03A9F4;
    font-family: chewy;
    float: left;
    margin: 5px;
    font-size: 20px;
    border-radius: 25px;
    padding: 5px;
    background-color: white;
    text-align: center;
    border: 1px solid gray;
	cursor: url(../images/hand.cur) , auto!important;
}

.menu
{
  display:none;
  background-color: white;
  width: 300px;
  position: fixed;
  left: 30%;
  top: 150px;
  padding:20px;
  border-radius:12px;
  z-index:2222;
}




.menu a
{
	text-decoration:none;
}
.menu p
{
	width:100%;
	font-family:Chewy;
	font-size:16px;
	color:white;
	padding:10px;
	border-radius:12px;
	margin:3px;
	text-align:center;
}



.animales
{
  width: 37%;
  position: relative;
  top: 135px;
  left: 350px;
}

.sol
{
    width: 28%;
    position: relative;
    bottom: 20px;
    top: -18px;
    left: -38%;
}

.agua {
	width: 37%;
  position: relative;
  top: -100px;
  left: 58px;
}

.observatorio {
    width: 30%;
    position: relative;
    top: 130px;
    left: 133px;
}


.cerrar
{
	  position: absolute;
  right: -15px;
  top: -15px; width:50px;
  z-index:2;
}

.principal
{
margin:0px auto;
width:600px;
height:600px;
border:1px sodivd red;
margin-top: -37px;
background-image:url(../images/mundo_nubes.png);
background-size:cover;
}


.menus
{
    width: 200px;
    height: 150px;
    font-family: chewy;
    float: left;
    margin: 3px;
    font-size: 23px;
    border-radius: 25px;
    padding: 10px;
    background-color: #FDFDFD;
    text-align: center;
    border: 2px solid #03A9F4;
}

.regresar
{
    color: white;
    width: 112px;
    height: 50px;
    text-align: center;
    font-family: Chewy;
    font-size: 19px;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
    background-image: url(../images/iconos/boton.png);
    background-size: cover;
    padding: 12px;
    float: right;
   
	cursor: url(../images/hand.cur) , auto!important;
	
}

.regresar:hover
{
  text-decoration:none;
  color:black;
text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
}
.menus:hover
{
color:black;
text-decoration:none;
cursor: url(../images/hand.cur) , auto!important;

}
.activo
{
	color:#01579B;
transition: all 1s ease-in-out;
transform: scale(0.9);
cursor: url(../images/hand.cur) , auto!important;
}

video
{
    width: 100%;
    margin-top: 25px;
}


/*.marco {
  
    width: 730px;
    padding: 15px;
    display: table;
    margin: 0px auto;
    margin-top: 20px;
	border: silver 16px solid;  
  border-image-source: url(../images/marco.fw.png);
  border-image-slice: 70;
  border-image-repeat: space;
}*/
.marco {
    width: 730px;
    padding: 15px;
    display: table;
    margin: 0px auto;
    margin-top: 20px;
    background-size: 100% 110%;
    border-radius: 12px 12px 12px 12px;
    background-image: url(../images/fondo_sistema.png);
	background-size: cover;
	position: relative;
}



h1
{
	font-family:Chewy;
	color:white;
	text-align:center;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}



h3 {
    font-family: Chewy;
    color: #0288D1;
    padding: 0px;
    margin: 2px;
    font-size: 29px;
}


.aumentar:hover
{
	cursor:url(../images/hand.cur) , auto!important;
	 -webkit-transition:-webkit-transform 0.8s ease-out; 
		  -moz-transition:-moz-transform 0.8s ease-out; 
		  -o-transition:-o-transform 0.8s ease-out; 
		  -ms-transition:-ms-transform 8.1s ease-out; 
		  transition:transform 0.8s ease-out;
		   -moz-transform: scale(1.1);
		   -webkit-transform: scale(1.1);
		   -o-transform: scale(1.1);
		   -ms-transform: scale(1.1);
		   transform: scale(1.1);
	  
}

.tip + .tooltip > .tooltip-inner {background-color: white; color:black; font-family:Roboto; border:1px solid gray;}

body
{
	background-color:#90CAF9;
	background-image:url(../images/fondo_principal.png);
}
.titulo
{
    position: absolute;
    font-family: Chewy;
    text-align: center;
    font-size: 46px;
    letter-spacing: 0px;
    text-shadow: none!important;

}
#titulo1
{
	left: 70%;
    top: 10%;
    z-index: 3;
    font-size: 42px;
    color: #33691E;
    line-height: 98%;
	display:none;
	
}
#titulo2
{
	left: 28%;
    top: 10%;
    z-index: 3;
    color: #FFC107;
	display:none;
}
#titulo3
{
	left: -9%;
    top: 44%;
    z-index: 3;
    color: #00838F;
	display:none;
}
#titulo4
{
	left: 82%;
    top: 78%;
    color: #607D8B;
	display:none;
}

#sol
{
	animation:7s tada infinite;
}

#seres_naturales
{
	animation:10s tada infinite;
}

#agua
{
	animation:15s tada infinite;
}

#lab
{
	animation:9s tada infinite;
}
.estrellas
{
	position:absolute;
}

.principal
{
	animation:7s aum infinite;
}

.menus1
{
font-family:Chewy;
font-size:30px;
width:100%;
height: 460px;
float:left;
margin:5px;
border-radius:70px 0px 55px 0px;
padding:20px;
animation: mover 8s infinite;
background-color:white;
text-align:center;
}

.menus1 h3:hover 
{
transition: all 0.8s ease-in-out;
transform: scale(0.9);
cursor: url(../images/hand.cur) , auto!important;
}


.menus2
{
font-family:Chewy;
font-size:30px;
width:100%;
height: 460px;
color:red;
float:left;
margin:5px;
border-radius:70px 0px 55px 0px;
padding:20px;
animation: mover 8s infinite;
background-color:white;
text-align:center;
}

.menus2 h3:hover 
{
transition: all 0.8s ease-in-out;
transform: scale(0.9);
cursor: url(../images/hand.cur) , auto!important;
}

.cursor:hover
{
	cursor:url(../images/hand.cur) , auto!important;
}

.instrucciones .tituloletrero2
{
	position: absolute;
  top: 100px;
  left: 21%;
/*  text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;*/
  font-family: Chewy;
  font-size: 30px;
  color: white;
}
.instrucciones .tituloletrero3
{
   position: absolute;
  background-color: white;
  top: 330px;
  left: 40%;
  font-family: Chewy;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 30px;
  color: rgb(255, 61, 1);
}
.instrucciones .textoletrero3
{
	position: absolute;
  top: 380px;
  left: 30px;
  width: 130px;
  font-family: Roboto;
  font-size: 17px;
    color: white;
}
.instrucciones .textoletrero2
{
	position: absolute;
  top: 152px;
  left: 30px;
  width: 130px;
  font-family: Roboto;
  font-size: 17px;
    color: white;
}

.textotabla
{
  font-family: Chewy;
  color:white;
  text-align:center;
  position: absolute;
  top: 33px;
  width: 400px;
  left: 9px;
}
.personaje
{
    float: right;
  width: 120px;
  height: 120px;
  top: 40px;
  right: -95px;
  position: absolute;
}


.fondo
{
	width:750px; 
	margin:0px auto; 
	height: 600px;
	border:1px solid gray;
	border-radius:70px 0px 55px 0px;
	padding:10px;
	border-radius: 12px;
	background-color: rgba(229, 229, 229, 0.7);
	text-align:center; 
	display:table;
	margin-top:20px;
	margin-bottom:20px;
}

.nube
{			  
    background-image: url(../images/letrero1.png);
  background-size: 100% 100%;
  font-size: 20px;
  width: 80%;
  height: 170px;
  float: left;
  font-family: Chewy;
  text-align: center;
  position: absolute;
  top: -12px;
}

.fadebox {
   display: none;
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-color: black;
   z-index:1001;
   -moz-opacity: 0.50;
   opacity:.50;
   filter: alpha(opacity=50);
}
.color1 { background-color:#F44336; color:white;}
 .color2 { background-color:#E91E63; color:white;}
 .color3 { background-color:#9C27B0; color:white;}
 .color4 { background-color:#3F51B5; color:white;}
 .color5 { background-color:#2196F3; color:white;}
 .color6 { background-color:#009688; color:white;}
 .color7 { background-color:#43A047; color:white;}
 .color8 { background-color:#EF6C00; color:white;}
 .color9 { background-color:#FF5722; color:white;}
 .color10 { background-color:#607D8B; color:white;}
 
@keyframes mover {
    from { transform: none; }
    50% {  transform: rotate(-20deg);}
    to { transform: none; }
}


@keyframes pulsar {
    from { transform: none; }
    50% {  transform:scaleX(1.1);}
    to { transform: none; }
}
@keyframes aum {
    from { transform: none; }
    50% {  transform:scale(0.9);}
    to { transform: none; }
}

/*nuevos*/
figcaption h2
{
	font-family:Chewy;
}
.grid *
{
	border-radius:20px;
}
.demo-2 .grid figure button
{
	border-radius:0px 0px 16px 16px;
	cursor: url(../images/hand.cur) , auto!important;
    -webkit-transform: translateY(106%);
    transform: translateY(106%);
}