@charset "utf-8";
/* CSS Document */

.imagenEGrises{
	-webkit-filter: grayscale(1);	
}

.imagenColor{
	-webkit-filter: grayscale(0); 
}

#btnReiniciar{
	position:absolute; 
	bottom: 20px; 
	right: 40px; 
	background: url(../img/L_G04_U03_L03_03_03_BTNREINICIAR.png);
	width:100px;
	height:100px;
	cursor:pointer;
}

.btnReiniciar:active{
	position:relative;
	top: 2px;
	right: 2px;
}
