/* El primer CSS que hago, jo joooo */

.fondo {
    background-image: url('../images/BASEdownload.jpg');
    width: 801px;
    height: 381px;
}

.fondo_under_construction {
    background-image: url('../images/under_construction.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
    width: 801px;
    height: 381px;
}

.littletitle {
    font-size: x-large;
    color: green;
}

.commontext {
    font-size: medium;
    font-style: normal;
    /*font-family: serif;*/
    color: black;
}

.icons {
    width: 30px;
    height: 30px;
}

BODY {
    background-image: url('../images/theruler.gif');
    background-position: top center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-color: #e5efe5; /* e1fae1 */
}

A:LINK {
    color: gray;
    text-decoration: none;
}
A:VISITED {
    color: gray;
    text-decoration: none;
}
A:ACTIVE {
    text-decoration: none;
}A:HOVER {
    color: green;
    text-decoration: none;
}

