p{
	color: lightsteelblue;
	font-size: 20px;
}
h2 u{
	color: rebeccapurple;
	font-size: 30px;
	text-align: justify;
}
h1 b{
	color: gray;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
h3 i{
	color: goldenrod;
	font-size: 25px;
	text-align: left;
}
button{
	background-color: cadetblue;
	font-size: medium;
}
div{
	background-color: khaki;
}
#list-outside{
	list-style-type: lower-alpha;
	list-style-position: outside;
}
#list-inside{
	list-style-type: square;
	list-style-position: inside;
}
#redimensionar-imagen{
    width: 20%;
    height: auto;
}