/*------MEDIA QUERIES-------*/



    @media screen and (max-width:900px) {
		
		#mobilemenu {
			position:fixed;
			top:0px;
		}
        #MainMobileMenu {
        	position:fixed;
			top:55px;
        }
        #dvcontainermenu {
            display:none !important;
        }
        	}

        @media screen and (min-width:901px) {

            #mobilemenu {
                display: none;
            }
            #MainMobileMenu {
            display:none !important;
            }


        }
		
		    @media screen and (max-width:1230px) {
				.ClaseOpciones {
                width:500px;
			}