/* Cascading Style Sheet */

.popup{
	position: relative;
}

.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: 700px;
    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';
}

h5, h4
{
    font-family: Tahoma, Verdana, Syntax, sans-serif;
    font-weight: bold;
    color: gray;
}


h2
{
    font-family: Tahoma, Verdana, Syntax, sans-serif;
    color: gray;
    font-weight: normal;
    font-style: italic;
}
   

li
{
    font-family: verdana, arial, 'sans serif';
    margin-left: 10pt;
}

ul
{
    list-style: disc;
}

ol
{
    list-style: decimal;
}

p,li,th,td
{
    font-size: 75%;
}

body
{   
    background-color: black;
    background-image: url('macbest1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font-size: medium;
}
h1,hr
{
    color:red;
}



a:link    {color:#000000;}
a:hover   {color:#000000;}
a:visited {color:#000000;}
a:active  {color:#000000;}

table.table{
	display:table;
}
tr.row
{
	display:table-row;
}
td.cell
{
	display:table-cell;
}

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;
}


