/* CONTENIDO*/

#cuerpo {
    background: url('../images/show.jpg');
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: top center;
	height:1200px;
}
table {
	margin-left:5% ;
	margin-top:1%;
	width:90%;
}

th {
    border-bottom: solid;
  	border-width: 1px;
  	border-color: #424242;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-weight: normal;
    padding:1%;
}
a {
    color: #DC9E23;
    text-decoration: underline;
}