/* CSS Document */
p {
color: black;
font-size: x-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: justify;
}

.fundado {
color: red;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: left;
}

.contador {
color: black;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: center;
}

.contador {
color: white;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: center;
}

H1 {
color: red;
font-size: small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: left;
}

H2 {
color: red;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: center;
}

H3 {
color: red;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: center;
line-height: small;
}

A:link {
color: red;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

A:visited {
color: #990000;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

A:active {
color: white;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

A:hover {
color: #ff6600;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.por {
color: #ffcc00;
font-size: xx-small;
font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: right;
}

BODY {
background-color: #ffffff;
scrollbar-arrow-color: #ff0000;
scrollbar-darkshadow-color: #ff6600;
scrollbar-shadow-color: #ff6600;
scrollbar-face-color: #ffcc00;
scrollbar-3dlight-color: #ff6600;
scrollbar-track-color: #ffcc00;
scrollbar-highlight-color: #ff6600;
}

<!--El orden de los comandos de scrollbar va de mas oscuro a mayor claridad--!>
<!--arrow:flecha//darkshadow:lo mas oscuro//shadow:>
