@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&family=Satisfy&display=swap');
body {
	font-family: "Satisfy", cursive;
	font-size: 1.3em;
	font-weight: 400;
	font-style: normal;
background: #F4F6F7;
}


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



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

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2rem;
}

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%;
	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;
}




.superior {
	background-color: dodgerblue;
}

.superior h3 {
	font-family: "Poppins", Verdana, Times;
	color: white;
	margin: 10px 25px;
	
}

.logito {
	border-radius: 50%;
	margin: 10px 25px;
}




.contenido-central {
 width: 90%;
 padding: 0 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;
}



.ladoinferior {
	font-family: "Poppins", Verdana, Times;
	background-color: dodgerblue;
	color: white;
	height: 280px;
	padding-top: 2px;
	text-align: center;
	float: left;
	width: 100%;
}

.ladoinferior a {
	color: white;
}

.ladoinferior a:hover {
	color: gold;
}


.redessociales {
    padding-top: 2px;
	text-align: center;
}



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



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

}



.partedeaz {

}


.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;
}


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


.vedet a {
    color: #F50A40;
}

.vedet a:hover {
	color: palevioletred;
	
}




