body{
	background-color: #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
}

.seccion{
    border-radius: 8px;
   	border: 3px solid #FFFFFF;
	margin-bottom: 25px;
	padding: 10px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 16px;
}

.etiqueta{
	color: #6633CC;
	font-weight: bold;
}
