/* Zaralinux - v0.3          Febero 2000 */


/* NOTA. Cuando se hace uso del estilo backgroud-color para una texto 
   o para una celda de una tabla, es necesario incluir el estilo 

    border: none; 

   si se quiere que el color de fondo afecte a toda la l&iacute;nea del texto 
   y no s&oacute;lo al texto en s&iacute;. 
*/

/* ESTILOS GENERALES PARA SU USO EN 'CURSOS' */

p.curso {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    text-align: left;
    border: none;
}
p.capitulo {
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    font-size: 16pt; 
    text-align: left;
}
p.titulo {
    font-family: "Times New Roman", Times, serif; 
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
}
p.subtitulo {
    font-family: "Times New Roman", Times, serif; 
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}
p.parrafo {
    font-family: "Times New Roman", Times, serif; 
    font-size: 12pt;
    text-align: justify;
}
p.comando {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}
p.ejemplo {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    text-align: left;
    background-color: #C0C0C0;
    border: none;
    margin-left : 30px;
    margin-right : 30px;
}
.pantalla {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    color: White;
    text-align: left;
    background-color: black;
    border: none;
    margin-left: 30px;
    margin-right: 30px;
}
span.comando {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    font-weight: bold;
}

/* ESTILOS PARA LA PAGINA PRINCIPAL */

td.colorppal,th.colorppal { 
    background-color: blue;
    color: white;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    font-size: 12pt; 
    border: none;
}
td.peque {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
td.grande {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

/* ESTILOS PARA 'docs' */

td.titulo {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
}
td.comando {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
td.desc {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    text-decoration: none;
}
ul.arial { 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}

