@charset "utf-8";
/* CSS Document */
body{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 18px;
	}

.centro{
	width: 80%;
	margin: 0 auto;
	text-align:center;
	color: #009;	
}

.imagen{
	text-align: center;	
}

.respuesta-correcta{
	font-family: Verdana, Geneva, sans-serif;
	color: #090;
	font-size: 18px;
	}

.respuesta-incorrecta{
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
	font-size: 18px;
	}
	

