header {
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	overflow:hidden; /* Eliminamos errores de float */
	background:#252932;
	margin-bottom:20px;
}
 
.wrapper {
	width:90%; /* Establecemos que el ancho sera del 90% */
	max-width:1000px; /* Aqui le decimos que el ancho máximo sera de 1000px */
	margin:auto; /* Centramos los elementos */
	overflow:hidden; /* Eliminamos errores de float */
}
 
header .logo {
	color:#f2f2f2;
	font-size:50px;
	line-height:150px;
	float:left;
}
 
header nav {
	float:right;
	line-height:150px;
}
 
header nav a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	line-height:normal;
	font-size:20px;
	font-weight:bold;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
 
header nav a:hover {
	background:#f56f3a;
	border-radius:50px;
}

.header2 {
	position: fixed;
	height:100px;
}
 
.header2 .logo {
	line-height:100px;
	font-size:30px;
}
 
.header2 nav {
	line-height:100px;
}

@media screen and (max-width: 850px) {
	header .logo,
	header nav {
		width:100%;
		text-align:center; /*Centramos el menu y el logotipo*/
		line-height:100px;
	}
 
	.header2 {
		height:auto;
	}
 
	.header2 .logo,
	.header2 nav {
		line-height:50px;
	}
}

.contenedor {
	width: 90%;
	max-width:900px;
	margin:auto; 
}
 
article {
	background:rgba(0,0,0,0.5);
	padding:20px;
	margin:20px 0;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}
 
article h2 {
	color:#fff;
}
 
article hr {
	background:#F64740;
	height:5px;
	border:none;
}
 
article p {
	line-height: 25px;
}
 
article h2, article p, article hr {
	margin-bottom: 20px;
}

article p  iframe {
    align-content: center;
}

.micaja{
	box-shadow: 3em 3em 3em #1A1A1A;
	display: block;
	margin: 0 auto;
	width: 70%;
	height: 700px;
}

.fb-comments{
    color: aliceblue;
}

@media screen and (max-width: 1280px) {
.migaleria{background: white;
}
}
.migaleria div:nth-child(2n){

}
@media screen and (orientation: landscape) {
	body {
		background: url(rising.png);
     
	}
}
@media screen and (orientation: portrait) {
	body {
		background: url(rising.png);

	}
}S

