*{
	font-family: cursive;
	font-weight:100px;
	padding: 0;
	margin: 0;
	color:white;
	background-color:;

}
body{
	background-image: url('img/fondo.jpg');
	 overflow-x: hidden;
	}
body::-webkit-scrollbar{
	background:#DE7171;
	width: 10px;
	border-radius: 10px;
	opacity: 0.1;
	}
body::-webkit-scrollbar-thumb{
	background:#D8D8D8 ;
	width: 10px;
	border-radius: 10px;
	}
/*------------------------------------------HEADTHER------------------------------------ */


h1{
	background: #242527;
	text-align: center;
	color: white;
	font-family: 'Press Start 2P', cursive;
	position: sticky;
	width: 100%;
	top: 0;
	padding: 10px;


}
header{
	width: 100%;
  	position: fixed;
  
}

.div_1{
	background: ;
	left: 50;

	text-align: ;
}
.div{
	font-size: 25px;
	text-align: center;
	background: red;
}

/*------------------------------------------Navgcion------------------------------------ */
.nav{
	background-color: #3d3f45;
	position: sticky;
	width: 100%;
	top: 50px;
	padding: 7px;
	margin-bottom: 50px;

	 
}
.nav_li{
	display: inline-block;
	padding:9px;

}
.nav_li:hover> a{
	color: red;
	transition: all 3s;
}
.nav_li:hover i{
	width: 20px;
	color: red;
	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	transition: 3s;
}
/*------------------------------------------Principal TEXTO------------------------------------ */

.first_title{
	text-align:center; 
	width: 90%;
	height:auto;overflow: hidden;
	border: 0px solid red;
	margin:10px auto;
	background: #024c5f;;
	text-indent: all;
	color: black;
	font-family: 'Faster One', cursive;
}



#principal{
	width:75%;
	height:auto;overflow: hidden;
	margin:10px auto;
	background-color: white;
	border: 0px solid red;
	border-radius: 10px;


}
#publicaciones{	
	width:70%;
	height:auto;overflow: hidden;
	border: 0px solid black;
	margin-top:10px ;
	float: left;

}
	
.post{
	width:99%;
	height: auto;overflow: hidden;
	padding: 7px;
	box-shadow: 0px,0px,15px #ccc;
	margin-bottom: 10px;
	font-family: 'Righteous', cursive;
	
	
	

}
.titulo{
	color: red;
	text-align: center;
	font-family: 'Bungee Inline', cursive;]
	padding: 1000px;
	
}
.txt{
	color:black;
	text-align: justify;
	margin-right: 15px;

	
}

.enlaces_qr_img
	{
		
	text-align: center;
	width: 25%;
	border-radius: 2px;
	display: block;
 	margin: 0px auto;
	}	

.enlaces_qr
	{

	color:black;
	text-align: center;
	padding: 10px;
	display: block;
 	margin: 0px auto;
 	
	}

.li1
	{
	color:black;
	}

.ht-st
	{
	color: black;
	font-weight: 200;
	
	}
#principal .img1{
	float: right;
	width: 40%;
	border-radius: 2px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	
}
#principal .img2{
	float: right;
	border-radius: 5px;
	margin-left: 15px;
	margin-bottom: 15px;

}
#principal .img3{
	float: right;
	width: 50%;
	border-radius: 2px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}


/*------------------------------------------Sidebar Asaide------------------------------------ */


#sidebar{
	float: right;
	width: 28%;
	border:0px solid;
	height: auto;overflow: hidden;
}



#buscar, #Categorias, #Sobre-Mi{
	border-radius: 10px;
	width: 98%
	height: auto;overflow: hidden;
	margin-bottom: 20px;
	border:1px solid darkgrey;
	
}
form{
	margin-top: 10px;
}
#buscar input[type="text"]{
	border:1px solid #ccc;
	box-shadow: 0px, 0px, 5px #ccc inset;
	padding:10px 4px;
	border-radius: 10px;
	width: 75%;
	margin-left: 4px;
	margin-bottom: 4px;
	color: black;

}

#buscar .boton-1{
	border:0px;
	color: #fff;
	background: #024c5f;
	padding: 10px;
	border-radius: 10px;
	
	}
.encabezado-sidebar{
	width: 100%;
	height: 35px;
	background: #5e49e4;
	text-align: center;	
	color:#fff;
	font-size: 19px;
	font-family: 'Righteous', cursive;
	border-radius: 10px;
}
.sidebar-1{
	width: 100px;
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
	display: inline-block;

}
.sidebar-1{
	width: 100%;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px, solid white;
}
.sidebar-1:hover{
	background: #f2f2;
}
#Sobre-Mi{
	border-radius: 2px solid;


}
.descripcion1{
	color: black;
	font-family: 'Righteous', cursive;
}
#Sobre-Mi .img-S{
	width:150px;
	padding: 10px;
	display:block;
	margin:auto;
	border-radius: 5px solid black ;


} 
/*------------------------------------------PIE DE PAGINA------------------------------------ */

#footer .derechos{
	color: white;
	background: black
}