body
{
	background-color: #c0fdff;
	font-family: Arial;
}
h1
{
	color: #ff0a54;
	text-align: center;
}
#mensaje{
  position:absolute;
  right:20%;
  border-radius:80px;
  width:170px;
  height:65px;
  background:#a9def9;  
  padding:20px 0 0 50px;
  font-family:sans-serif;
  font-weight:bold;
  font-size:20px;
  z-index:2;
}

#intro p{
  width:400px;
  margin:20px auto;
  font-family:sans-serif;
}
.hidden{
  display:block;
}
.mostrar{
  display:block;
}
#botonJugar{
  width:200px;
  height: 70px;
  margin:0 auto;
  display:block;
  font-size:30px;
  background-color:#99c1de;
  color:#27187e;
  border:0;
  border-radius:20px;
  cursor:pointer;
}
div.petalo
{
	background-color:#FFFFFF;
	border-radius: 40px;
	width: 80px;
	height: 80px;
	position: absolute;
}
#centro
{
	background-color: #DBA901;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	width: 100px;
	height: 100px;
	top:50%;
	left:50%;
	position: absolute;
	margin-top: -50px;
	margin-left: -50px;
}
#tallo
{
	width: 15px;
	height: 150px;
	background-color: #006c67;
	margin-top: -100px;
	margin-left: 145px;
}
#hoja
{
	background-color: #006c67;
	border-radius: 15px 0px 15px 0px;
	width: 30px;
	height: 30px;
	margin-left: 160px;
	margin-top: -90px;
	position: absolute;
    animation: girar-hoja 2s infinite linear;
}
@keyframes girar-hoja {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(45deg);}
    100%{transform: rotate(0deg);}
    
}

#flor
{
	width: 300px;
	height: 300px;
	background-color: transparent;
	position: relative;
    animation: girar 3s infinite linear;
}
@keyframes girar {
    0% {transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
    
}
#p1
{
	top:70px;
	left:40px;
}
#p2
{
	top:40px;
	left:110px;
}
#p3
{
	top:70px;
	left:180px;
}
#p4
{
	top:145px;
	left:44px;
}
#p5
{
	top:180px;
	left:114px;
}
#p6
{
	top:140px;
	left:180px;
}
#figura{
	position: relative;
	background-color: transparent;
	top:0px ;
	left: 0px;
	width: 300px;
	margin: auto;
}
#cesped{
	position: absolute;
	width: 394px;
	position: absolute;
	bottom: 0px;
    animation: cesped_mov 2s infinite linear;
}
@keyframes cesped_mov {
    0% {transform: translate(1%, 0)}
    50% {transform: translate(-5%, -5%) }
    100%{transform: translate(1%,0);}
    
}
.manga{
	background: #80ed99;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	width: 50px;
	height: 50px;
	display: inline-block;
  border-radius:5px
}
.fondo_manga{
  background: #80ed99;
  height: 50px;
  left: -8px;
  position: absolute;
  top: 25px;
  width: 394px;
  border-radius:0 0 10px 10px;
}

#postit{
  position:fixed;
  background:#e9ff70;
  width:200px;
  height:200px;
  margin:20px;
  right:10px;
  padding:20px;
}