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

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


body {
	font-family: "Poppins", Verdana, Helvetica;
	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: 10px;
}


p {
	font-family: "Poppins", Verdana, Helvetica;
	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%;
//	height: auto;
//	margin: 0 auto;
}

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

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

.contenido-central {
 background-color:  wheat;
 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;
    margin: 15px 2px;
	padding: 42px 8px;
}

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


.leermas {
	color: blueviolet;
}

.categoriablog {
	color: salmon;
}

.tagblog {
	color: darkgoldenrod;
}


header {
  font-family: "Poppins", Verdana, Helvetica;
  font-size: 1.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 21vh;
  padding: 0 20px 0 20px;
  background-color: #0066b2;
  color: #fff;
   flex-flow: wrap;
}






nav {
	
	padding: 10px 0 10px 0;
}


.visita {
  color: Gold;
  font-weight: bold;


}


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

nav li {
  margin-right: 8px;
}

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

nav a:hover {
	color: gold;
}

.ladoinferior {
	background-color: #0066b2;
	color: white;
	height: 260px;
	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;

}

.redessociales {
	margin: 20px;
	
}

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


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

.partedeaz {
 margin-top: 25px;
 
}


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


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

.logito {
	border-radius: 50%;
}


.parteletra {
   color: Black;
	background-color: white;
    padding: 4px 6px;
    border-radius: 20px;
}

.parteletra a {
    color: goldenrod;
}

