@charset "UTF-8";

header{
	width: 100%;
	height: auto;
}

#header-nav{
	width: 100%;
	height: 80px;
	background-color: #0066CC;
}

#contenido-header-nav{
	position: relative;
	width: 80%;
	height: 80px;
	margin: 0 auto;
}

#contenido-logo{
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
}

#logo-ameli{
	width: 100%;
	height: 50px;
	position: absolute;
	background-image: url("/resources/img/imgLogin/ameli-logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: calc(50% - 25px);
}

nav{
	position: relative;
	width: 80%;
	height: 100%;
	float: left;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}

#menu{
	width: 36px;
	height: 36px;
	position: absolute;
	background-image: url("/resources/img/imgLogin/menu.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: calc(50% - 20px);
	right: 0;
	cursor: pointer;
}

#opciones{
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 100%;
}

.item-ayuda{
	margin: 0 auto;
	height: 85%;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	align-items: end;
	-webkit-align-items: flex-end;
}

.item-ayuda span{
	font-size: 0.6em;
	color: #ffffff;
}

/*Se requiere que exista para que lo considere la pagina y cambiarlo en responsive*/
#opciones-movil{
	
}

.item-ayuda-movil{
	display: none;
}

.curso{
	background-image: url("/resources/img/imgLogin/curso.png");
	background-repeat: no-repeat;
	background-position: center;
}

.video-tuto{
	background-image: url("/resources/img/imgLogin/video-tuto.png");
	background-repeat: no-repeat;
	background-position: center;
}

.blog{
	background-image: url("/resources/img/imgLogin/blog.png");
	background-repeat: no-repeat;
	background-position: center;
}

.manual{
	background-image: url("/resources/img/imgLogin/manual.png");
	background-repeat: no-repeat;
	background-position: center;
}

.preguntas{
	background-image: url("/resources/img/imgLogin/preguntas.png");
	background-repeat: no-repeat;
	background-position: center;
}

.info{
	background-image: url("/resources/img/imgLogin/info.png");
	background-repeat: no-repeat;
	background-position: center;
}

#header-greca{
	background-image: url("/resources/img/13bloque-color.png");
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center;
	height: 44px;
	min-height: 100%;
}

/**********************MEDIA QUERIES***************************/

/*Desktop HD*/
@media only screen and (min-width: 1200px) {
	#contenido-header-nav{
		max-width: 1100px;
		margin: 0 auto;
	}
	
	#menu, #opciones-movil{
		display: none;
	}
	
	#contenido-header-nav{
		max-width: 1200px;
	}
}

/*Desktop*/
@media only screen and (min-width: 769px) and (max-width: 1199px) {
	#menu, #opciones-movil{
		display: none;
	}
	
	#contenido-header-nav{
		width: 95%;
	}
}

/*Tablet*/
@media only screen and (min-width: 641px) and (max-width: 768px) {
	#menu, #opciones-movil{
		display: none;
	}
	
	#contenido-header-nav{
		width: 95%
	}
}

/*Fablet*/
@media only screen and (min-width: 481px) and (max-width: 640px) {
	#opciones{
		display: none;
	}
	
	#contenido-header-nav{
		width: 80%;
	}
	
	#logo-ameli{
		width: 100px;
	}
	
	.item-ayuda{
		position: absolute;
		z-index: 2;
	}
	
	.item-ayuda-movil{
		background-color: #0066CC;
		border-radius: 30px;
		width: 50px;
		height: 50px;
	}
	
	.item-ayuda span{
		display: none;
	}
}

/*Mobile*/
@media only screen and (max-width: 480px) {
	#opciones{
		display: none;
	}
	
	#logo-ameli{
		width: 100px;
	}
	
	.item-ayuda{
		position: absolute;
		z-index: 2;
	}
	
	.item-ayuda-movil{
		background-color: #0066CC;
		border-radius: 30px;
		width: 50px;
		height: 50px;
	}
	
	.item-ayuda span{
		display: none;
	}
}
