@charset "utf-8";
/* CSS Document */

.boton{
	cursor:pointer;
}

.boton :hover{
	opacity: 0.7;
}

#btnInstr{
	background:url(../img/L_G04_U03_L03_03_02_BTNINSTR.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;
	border-top-left-radius: 20%;
}

#btnAdelante{
	background:url(../img/L_G04_U03_L03_03_02_BTNADELANTE.png) no-repeat; 
	background-size:100%; 
    width:85px; 
	height: 81px;
	float:left;	
	margin-left: 2px;
	border-top-right-radius:20%;
}

.btnMenu:active{
	position:relative;
	top: 2px;
	border:none;
}

.btnMenu{
	border-bottom:3px solid #042133;
	cursor:pointer;
}

