body{
  /*background-image: url("../img/degradado_fondo.jpg");*/
  /*background-repeat: repeat-x;*/
  /*font-size: 12px;*/
  margin: 0 auto;
  padding: 0;  
  font-family: Tahoma,Helvetica, sans-serif;
}

h1{
  color: black;
  font-size: x-large;
  font-weight: bolder;
  text-transform: capitalize;
  width: 720px;
}

h2{
  color: black;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
  width: 720px;
}

h3{
  color: black;
  font-size: large;
  font-weight: lighter;
  text-transform: capitalize;
  width: 720px;
}

.tit{
    text-decoration:underline;
}
div.bgcondiciones {
    background-color: white;
    color: #595959;
    height: 720px;
    margin: 0 auto;
    width: 780px;
}
	
div.contenido {
    background-color: white;
    color: #595959;
    height: 720px;
    margin: 0 auto;
    width: 780px;
}