<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* INICIACIÓN A INTERNET
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo para el curso Instalación de programas

   26 de mayo de 2006
*/

body {font-family: sans-serif; background-color:#FFFFEF; 
text-align:justify; margin: 5px 15px;}
p { margin-bottom: 10px; }

h1 { font-size: 200%; text-align: center; margin-left:40px; }
h2 { font-size: 140%; }

address { border-top: 1px dashed black; clear: both; }
.incompleto { color: red; border: red 1px solid; }
.centrado { text-align: center; }

span.cadena { background-color: white; color: #990033; }
span.opinion { color: red; background-color: #FFE4E8; }

img.i { float: left; margin-right: 5px; }
img.d { float: right; margin-left: 5px; }
img#vpp { position: absolute; top: 20px; left: 5px; border:none;}
p.centrado img { border: 2px dashed #D8D8A8; padding: 3px; }

hr.corta { width: 50%; text-align: center; clear: both; }

table.centrado { margin-left:auto; margin-right:auto; text-align: center; }

ul.indice { list-style-type: none; padding-left: 0px; }
ul.indice ul { list-style-type: disc; }

div.correo { margin: 0px 100px; padding: 5px 15px; border: dashed 2px blue; 
  font-family: monospace; font-size: 90%; }
div.correo-encabezado { background-color: #98C0E0; color: black; 
  margin-bottom: 0px; margin-top: 10px;}
div.correo-cuerpo { background-color: white; color: black; 
  margin: 0px; padding: 0px 5px;}
td.correo-tabla1 { font-weight: bolder; color: #104C78; }
td.correo-tabla2 { text-decoration: underline; }
</pre></body></html>