@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&family=Satisfy&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



body {
	font-family: "Satisfy", cursive;
	font-size: 1.3em;
	font-weight: 400;
	font-style: normal;
	background: #F4F6F7;
}

h1, h2 {
	font-family: "Satisfy", cursive;
	font-size: 1.7em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

h4 {
	font-size: 1.2rem;
}



.logito {
	border-radius: 50%;
}


p {
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
}

a {
color: DodgerBlue;
font-weight: bold;
text-decoration: none;
}

a:hover {
	color: OrangeRed;
}

img, video {
	max-width: 100%;
	border-radius: 10px;
}


ul {
display: flex;
flex-direction: row;
justify-content: space-around;
}


li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

/* Header styles */
header {
  font-family: "Poppins", Verdana, Times;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #0066b2;
  color: #fff;
  flex-flow: wrap;
}



nav {
	padding: 20px 0;
}

nav ul {
  display: flex;
  list-style-type: none;
}

nav li {
  margin-right: 12px;
}

nav a {
  color: #fff;
  text-decoration: none;
}




.anchode {
	width: 88%;
	margin: 0 auto;
}


.contenido-central {
 width: 98%;
 padding: 20px 20px 20px 20px;
 border: 3px solid #dddddd;
 margin: 30px auto 0 auto;
}

.articulodescripcion {
	background: white;
	padding: 12px 8px;
}

.articuloestilo {
	background: antiquewhite;
	padding: 12px 8px;
}

.fechablog {
	color: blueviolet;
	font-size: 16px;
}


.leermas {
	color: blueviolet;
}

.categoriablog {
	color: salmon;
}

.tagblog {
	color: darkgoldenrod;
}



/*  Footer  */

.ladoinferior {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #0066b2;
	color: white;
	height: 300px;
	padding-top: 15px;
	text-align: center;
	float: left;
	width: 100%;
}



.menu-inferior ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}



.menu-inferior li {
list-style: none;
 margin: 0 4px;

}



.partedeaz ul {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}


.partedeaz li {
list-style: none;
 margin: 0 8px;
font-size: 1.3rem;
}

.logito {
	border-radius: 50%;
}






.vedet {
	color: Blue;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
	font-size: 1.3rem;
}


.vedet a {
    color: #F50A40;
}

.vedet a:hover {
	color: palevioletred;
	
}



