.menu {
	background-color: #ffffff;
    color: #210060;
    width: 100%;
    position: fixed;
    margin-top: 32px;
    z-index: 998;
}
   
.menu .element {
	padding: 14px;
    text-align: center;
    color: #210060;
    font-weight: bold;
    text-decoration: none;
}

.acceso {
	background-color: #210060;
    color: white;
    font-weight: bold;
    padding: 1em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}

#logo{
	margin-right: 6em;
}

#logo img{
	margin-right: 0.5em;
}

.menu .element:hover {
	background-color: #c4c4c4;
    text-decoration: none;
}

.menu .element img {
    width: 16px;
    height : 16px;
    margin-right: 5px;
    margin-top: -3px;
}

.topnav {
	background-color: #ffffff;
  	z-index: 998;
  	overflow: hidden;
}

.topnav .icon {
  	display: none;
}

@media screen and (max-width: 1200px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    	float: right;
    	display: block;
  }
}

@media screen and (max-width: 1200px) {
	.menu {position: absolute;}
    .header {position: absolute;}
  	.topnav.responsive {position: relative;}
  	.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}