<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Navegacion e imagen con logo*/

#logo-tĂ­tulo { padding-left: 5px;
               padding-top: 5px;}

#logo-tĂ­tulo .titulo {
                     position: absolute;
                     left: 100px;
					 font-family: arial;
					 font-size: 2.5em;
					 text-align: left;
					 line-height: 1em;
                     }
#logo-tĂ­tulo  a {display: block;}
#logo-tĂ­tulo .titulo .subtitulo {
                               font-size: .4em;
							   line-height: .8em;
                               }
#logo-tĂ­tulo a {text-decoration: none; color: #666666;}
#logo-tĂ­tulo a:hover {text-decoration: none;}

.navegador {
             background-color: #999999;
	         font-family: arial;
	         font-size: .8em;
			 padding-left: 10px;
       margin-bottom: 20px;
            }

.navegador li{display: inline;
            list-style: none;
	        padding-right: 10px;
			}

.navegador a   { text-decoration:none;
             color:#ffffff;
			 font-weight:bold;
               }

.navegador a:hover {color:#666666;
         }



.footer {font-size: .7em; width: 60%; margin: 0 auto; text-align: center; line-height: 2em; margin-top: 20px;}

.footer a {color: #666666; text-decoration: none; padding: 10px;}
.footer a:hover {text-decoration: underline;}
</pre></body></html>