/* CSS Document */

h1 {
color: #72AF19;
border-bottom: 3px dotted #dee7ec;
font-size: 18px;
text-align: center
}
table {
 width: 90%;
 
text-align: justify;
 /*font-size: 14px;*/
color: #000000;

font: 13px arial, verdana;
border: 1;
}


table#tabla1 {
 
 color: #000000;
 font-size: 14px;
background: #FF9933;
border: 1;
text-align: left;
font: 11px arial, verdana;
}
h2 {
font-size: 16px;
color: #72AF19;
}

h3 {
font-size: 18px;
color: #FC7518;
}

h4 {
font-size: 16px;
color: #000000;
}
a {
color: #000000;
text-decoration: none;
}

a:hover {
color: #72AF19;
text-decoration: none;
font: bold;
} 
