body
{
    font-family: 'Maven Pro', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    margin: 0% 5%;
    background-color: #ffffff;
    background-image: url("../files/images/back.png");
    background-repeat: repeat;
}

p
{
    font-size: 125%;
}

li
{
    font-size: 125%;
    margin: 10px 0px;
}

h1
{
    text-align: center;
    /*color: #ff8000;*/
    color: #ff0000;
    /*color: #fbec5d;*/
    font-weight: bold;
}

h2
{
    text-align: center;
    /*color: #ff8000;*/
    color: #008000;
    /*color: #fbec5d;*/
    font-weight: bold;
}

h4
{
    text-align: center;
    /*color: #ff8000;*/
    color: #008000;
    /*color: #fbec5d;*/
    font-weight: bold;
}

#content
{
    max-width: 990px;
    float: none;
    margin: auto;
}

#main_menu
{
    padding: 1% 0em;
    text-align: center;
}

#main_menu a
{
    padding: 0.5% 0.5em;
    font-stretch: ultra-condensed;
    color: #006600;
    text-decoration: none;
    font-size: 150%;
    font-weight: normal;
}

#main_menu a:hover
{
    color: #e65319;
    text-decoration: underline;
}

#main_menu_sep a
{
    padding: 0.5% 0.5em;
    font-size: 150%;
}

#main_menu_sep a:hover
{
    color: #006600;
    text-decoration: none;
}

div.top
{
    float: none;
    margin: auto;
    text-align: center;
}

div.teacher
{
    float: left;
    margin: auto;
    text-align: justify;
}

ul.list
{
    list-style: circle;
    font-size: 100%;
}

ul.list2
{
    list-style: disc;
}

ul.biglist
{
    list-style: disc;
    font-size: 125%;
    float: none;
}

h1.head
{
    text-align: center;
    color: #566381;
    font-weight: normal;
}

p.head
{
    font-size: 125%;
    text-align: center;
    color: #008000;
    font-weight: normal;
}

h2.bigtext
{
    text-align: center;
    color: #000000;
    font-weight: bold;
}

table
{
    width: 100%;
    border: 1px solid black;
    text-align: center;
}

th
{
    text-align: center;
    background: #ff8000;
    color: black;
}

img.foto
{
    margin: 0px 32px 32px 0px;
}