div.uno {
	background-color: red;
	text-decoration: underline;
	color: blue;
	padding-bottom: 14px;
}

div.dos {
	background-color: blue;
	text-decoration: overline;
	color: red;
	border-style: outset;
	padding-top: 20px;
}

div.tres {
	background-color: black;
	text-decoration: underline dotted;
	color: green;
}

div.quatre {
	background-color: #ff69b4;
	color: black;
	border-style: double;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.cinc {
	background-color: orange;
	width: 1100px;
	height: 400px;
	border-style: outset;
	border-color: red;
}

span.uno {
	background-color: yellow;
}

span.dos {
	background-color: yellow;
}

span.tres {
	background-color: black;
}

span.cuatro {
	background-color: white;
}

span.cinco {
	background-color: white;
}