@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@600&display=swap');

html {
	background: linear-gradient(to right, rgb(233, 150, 83) 0%, rgb(238, 213, 75));
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.contenedor {
	box-sizing: border-box;
	padding: 10px;
	width: 80%;
	margin: auto;
	max-width: 55em;
	min-width: 330px;
}

div {
	margin-bottom: 3%;
}

.non_sep_div {
	margin: 0%;
}

header {
	width: 100%;
}

/*
HEADER

header img{
    width: 500px;
}
*/

header h1 {
	font-size: 2.5em;
	text-align: left;
	margin-bottom: 1%;
}

/*#visitas*/
#contador p {
	font-weight: bold;
	font-family: 'Times New Roman';
	clear: both;
	margin-bottom: 0%;
	margin-left: 6%;
}

#registro_visitas {
	margin-bottom: 1px;
	margin-top: 6px;
	clear: both;
}

#registro_visitas h4 {
	margin-bottom: 1px;
	margin-top: 1px;
}

/*ESTILO DEL PANEL DE NAVEACIÓN*/
nav {
	height: 3em;
	width: 100%;
	min-width: 20%;
}

nav ul {
	margin: auto;
	padding: 1%;
	background-color: rgb(255, 123, 0);
	border-radius: 20%;
	border-style: dashed;
	height: auto;
	text-align: center;
}

nav ul li {
	display: inline;
	padding-right: 2mm;
	border-right: 0.1em solid black;
	margin-right: 0.3em;
	font-weight: bold;
	font-size: x-large;
}

nav ul li:last-child {
	display: inline;
	padding-right: 2mm;
	margin-right: 2px;
	border-right: 0;
	font-weight: bold;
	font-size: x-large;
}

/*CUERPO DE LA PÁGINA*/
.cuerpo {
	/*
	width: auto;
	*/
	margin-top: 2%;
	clear: both;
	padding: 1% 2%;
	background-color: rgb(238, 230, 159);
	border-style: dashed;
	border-color: orangered;
	box-sizing: border-box;
}

.centered img {
	width: 80%;
	display: block;
	margin: auto;
	margin-bottom: 3%;
}

.centered h2 {
	font-size: xx-large;
	text-align: center;
	margin: auto;
}

.IA_centered img {
	width: 50%;
	display: block;
	margin: auto;
	margin-bottom: 1.5%;
}

.IA_centered p {
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: 3%;
}

.IA_centered h3 {
	text-align: center;
}

/*ESTILO DE LA IMAGEN DEL DÍA*/
#time_mood h2 {
	margin-top: 1%;
	margin-bottom: 0%;
	font-family: 'Franklin Gothic Medium';
}
#time_mood p {
	margin-top: 0%;
	margin-bottom: 1%;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*ESTILO DE LOS LINKS*/
a:link {
	color: blue;
}

a:visited {
	color: rgb(12, 37, 180);
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: rgb(243, 239, 0);
}

/*ESTILOS DE LAS IMÁGENES*/
img {
	max-width: 100%;
	height: auto;
}

.imagen_super_pequeña {
	width: 7%;
}

.imagen_pequeña {
	width: 15%;
}

.imagen_mediana {
	width: 25%;
}

.imagen_grande {
	width: 49%;
}

.imagen_mas_grande {
	width: 70%;
}

.imagen_muy_grande {
	width: 80%;
}

.imagen_completa {
	width: 100%;
}

iframe {
	max-width: 100%;
	min-width: 100px !important;
}

#Lasagña p {
	float: left;
	width: 62%;
}

h1 {
	margin-bottom: 1%;
	font-size: xx-large;
	font-family: Roboto Slab;
	margin: 0%;
}

h2 {
	margin-bottom: 1%;
	margin: 0%;
	font-size: x-large;
	font-family: Roboto Slab;
}

h3 {
	margin-top: 3%;
	clear: both;
	margin-bottom: 1%;
	font-size: 1.25em;
	font-family: Roboto Slab;
}

h5 {
	margin-top: 1%;
	margin-bottom: 1%;
	font-family: Roboto Slab;
}

p {
	font-family: Poppins Regular;
	margin-top: 1%;
	margin: auto;
	margin-bottom: 1%;
	font-size: 115%;
}

#imposter h1 {
	margin-bottom: 1%;
	font-family: 'Courier New';
}

footer {
	margin-top: 2%;
}

.twitter-tweet {
	margin: auto !important;
}


@media screen and (max-width: 577px) {
	.contenedor {
		width: 100%;
	}

	nav ul li {
		font-size: larger;
	}

	nav ul li:last-child {
		font-size: larger;
	}

	.cuerpo {
		margin-top: -1%;
	}

	.imagen_mas_grande {
		width: 100%;
	}

	p {
		font-size: 90%;
	}

	h1 {
		font-size: large;
	}

	h3 {
		font-size: large;
	}

	#contador {
		width: 1em;
		margin-bottom: 2%;
	}

	#contador p {
		font-size: normal;
		margin-left: 8%;
	}
}

@media screen and (max-width: 380px) {
	nav ul li {
		font-size: medium;
	}

	nav ul li:last-child {
		font-size: medium;
	}

	nav{
		margin-bottom: -3%;
	}

	#contador {
		margin: 0;
		margin-bottom: -2%;
	}

	#contador p {
		font-size: small;
	}

	#visitanteEspecial {
		margin-bottom: 3% !important;
		margin-top: -5% !important;
	}
}
