/* 
 * Hoja de estilos para CDROM de Recursos y Herramientas de
 * Accesibilidad en la Web.
 *
 * $Id: kaw.css,v 1.3 2004/07/28 07:34:36 elena Exp $ 
 */

@import "estilos.css";

h3 {
    color: #504F7D;
    text-align: left; 
}

h4 {
    color: #504F7D;
    
}

#box    {
    clear: both;
    width: 100%;
    margin: 0em;
    padding-bottom: 2em;
    border: solid 1px #ccc;
    background: #fff;
}

.intro  {
    padding: 1em 2em;
    background-image: url(../imagenes/kaw-background.png);
    background-repeat: no-repeat; 
}

p {
    font-size: 0.9em;
    color: #333;
    line-height: 1.3em;
    text-align: justify;
    font-family: "Gill Sans", sans-serif;    
    margin-top: 1em;
}

.navtexto{
    text-align: right;
    clear: both;
    margin-bottom: 10px;
}

#navtextcont  {
    margin: 0.6em 1.5em;
}

#navtextcont ul {
    display: block; 
    list-style: disc outside; 
    margin: 0.3em; 
    padding: 0em; 
    clear: left;
    
}

#navtextcont li {
    display: block;    
    float: left; 
}


ul {
    list-style: disc;
}

/* Estilos del Buscador */

#searcher fieldset {
    border: 0px;
}

#searcher form {
    margin-right : 1.5em; 
    margin-top: 4px;
    margin-bottom : 4px;
    border:0px;
    vertical-align : middle;
    text-align : right;
}