/*
dile.css
creator: M.T. Carrasco Benitez
rights : Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
*/

body {
 margin                  : 4%                 ;
 margin-top              : 0.2em              ;
 padding-bottom          : 0.1em              ;
 background-color        : #fffffe            ;
 background-image        : none               ;
 color                   : black              ;
 font-family             : monospace          ;
 font-size               : 1.5em              ;
}
h1 {
 margin-top              : 0.6em              ;
 margin-bottom           : 0.1em              ;
 text-align              : center             ;
 font-size               : 1.4em              ;
}
h2 {
 margin-bottom           : 0.1em              ;
 font-size               : 1.2em              ;
}
section {
 margin-top              : 0.8em              ;
 margin-bottom           : 0.1em              ;
}
p {
 margin-top              : 0.1em              ;
 font-size               : 1em                ;
}
a:link {
 text-decoration         : none               ;
 color                   : #0000CC            ;
}
a:visited {
 text-decoration         : none               ;
 color                   : #0000CC            ;
}
a:hover {
 text-decoration         : none               ;
 border-bottom           : 2px solid #660000  ;
}
code {
 font-size               : 1.2em              ;
 color                   : #006600            ;
}
table {
 margin                  : 1%                 ;
 padding                 : 0.8%               ;
 border-collapse         : collapse           ;
}
th {
 border                  : 1px solid #888888  ;
 padding                 : 0.2em              ;
 text-align              : center             ;
 font-size               : 1em                ;
}
td {
 border                  : 1px solid #888888  ;
 padding                 : 0.2em              ;
 text-align              : center             ;
 font-size               : 1em                ;
}
li {
 margin-top              : 0.6%               ;
}
#tmenu {
 margin-left             : 10%                ;
}
#bar {
 margin-bottom           : 0.5em              ;
 border-bottom           : 2px solid #660000  ;
 padding-bottom          : 0.2em              ;
 text-indent             : 1%                 ;
 text-align              : center             ;
 font-family             : monospace          ;
 font-weight             : bold               ;
 font-size               : 1.4em              ;
}
#sbar {
 display                 : block              ;
 margin-top              : 0.2em              ;
 color                   : black              ;
 font-family             : cursive            ;
 font-size               : 1.4em              ;
 font-weight             : bold               ;
 text-align              : center             ;
}
#inbar {
 margin-top              : 0.2em              ;
 position                : absolute           ;
 left                    : 4%                 ;
 font-weight             : normal             ;
 font-size               : 0.6em              ;
}
span.comment {
 font-weight             : lighter            ;
 font-size               : 0.8em              ;
 color                   : gray               ;
}
.w {
 font-weight             : lighter            ;
 font-size               : 0.6em              ;
 color                   : gray               ;
}
