body{
  font: 12px Arial, verdana;
  background-image: url("logo_usach.png");
  background-repeat: no-repeat;
  background-color: white;
  background-position: 100% 0%;
}
h1{
  font: 23px Arial, Verdana;
  /*font-weight:bold;*/
  color: grey;
  text-align:center;
}
.tabla{  
  width: 1150px;
  border-collapse: collapse;
  margin: 0 auto;  
}
.tabla thead td{
  background: #F18B29;
  font: 12px Arial;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border: 2px solid white;
}
.tabla tbody td{
  background: lightgrey;
  font: 11px Arial;
  color: #424242;
  padding: 2px 5px;
  border: 2px solid white;
  width: 115px;
  height: 55px;
  text-align: center;
}
.tabla .limpio{
  background: none;
  border: none;
}
.tabla .espacio{
  background: none;
  border: none;
  height:10px;
  padding:0px;
  font-size:1px;
}
a{
  text-decoration: none;
  color: #424242;
}
a:hover{
  text-decoration: underline;
}
.titulo{
  font: 15px Arial, verdana;
  font-weight: #ffffff;            
}
.info{
  font: 12px Arial, verdana;
}
p{
  font-size: 14px;
  color: #424242;
}