body,input,textarea {		/* background fondo verde-azul degradado */
background: url("../images/comentarios.jpg") no-repeat center fixed;
}

h1 {
  margin: 0;
  font-size: 70px;
  text-align: center;
  color:#000000;
}

p {
  font-size: 16px;
  color:#000000;
  text-align: center;
}

hr {
   position: relative;
   top: 10px;
   border: none;
   height: 2px;
   color:#333;background-color:#333;
   margin-bottom: 10px;
}
	
.clear {clear: both}	/* Raya encima de los derechos reservados */