*{
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: auto;
	height: auto;
	font-family: Verdana;
	background-color:blanchedalmond;
}

img {
	width: 100%;
	display: relative;
}

/** MENU **/

#vio2 {
	margin-top: 3rem;
	margin-top: 0rem;
	background-color: black;
}

nav {
	overflow: hidden;
	width: 100%;
	margin: auto;
}

nav ul li {
	float: center;
	display: inline-block;
	list-style-type: none;
}

nav ul li a {
	text-align: center;
	display: inline-block;
	color: white;
	padding: 2rem 2rem;
	text-decoration: none;
	margin: 1rem;
	border-bottom: 0.2rem solid #70519D;
}


nav ul li a:hover{
	background-color: #70519D;
}

/**Datos**/

.materias {
	padding: 1rem;
	font-family: Verdana;
	background-color: blanchedalmond;
    
}


 

.datos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
    text-align: justify;

}


/**LEGAL**/

.cont {
	background-color: #6B2E84; 
	padding: 2rem;
	color: white;
    font-family: "verdana", Times, serif;
    font-size: 0.875em; /* 14px/16=0.875em */

}




h7 {
    font-weight: bold;
    font-size: 1.2em; /*20px/10=1.875em */
    
}




