* {
	margin:0px;
	padding:0px;
}
			
li{
	float:left; 
	width:100%;
	height:41px;
	box-sizing:border-box;
}


.opcion{
	width:auto;	
	height:auto;
	background:#000000;
	padding:10px;
	color:#FFF;
	font-size:17px;

}

.opcion:hover{
	color:#000;
	cursor:pointer;	
	background: #FAC72E;
}




li_h{
	float:right;
	height:auto;
	box-sizing:border-box;
}

.opcion_h{
	width:auto;	
	height:auto;
	padding:5px 10px 5px 10px;
	color:#FFF;
	font-size:14px;
	background:#000000;
	margin-right:1px;
}

.opcion_h:hover{
	color:#F0F0F0;
	cursor:pointer;	
	background:#000;
}





			



@media only screen and (max-width:1024px){

	
}


@media only screen and (max-width:900px){

	#menu_horizontal{
		display:none !important;	
	}

	#menu_vertical{
		display:none !important;	
	}
	
}