@charset "utf-8";
/* Este es el CSS */

h1 {color: #F5A9F2; font-size:17px; font-family: Arial; text-align:center}
h2 {color: #81BEF7; font-size:17px; font-family: Times; text-align:right}
h3 {color: #D7DF01; font-size:17px; text-align:left}

table {padding: 0px; margin: 0px; border-spacing: 0px; background: #9FF781; border-top-width:1px; border-top-style:solid; border-top-color:#0B6121;
border-right-width:1px; border-right-style:solid; border-right-color:#0B6121;}
th {padding: 0.5em; background: #40FF00; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#0B6121; 
border-left-width:1px; border-left-style:solid; border-left-color:#0B6121;}
td {border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#0B6121;
border-left-width:1px; border-left-style:solid; border-left-color:#0B6121;}
a:hover{background-color: #FE2E64; color:#31B404;}