@charset "utf-8";
/* CSS Document */

.botonInfo{
	  background: #DB0D15;
  width: 55px;
  height: 55px;
  cursor: pointer;
  float: left;
  margin-top: 4px;
}

.botonInfo:hover{
	background: #E29344;
}

.btnMenu:active{
	position:relative;
	top:2px;
}

.creative{
	  background: #74AED1;
  border: solid #042C49 2px;
  border-radius: 5%;
  width: 800px;
  height: 233px;
}

.pIntro{
	 font-size: 23pt; 
	 margin-left: 100px; 
	 margin-top: -1px;
}

.textoBoton{
	  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-weight: bold;
  font-size: 39pt;
  margin-top: -1px;
  padding-top: -1px;
  padding-left: 10px;
}

#btnCreative{
	background:url(../img/L_G04_U03_L06_03_03_BTNCC.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;	
	cursor:pointer;
	border-top-right-radius:20%;
}

#btnInstr{
	background:url(../img/L_G04_U03_L06_03_02_BTNINSTR.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;
	border-top-left-radius: 20%;
	cursor:pointer;
}

#btnNavega{
	background:url(../img/L_G04_U03_L06_03_02_BTNADELANTE.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;	
	cursor:pointer;
}

#popInstrucciones{
	background: #FFF3E1;
  position: absolute;
  top: -206px;
  left: -492px;
  width: 1000px;
  height: 500px;
  border-radius: 5%;
}


