body {
  margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;	
  margin-right: 0;
	background-color: #F7EFD6;
}	

.tituloCabecera {
  position: relative;
  top: 2;
	left: 0;
	width: 670;
  height: 30;
  text-align: center;
  font-family: Verdana, Arial; 
  font-size: 16pt; 
  border: 2 solid darkgreen;
	background-color: green;
}

.info {
  position: relative;
  width: 100%;
  text-align: center;
}

a:active, a:link, a:visited {
  text-decoration: none;
  color : white;
} 
a:hover {
  color : lightgreen;
}


