body{ 
   /*
   background-image: url("Caravana.jpeg");
   background-position: center;
   background-repeat: no-repeat;
   */
   background-color: #c4e8f8;
}

div.principal{ 
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #ffffff;
  /*             
  background-image: url("Caravana.jpeg");
  background-repeat: no-repeat;
  background-attachment:fixed
  */
} 
.menu{
  background-color: #313031;
  padding: 5px 0px 5px 0px
}
.tcontacto{
  text-align: center;
  font-style: italic;
}
.tinst{
  font-size: 14pt;
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  text-align: center;
}

h1{  
    color: #a3b73c;
}
.t1{ 
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 30pt;
}

h2{  
  color: #b73c8c;
}
.t2{ 
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 20pt;
}

tr.dato{ 
  font-size: 14pt;
  font-weight: bold;
  color: #e1ff15;
  background-color: #00a3ce;
}

.ejemplo{ 
  font-size: 10pt;
  color: #b73c8c;
  background-color: #d5f9f9;
}

a.boton {
  font-size: 10pt;
  background-color: #123123;
  color: #ffffff;
  //border: solid green 3px;
  font-weight: bold;
  text-decoration: none;  
}
.boton:hover{
  background-color: #ffffff;
  color: #123123;
  border: solid blue;
}