<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    background: rgba(255, 0, 0, 0.54); 
    color: aliceblue;
}

header {
  
    background: url(../images/images.jpg) no-repeat center;
    background-color: white;
    padding-top: 50px;
    border-radius: 15px;
    color:white;
    text-align: center;
    height: 9em;
    bottom: 0px; 
    left: 0px;
   opacity: 0.9;
    
}

h1 {
    font-variant: small-caps;
    font-family: cursive;
    }

#etsiit {
    border: 1px solid white;
    border-radius: 20px;
    margin: 0 auto; 
    display: block;
}

#contenido {
    margin: 40px 50px;
    padding-bottom: 1em;
}

#contenido h2 {
    color: white;
    text-transform: uppercase;
    font-family: cursive;
    
    
}

#contenido a {
     -webkit-text-fill-color: white;
  -webkit-text-stroke-color: red;
  -webkit-text-stroke-width: 0.75px;
        border-bottom: 1px dotted black;
    
}

#contenido ol {
    list-style-type: upper-roman;
    margin-top: 10px;
    font-family: cursive;
    
}

#contenido ol li {
    margin-bottom: 10px;
    
}

#contenido table {
   
    
    width: 100%;
    border: 1px solid silver;
    border-radius: 15px;
    text-align: center;

    
}

#contenido th {
    background-color: white;
    color: white;
     font-size:20px;
    font-family: cursive;
  
  -webkit-text-fill-color: white;
  -webkit-text-stroke-color: red;
  -webkit-text-stroke-width: 0.75px;
    padding: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    
    
}

#contenido td {
    border: 1px solid silver;
    padding: 5px 15px;
    
}

footer {
    background: url(../images/a.jpg) repeat center;
    position: fixed;
    bottom: 0px; 
    left: 0px;
    width: 100%;
}

p {
    background-color: white;
    text-align: center;
    font-family: cursive;
    opacity: 0.6;
    font-size: 100%;
    color: black; 
}

h1 {
    background-color: white;
    text-align: center;
    font-family: cursive;
    padding: 10px;
    font-size: 200%;
    color: black; 
}

th {
    background: url(../images/Walt.png) repeat center;
   opacity: 0.9;
    
}





p1 {
     font-family: cursive;
}









img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



legend {
     color: white;
    text-transform: uppercase;
    font-family: cursive;
}



p7 {


  
    margin-top: 75px;
     margin-left: 75px;
         
}

p5 {
    
}
</pre></body></html>