/* CSS Document */
body {
  text-align: center;
 }
.style1 {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #000066;
}
#div1 {
	z-index:3;
	position:absolute;
	margin:0 0 0 0;
	width: 0;
	visibility: visible;
  
  }
  #div2 {
	z-index:1;
	margin: 0 0 0 0;
	width:780px;
	position:relative;
	top:40;
  }
 #nada
 {
 font-style:italic;
 }
 a:hover {
	color: #0099ff;
	}
a:visited {
color: #000066;

}
p:first-letter { margin-left:35px}
.letras_scott {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #000066;
}

.letras_scott_chica {
	font-size: 10px;
   font-family: "Trebuchet MS"
   }
.text3 {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: normal;
	color: 005E90;
}
   
