﻿body, html {

height: 80%;
margin: 0;
   
}
#container
{
    position: absolute;
    right: 20%;
    left: 20%;
    
}
#table
{
width: 90%;
border: 0;
    
}
#table td
{
    padding: 10px;
    font-family: 'times New Roman' , Times, serif;
    font-size: medium;
    font-style: normal;
    text-align: justify;
    table-layout: auto;
    empty-cells: show;
    height: 10%;
}

#table tr
{ 
   width: 80%;
   height: 10%;
}
 
#header
{
    background-position: center top;
    background-image: url('../Images/logo_unical.png');
    height: 130px;
    width: auto;
    background-repeat: no-repeat;
    bottom: 30px;
}
div.sect
{
    background-color: #FFFFFF;
} 
h3.handle
{
    background-color: #FFFFFF;
    padding: 2px 0px;
    cursor: pointer;
    margin: 0px;
    border-bottom: 2px solid #000000;
    font-family: 'times New Roman' , Times, serif;
    font-size: x-large;
    color: #800000;
}
	
	span.hdl
{
    cursor: pointer;
    font-size: 1.2em;
    
}