body {
  background: #A8A8AF; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #A8A8AF, #e6e6ec);
  background: -moz-linear-gradient(right, #A8A8AF, #e6e6ec);
  background: -o-linear-gradient(right, #A8A8AF, #e6e6ec);
  background: linear-gradient(to left, #A8A8AF, #e6e6ec);
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}
/*
td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
*/
.up { /* Usada */
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: auto;
  margin: 0 auto 15px;
  padding: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.up table {
  width: 100%;
}
.up td{
  text-align: center;
  color: #333333;
  font-size: 120%;
}


/* Aqui aniria el menu */

.estat
{
  position: relative;
  padding: 5px;
}
.estat table {
  width: 100%;
}
.estat td{
  text-align: center;
  text-align: left;
  font-size: 12px;
}

.titol
{
  position: relative;
  padding: 5px;
  text-align: left;
  font-size: 30px;
  font-weight:bold;
  color: #ff0078;
}

.titol hr
{
  border-top: 2px solid #ff0078;
}

.contingut
{
  position: relative;
  padding-top: 00px;
  text-align:left;
  font-size:11px;
}
.footer {
  position: fixed;
  background: #ffffff;
  margin: 0 auto 15px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  bottom: 10px;
  width: 97%;
  color: #333333; 
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
