@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
	width: 100%;
	margin: 5px;
	padding: 5px;
}
#dom{
	float: left;
}
body #h1{
	text-align: center;
	background-color: #4fc3f7;
}
#nom{
	font-family: 'Baloo', sans-serif;
	font-size: 2em;
}
#h2 {
	font-family: 'Baloo', sans-serif;
}
#fecha {
	font-family: 'Roboto', sans-serif;
	color: red;
}
body div {
	font-family: 'Baloo', sans-serif;
}

h3 {
	font-family: 'Roboto', sans-serif;
	color: red;
}
h3 i{
	font-family: 'Roboto', sans-serif;
	color: blue;
}
ul {
	background-color: lightgrey;
	border: 1px solid blue;
}
ul li{
	list-style-type:none;
	background-color: greenyellow;
	margin: 2rem;
	padding: 1rem;
	border: 2px black double;
	border-radius: 1rem;
	box-shadow: 3px 5px 28px 0px rgba(0,0,0,0.75);


}