body {
    background-image: url("http://catedraocampo.com.ar/vn01/3/img/dot.jpg");
    margin: 0;
    padding: 0;
}

p, h1, h2, ul {
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
}

div {
	background-color: white;
	text-align: center;
	opacity: 0.9;
	background-color: #F8A2AC
}

.nombre {
	color: #DB618D;
	margin-bottom: 7px;
	margin-top: 10px;
	padding: 0px;
	font-size: 29px;
}

.materia {
	color: #5D8473;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

.titulo {
	color: #5D8473;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 19px;
}

.subtitulo {
	color: #DB618D;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;

}

.menu {
   list-style: none;
}

a{
    text-decoration: none;
    color: #de6f96;
}

ul li{
    padding: 1.3rem;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02rem;
}

ul.b {
    list-style-position: outside;
}

#profileImage {
	height: 100px;
	width: 100px;
}

#divTable {
	background-color: #D9EDE6;
	border-radius: 15px;
	position:relative;
    width:30%;
    height:auto;
	padding: 10px;
}

#footer {
    color: #ffffff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
}

#divNavigator {
	font-size: 15px;
	padding: 10px;
	background-color: #EDF291;
	color: #DB618D;
}