table {
  width: 300px; 
  padding-left:  50px; 
  padding-right: 50px; 
  margin-left:   30px; 
  margin-right:  30px; 
  border: 5px solid black;
  border-collapse:collapse; 
  
}
th,td {
	border: 1px solid black;
}
map {
	margin-right: 0%; 
	
}
html {
	background-image: url("images/fondo3.jpg");
	background-repeat:repeat ;
}
#imagen1 { 
  position:absolute; 
  bottom: 0px; 
  right: 650px; 
  background:black; 
  width: 0px; 
  height:30px; 
  padding:2px; 
  border: 1px solid black;
  
} 
#imagen2 { 
 position:absolute; 
  bottom:0px; 
  left: 50px; 
  background:black; 
  width: 10px; 
  height:10px; 
  padding:2px; 
  border: 1px solid black; 
 
} 
.seudo2:hover {
	color: white; 
    font-style: italic; 
    letter-spacing: 15px; 
    text-transform: uppercase; 
	
}
dd:active {
		background-color: #FFFF00;
}
.seudo:hover {
	color: red; 
    font-style: italic; 
    letter-spacing: 20px; 
    text-transform: none; 
}
.negrita {
	 font-weight: bold; 
	 font-family: arial, verdana, sans-serif;
}

.texto {
	font-family: "Gill Sans Extrabold", Helvetica, sans-serif;
}
#parrafo {
	font-size: 20px;
	font-family:fantasy;
	font-weight: bold;
	font-style: oblique;

}
	