/* franciscoescobedo.css */


body
{
    background:        white;
    color:             black;
    font-family:       monospace;
}



a, a:link, a:active, a:visited, a:hover
{
    color:             black;
    text-decoration:   underline;
}



#contenido
{

    margin:            auto;
    display:           block;
    width:             80ex;
}



#enlaces
{
    line-height:       3ex;
}



#enlaces ul
{
    list-style:        none;
    padding:           0;
    margin:            0;
}



#enlaces li
{
    float:             left;
    margin-left:       15ex;
}



/* página de error */

#error404
{
    position:          absolute;
    z-index:           1;

    font-size:         10mm;
    font-weight:       bold;
    line-height:       normal;
}



#explicacion404 a, #explicacion404 a:link, #explicacion404 a:active, #explicacion404 a:visited, #explicacion404 a:hover
{
    text-decoration:   underline;
}



#explicacion404
{
    position:          fixed;
    z-index:           2;
    left:              50%;
    top:               50%;
    margin:            -20mm 0 0 -25mm;

    width:             45mm;
    padding:           10mm;
    background:        gray;

    font-size:         10mm;
    font-weight:       bold;
    line-height:       20mm;
}
