
@media (min-width: 1200px) {
	#menu {
		width: 1170px;
		height: 262px;
		background-image: url('menu_1170.png');
		margin: auto;
		position: relative;
		padding: 0px;
		margin-bottom: 40px;
	}
	
	#buttonInicio {
		position: absolute;
		left: 532px;
		top: 102px;
		width: 112px;
		height: 105px;
	}
	
	#buttonRegistro {
		position: absolute;
		left: 90px;
		top: 131px;
		width: 174px;
		height: 54px;
	}
	
	#buttonRegistro:hover {
		background: url('/static/menu_hover_1170.png') 0 0;
	}
	
	#buttonDescarga {
		position: absolute;
		left: 264px;
		top: 131px;
		width: 239px;
		height: 54px;
	}
	
	#buttonDescarga:hover {
		background: url('/static/menu_hover_1170.png') -174px 0;
	}
	
	#buttonForos {
		position: absolute;
		left: 664px;
		top: 131px;
		width: 198px;
		height: 54px;
	}
	
	#buttonForos:hover {
		background: url('/static/menu_hover_1170.png') -573px 0
	}
	
	#buttonCreditos {
		position: absolute;
		left: 863px;
		top: 131px;
		width: 201px;
		height: 54px;
	}
	
	#buttonCreditos:hover {
		background: url('/static/menu_hover_1170.png') -771px 0;
	}
	
	#menuAlt {
		display: none;
	}
}
@media (max-width: 1200px) {
	#menu {
		display: none;
	}
	
	#menuAlt {
		margin-bottom: 20px;
	}
}
