/* CSS Document */

#tabla {
background-color: #fff;
width: 90%;
height: auto;
position: absolute;
top: 20px;
left: 50%;
margin-left: -45%;
}

#titulo {
font-family: 'Arial', Lucida Sans, sans-serif;
font-size: 13px;
color: orange;
}

#txt {
font-family: 'Arial', Lucida Sans, sans-serif;
font-size: 13px;
color: #000;
text-align: justify;
}