/* AQUEST ES EL FITXER CSS DE LA PRÀCTICA 12 DE CSS*/

div.uno {
	background-color:  #66b1a7;
	margin-left:
	border-width 200px;
	border-color: yellow;
	width: 100%;
	border-style: dotted;
	padding-bottom: 5px;
}
div.dos {
	background-color:  #e34624;
	padding-top: 5px;
	border-width: 5px;
	border-style: outset;
	border-color: red;
	width: 100%;
	margin-top: 10px;
}
span.uno {
	color: yellow;
}
div.tres {
	background-color:  #0088f5;
	margin-left: 500px;
	border-left: 5px outset red;
	border-right: 5px outset blue;
	border-bottom: 5px outset yellow;
	border-top: 5px outset green;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(media/bosque.jpg);
	color: white;
}
span.dos {
	color: #fc3800; 
}
div.cuatro {
	background-color: red;
	text-decoration: underline;
	font-style: unset;
	margin-right: 500px
	border-width: 1px;
	border-style: inset;
	border-color: yellow;
	padding-top: 2px;
}
span.tres {
	background-color: yellow;
	font-style: initial;
}
div.cinco {
	background-color: #000000; 
	color:  #1ae61d;
	font-family: Courier New;
	font-size: 12px;
	border-style: solid;
	border-left: 5px solid  #1ae61d;
	border-right: 5px dotted #1ae61d;
	margin-bottom: 10px;
	margin-top: 10px; 
	height: 200px;
}
