@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;

	
}

.RSS-Responsive {
	display: none;
}

.imgMenuResponsive {
	  
display: none;
	
}



.Menu {
    
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    position: fixed;
    z-index: 125414;
    width: 100%;
	background-color: rgba(255,255,255,0.7);


}




