/* 
 * Hoja de estilos para CDROM de Recursos y Herramientas de
 * Accesibilidad en la Web.
 *
 * $Id: creditos.css,v 1.2 2004/03/03 20:21:36 elena Exp $ 
 */

@import "estilos.css";

h2, h3 {
    margin: 1.5em;
}

h3 {
    color: #504f7d;
}

#box {
    clear: both;
    width: 100%;
    margin: 0em;
    padding-bottom: 2em;
    border: solid 1px #ccc;
    background: #fff;
}

.intro {
    padding: 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; 
}


.company {
    margin: 2em 0em;
}

.datos {
    width: 80%;
    font-size: 0.8em;
    background: #eee;
    border: 1px dashed #666;
    border-left: 8px solid #666;
    padding: 0.4em;
    margin-left: 4em;
}

.logo {
    float: left;
    margin: 0em 3em;
}

/* 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;
}