{
	margin: 0 auto;
	}
		
		h3{
			text-align:center;
		}
		#miCanvas{
			border:dotted 4px yellow;
			background:green;
		}
		#contenedorj{
		width: 100%;
		height: 500px;
		margin: 0 auto;
		margin-top: 20px;
		}
		#contenido{
		width: 20%;
		height: 70%;
		float: left;
		background-color: DeepSkyBlue;
		text-align: center;
		color: #fff;
		font-size: 1em;
		}
		aside{
		width: 20%;
		background-color: #E6E3E3;
		color: #000;
		float: left;
		border-radius: 10px;
		font-size: 0.9rem;
		}
		aside img{
		width: 15%;
		height: 15%;
		border-radius: 10px;
}