#supermenu {
		
		clear:both;
		height: 500px;
		
		padding: 10px;
		overflow: hidden;
		display: none;
	background-color: #004a99;
	background-image: url(http://www.ugm.cl/imagenes/supermenu-bg.jpg);
}

	#supermenu #supercerrar {
	
	
		text-align: right;
		cursor: hand;
		cursor: pointer;
	
	}
	
	#supermenu .superfacultad {
	
		float:left;
		width: 230px;
		margin: 17px;
		height: 100px;
}

#supermenu .superfacultad-derecho {
	
		float:left;
		width: 230px;
		margin: 17px;
		height: 40px;
	background-color: #940f92;
}

	#supermenu h1 a, #supermenu h1 {
		color:#eee;
		text-transform: uppercase;
		height: 17px;
		font-size: 11px;
	font-weight: bold;
}

	#supermenu a {

		font-weight: normal;
		color:#eee;	
	}

	#supermenu ul {
	
		padding-left: 10px;
		padding-top: 10px;
	
	
	}
	
	
	#supermenu ul li {
	
		color: #FFF;
		list-style:square;
	
	}
	
	#supertitulo {
		
		clear: both;
		float: left;
		width: 700px;
		height: 20px;
	}


	.carrerasMenu {
	
		cursor: hand;
		cursor: pointer;
	
	}

#small {
	width: 230px;
	height: auto;
	float: left;
	background-color: #1f4e92;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

