﻿body {
	font-family:Calibri, "Bookman Old Style" ,arial, helvetica, serif;
	font-size: 12pt;
	background-color:black;
	color:#FFFFCC;}
A:link       {color:yellow;text-decoration: none;font-weight: bold; }
A:active   {color:red;  text-decoration: none;font-weight: bold; }
A:visited    {color:yellow;text-decoration: none; font-weight: bold; }
A:hover {color:red; text-decoration: none;font-weight: bold;}
.center {
	text-align: center ;}
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style:none;
	line-height: 1;
	font-size:1.0em;
}

#nav a {
	display: block;
	width: 15em;
	color:silver;
	font-size:1em;
	text-decoration: none;

}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	
	position: absolute;
	background: black;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-size: 12pt;
}
#nav li a:hover {
		color:red;
}

#content {
	clear: left;
	
}

#fotos {
	
	margin-left:100px;
	margin-right:100px;
	margin-top:100px;
}
h1 {
	
	text-align: center;
}
h2 {
	
	text-align: center;
}
img{
  padding: 15px;
  border:0px;}
.img_left {
	
	border-width: 0;
	float: left;
}
form {
	text-align: center ;
}
table {
	
	margin-left:auto ;
	margin-right: auto ;
}
