@charset "utf-8";
/* CSS Document */

.botonInactivo{
	background: #042C49;
  border-bottom: solid #709CB2 3px;
  border-radius: 10px;
  width: 182px;
  height: 75px;
  float: left;
  margin-left: 21px;
  cursor: pointer;
}

.botonActivo{
	background:#F7931E;
	border-bottom:solid #F15A24 3px;
}

.boton:active{
	border-bottom:none;
}

.cc{
	background:url(../img/btn_cc.png) no-repeat;
	background-size:100%;
	width:60px;
	height:64px;
	cursor:pointer;
}

.cc:active{
	background:url(../img/btn_ccoff.png) no-repeat;
	background-size:100%;
	width:60px;
	height:60px;
}

.creative{
	  background: #74AED1;
  border: solid #042C49 2px;
  border-radius: 20px;
  width: 800px;
  height: 233px;
}

.textoBoton{
	font-family: "Comic Sans MS", cursive;
  font-size: 32pt;
  color: #FFF;
  text-align: center;
  margin-top: 5px;
}

.textoCC{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:25pt; 
	text-align: -webkit-match-parent; 
	font-weight:bold; 
	color:#FFF; 
	margin-left:20px; 
	margin-top:30px; 
	word-wrap:break-word;
}

#libro{
	background:url(../img/L_G04_U02_L04_05_01_DIARIO.png) no-repeat;
	background-size:100%;
	  width: 490px;
  height: 400px;
  position: absolute;
  top: 336px;
  left: 667px;
	cursor:pointer;
}