/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #66FFFF;
  color:  #9933FF;
  font-family: Verdana, geneva, w3-pink;
  margin: 20px;
  
}
h1{
  color: #9933FF;
  font-family: w3-pink;
  border-left: 5px dotted #9933FF;
  border-bottom: 5px dotted #9933FF;
  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#9933FF solid;
   border-collapse: collapse}
   td,th {
   border: 2px#9933FF solid;
   padding: 10px}
   th {
    background-color: #CCFF66}
    .dcha{
    text-align: right}
    .sin {
    list-style-type: none}  
    
    
    
    
    
    