#contenido-logo{
	display: none;
}

nav{
	width: 100%;
}

.encabezado-normal{
	height: auto !important;
    position: relative;
}

.encabezado-ayuda{
	margin: 0 auto;
}

#opciones-menu-ayuda{
	width: 0%;
}

#contenido-header-nav{
	width: 90%;
}

/*Movil exclusivo*/
@media only screen and (max-width: 319px){
	#header-nav{
		height: 166px;
	}
	
	#contenido-logo{
		display: none;
	}
	
	nav{
		width: 100%;
	}
	
	.encabezado-normal{
		display: none;
	}
	
	.encabezado-movil{
		width: 87% !important;
	}
	
	#img-header{
		background-position: left;
		height: 60px;
	}
	
	.flex-container-header{
		justify-content: left;
	}
	
	.flex-container-header > div{
		width: 100%;
	}
	
	#texto-header{
		text-align: left;
	}
	
	#header-nav{
		background-color: #ffffff;
	}
	
	#wikilyc-banner{
		padding-top: 55px;
		height: 0px;
	}
	#wowslider-container1{
		padding-top: 55px;
		height: 0px;
	}
	
	.encabezado-ayuda{
		width: 100% !important;
	}
	
	.linea-gris{
		top: 166px;
	}
}

/*Movil exclusivo*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	
	#header-nav{
		height: 166px;
	}
	
	#contenido-logo{
		display: none;
	}
	
	nav{
		width: 100%;
	}
	
	.encabezado-normal{
		display: none;
	}
	
	.encabezado-movil{
		width: 87% !important;
	}
	
	#img-header{
		background-position: left;
		height: 60px;
	}
	
	.flex-container-header{
		justify-content: left;
	}
	
	.flex-container-header > div{
		width: 100%;
	}
	
	#texto-header{
		text-align: left;
	}
	
	#header-nav{
		background-color: #ffffff;
	}
	
	#wikilyc-banner{
		padding-top: 55px;
		height: 0px;
	}
	#wowslider-container1{
		padding-top: 55px;
		height: 0px;
	}
	
	.encabezado-ayuda{
		width: 100% !important;
	}
	
	.linea-gris{
		top: 166px;
	}
}

/*Fablet*/
@media only screen and (min-width: 480px) and (max-width: 640px) {
	#header-nav{
		height: 166px;
	}
	
	#contenido-logo{
		display: none;
	}
	
	nav{
		width: 100%;
	}
	
	.encabezado-normal{
		display: none;
	}
	
	.encabezado-movil{
		width: 87% !important;
	}
	
	#img-header{
		background-position: left;
		height: 60px;
	}
	
	.flex-container-header{
		justify-content: left;
	}
	
	.flex-container-header > div{
		width: 100%;
	}
	
	#texto-header{
		text-align: left;
	}
	
	#header-nav{
		background-color: #ffffff;
	}
	
	#wikilyc-banner{
		padding-top: 50px;
		height: 0px;
	}
	#wowslider-container1{
		padding-top: 50px;
		height: 0px;
	}
	
	.linea-gris{
		top: 166px;
	}
}

/*Tablet*/
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.encabezado-movil{
		display: none;
	}
	
	.encabezado-normal{
		display: block;
	}
	
	#opciones-menu-ayuda{
		width: 100%;
	}
	
	#wikilyc-banner{
		padding-top: 150px;
		height: 0px;
	}
	#wowslider-container1{
		padding-top: 150px;
		height: 0px;
	}
}

/*Desktop*/
@media only screen and (min-width: 768px) {
	.encabezado-movil{
		display: none;
	}
	
	.encabezado-normal{
		display: block;
	}
	
	#opciones-menu-ayuda{
		width: 100%;
	}
	
	#wikilyc-banner{
		padding-top: 80px;
		height: 0px;
	}
	#wowslider-container1{
		padding-top: 80px;
		height: 0px;
	}
}

/*Desktop exclusivo*/
@media only screen and (min-width: 1024px){
	#wikilyc-banner{
		padding-top: 0px;
	}
	#wowslider-container1{
		padding-top: 0px;
	}
}