/* Cascading Style Sheet */

.popup{
	position: center;
}

.popup:hover{
	background-color: transparent;
	z-index: 80;
}

.popup span{
	position: absolute;
	background-color: gray;
	padding: 5px;
	left: -1000px;
	border: 1px dotted;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.popup span img{
	border-width: 0;
	padding: 5px;
}

.popup:hover span{
	visibility: visible;
	top: 0;
	left: 80px;
}





.pagina
{
        
    width: 800px;
    margin: 0px auto;
    text-align: center;
}

h3
{
    font-family: Tahoma, Verdana, Syntax, sans-serif;
    color: #8B0000;  
    font-weight: bold;
}

h1
{
    font-family: verdana, arial, 'sans serif';
    color: gray;
    text-align: center;
}

h5, h4
{
    font-family: Tahoma, Verdana, Syntax, sans-serif;
    font-weight: bold;
    color: gray;
    text-align: left;
}


h2
{
    font-family: Tahoma, Verdana, Syntax, sans-serif;
    color: gray;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
   

li
{
    font-family: verdana, arial, 'sans serif';
    margin-left: 10pt;
}

ul
{
    list-style: disc;
}

ol
{
    list-style: decimal;
}

p,li,th,td
{
    font-size: 80%;
    text-align: left;
    color: gray;
}

body
{   


	scrollbar-face-color: #666666; scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #gray;
	scrollbar-track-color: #666666; scrollbar-arrow-color: #cccccc;


    background-color: black;
    background-image: url('00.jpg');
    background-repeat: repeat;
    background-position: center;
    font-size: medium;
}
hr
{
    color:darkred;
}



a:link    {color:#000000;}
a:hover   {color:#000000;}
a:visited {color:#000000;}
a:active  {color:#000000;}

table.table{
	
	display:table;
        padding: 0px 0px 0px 0px;
}
tr.row
{      
	display:table-row;
        padding: 0px 0px 0px 0px;
}
td.cell
{
	border-width: 10px;
	border-color: gray;
	background-color: gray;
	display:table-cell;
        padding: 0px 0px 0px 0px;
}

div.c2
{
	padding: 1px 5px 1px 5px;
	text-align: justify; 
	background-color: transparent;
	
}

div.c4
{
	padding: 10px 20px 10px 20px;
	text-align: justify; 
	background-color: #000000;	
}

div.c3
{
	padding: 5px 10px 5px 10px;
	text-align: justify; 
	background-color: #000000;
	
}

div.img
{
  margin: 3px;
  height: auto;
  width: auto;
  text-align: center;
}	

div.desc
{
  color:#8B0000;
  text-align: center;
  width: 120px;
  margin: 2px;
}



