body {
  background-color: #99FF00;
   color: #CC6600;
    font-family: Verdana, Geneva, w3-sans-serif;
margin: 20px
}
h1 {
color: #CC6600;
font-family: w3-serif;
border-left: 5px dotted #CC6600;
border-bottom: 5px dotted #CC6600;
padding: 20px;
}
  .letras_minus {
  list-style-type: lower-alpha}
  .cuadrado {
  list-style-type: square}
  .registrado {
  list-style-type: #174}
  table{
    margin-left: 30%;
    width: 70%;
  border: 2px #cc0000 dotted; 
  
  border-collapse: collapse }
td , th {
  border: 2px #cc0000 dotted;
  padding : 10px} 
  th {
    background-color:#66CC33}
.dcha{
  text-align: right }

.sin {
  list-style-type: none;
}


