@charset "UTF-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
 }
 
 
 body {
 font-family:verdana;
  font-size: 10px;
  color: #333;
  background-image: ; 
  background-repeat: repeat;
  background-attachment:fixed;
  background-color: #FFFFFF;
 }
 
.fotos{ background-color: #FFFFFF; border: none; height: 475px; overflow: auto; width: 100%; }

.style2 {
	color: #333333;
	font-size: 10px;
	font-family: verdana;
	}

 .main {
	background-color:#FFFFFF;
	padding-left: 25px;
	padding-top: 25px;
	width: auto;
	height: 500px;
 }

 
 
 .links {
 padding-top: 25px;
 width: 470px;
 height: 125px;
 margin-left: 250px;
 }
 
 
 .menu a {
 color: #333;
 font-size: 10px; 
 }
 
 
 .menu a:hover {
 text-decoration: none;
 background-color: #EEEEEE;
 color: #222222;
 }
 
 
h1 {
font-family: verdana;
  font-size: 10px;
  color: #cce7e7;
  border-top: #333333 1px solid;
 }

 
 
a {
  text-decoration:none;
 }
 
 
a:hover {
  text-decoration: none;
   background-color: #EEEEEE;
 color: #222222; 
}
  
