body{
	background: #2C2891;
}
#contenedor-header{
	background: #FF0000;
	border-radius:  8px;
	padding: 10px;
	display:flex;
}
#header-titulos{
	font-style: italic;
	color: white;
	font-size: 35px;
	text-align: center;
	 width : 55%;
}

#header-imagen{
    width:23%;
}
#header-imagen2{
	width: 22%;
}

#navegar{
	background:none;
}
nav ul{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 7px;
}
li{
	background: #3DB2FF;
	color: black;
	font-size: 20px;
	border-radius: 5px;
	padding: 6px;
	margin: 6px;
	font-style:normal;
	width: 20%;
	text-align: center;
}
a{
	color: black;
	text-decoration: none;
	font-size: 25px;
}
a:hover{
	color: #8D2828;
	font-style: oblique;
}
article{
	display: flex;
	justify-content:center;
	margin: 15px;
	background: white;
	border-radius: 15px;
	padding: 15px;
}
article div{
	width: 600px;
	background: pink;
	padding: 12px;
	margin: 5px;
	border-radius: 20px;
}
article div p{
	background: #d3eefa;
	border-radius: 10px;
	font-weight: 300;
	padding: 15px;
	font-size: 15px;
	font-style: normal;
	color: brown;
	text-align:justify;
}
article img{
	margin: auto;
	border-radius: 10px;
}
footer{
	background: #171717;
	border-radius: 10px;
	padding: 2px;
	display: flex;
}
.footer-p{
	color: #EDEDED;
	font-weight: bolder;
	font-size: 20px;
	width: 50%;
	font-style:italic;
	text-align: center;
}
#contenedorPrincipal{
	display: flex;
}
aside{
	padding: 8px;
	border-radius: 5px;
	width: 20%;
	background-color: #FF0000;
}
aside p{
	background: #BD1616;
	border-radius: 15px;
	font-weight: 300;
	padding: 15px;
	font-size: 15px;
	color: white;
	text-align: center;
}
section{
	width: 80%;
	background: #BD1616;
	border-radius: 5px;
	font-weight: 250;
	padding: 12px;
}
article div h1{ 
	font-size: 20px;
	text-align: center;
	color: purple;
}
article div h3{ 
	font-size: 15px;
	text-align: left;
	font-weight: 100;
	font-style: italic;
	color: black;
}