
body{
  background-color: #ECCF4F;
  background-image: url(../img/fondo-amarillo-2.png);
}

table thead tr th{
  background:#000000;
}
/* Footer Styles */
.row.full-width {
  max-width: 100%; }

footer.row.full-width {
  padding-top: 6px;
  border-top: solid 10px #dddddd;
  font-size: 14px;
	}

#copyright {
	color: #FFFFFF;
	padding: 11px 0;
	margin-top: 30px;
	font-size: 0.8em;
	background-color: #000000;
}
  #copyright a {
	color: #F0E688;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
				}
  #copyright p,
  #copyright ul {
    margin-bottom: 0; }
