body{
	background-color: #000066;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
footer{
	background-color: #000066;
}
.main-header {
	
	background-color: #000066;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}
.central-content{
	position: relative;
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 0px;
	background-color: white;
	height:80%;
	display: block;
}
.central-content::after {
    content: "";
    clear: both;
    display: table;
}
main{
	width: 72%;
	color:#000066;
	overflow: auto;
	position: absolute;
	bottom: 0;
	top:0;
	right: 0;
	margin-left: 18%;
	padding: 40px;
	border-right:1px solid gray;
}
main h2{
	text-align: center;
}
.aside-menu{
	overflow: auto;
	min-height: 624px;
	max-height:624px;
	float: left;
	width: 20%;
	border-right: black 1px solid;
	margin-left: 0px;
}
.aside-menu ol, .aside-menu ul{ 
	
	list-style-type: square;
	position: relative;
	padding-left: 0px;
	list-style-position: inside;
}
.aside-menu li{
	line-height: 200%;
	padding-left: 40px;
}
.aside-menu a{
	text-decoration: none;
	color: black;
}
.aside-menu h3{
	font-style: italic;

}
.main-title-line{
	height: 36px;
	
	border-bottom: solid 1px #333399;

}
.titulo{
	padding-left: 17px;
	line-height: 180%;
	display: inline;
	color: white;
	font-style: normal;
	
}
.ufv-logo{
	margin-right: 10px;
	float: right;
	}

.menu-list li {
    float: left;
    border: solid white 1px;
	width: 13%;
	background-color: #000066;
}
.menu-list li:hover{
    float: left;
    border: solid white 1px;
	width: 13%;
	background-color: white;
	
}
.menu-list li a:hover{
	color: #000066;
}
.menu-list li a{
	margin-right: 15px;
	margin-left: 15px;
	display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
ul li{
	float: left;
}
footer{
	
	background-color: #000066;
	position:relative;
	height:;
	
}
.footer-list a {

	margin-right: 15px;
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    
}
.profile-pic{
	float:left;
	padding: 20px;
}
.self-description{
	padding:20px;
	margin-right: 30px;
	margin-left: 10px;
	padding: 7px;
}
.right{
	text-align: left;
}
article {
	width: 72%;
	color:#000066;
	overflow: auto;
	position: absolute;
	bottom: 0;
	top:0;
	right: 0;
	margin-left: 18%;
	padding: 40px;
	border-right:1px solid gray;
}
form {

	width: 68%;
	color:#000066;
	overflow: auto;
	position: absolute;
	bottom: 0;
	top:0;
	right: 0;
	margin-left: 25%;
	padding: 40px;
	border-right:1px solid gray;
	padding-right: 100px;
}
input{
	width: 60%;
	float: right;
	margin-bottom: 12px;
	margin-top: 10px;

}
.main-message{
	width: 80%;
	height: 170px;
}
form p {
	text-align: right;
	float:left;
	clear:both;
	padding-left: 180px; 
}

form div{
	display: inline;
	
}
#asignaturas1{
	display: none;
	
	font-size: small;
	list-style-position: inside;
}
#asignaturas2{
	display: none;
	list-style-position: inside;
	font-size: x-small;
}
#asignaturas3{
	display: none;
	list-style-position: inside;
	font-size: x-small;
}
#asignaturas4{
	display: none;
	list-style-position: inside;
	font-size: x-small;
}
.menu-listTheme li {
    float: left;
    border: solid white 1px;
	width: 12.44%;
	background-color: #99ccff;
	border-bottom-width: 2px;
}
.menu-listTheme li:hover{
    float: left;
    border: solid white 1px;
	width: 12.44%;
	color: #99ccff;
	background-color: white;
	border-bottom-width: 2px;
}

.menu-listTheme li a:hover{
	margin-right: 15px;
	margin-left: 15px;
	display: block;
    color: #99ccff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.menu-listTheme li a{
	margin-right: 15px;
	margin-left: 15px;
	display: block;
    color: yellow;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
.menu-listTheme{
	background-color: #99ccff;
}
div.img {
	
    margin: 5px;
    margin-right: 50px;
    margin-left: 50px;
    border: 1px solid #ccc;
    float: left;
    width: 100px;
    height: 180px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 10px;
    text-align: center;
    font-size: small;
}
