html, body {
	margin: 10px;
	padding: 0px;
	height: 80%;
	width: 90%;
}
.caja1 {
	height: 90%;
	width: 50%;
	background-color: #FF9;
	float: left;
	font-family: 'Tangerine', serif;
	font-size: 28px;
}
.caja2 {
	height: 20%;
	width: 50%;
	background-color: #CCF;
	position: relative;
	float: left;
	border-radius: 24px;
}
.caja2a {
	background-color: #CCC;
	height: 20%;
	width: 50%;
	margin-top: 25%;
	margin-left: 25%;
}
.caja3 {
	height: 30%;
	width: 50%;
	float: left;
	background-color: #CFC;
}

.bitmap{
	color: green;
}

.vectorial{
	color: red;
}