body {
    background-color: white;
    background-image: url('../img/back.png');
}

#header {
    background-color: none;
    height: 133px;
    width: 1024px;
}

#logo {
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    height: 133px;
    width: 150px;
    float: right;
}

#navigation {
    background-color: black;
    font-family: monospace;
    font-size: large;
    color: white;
}

#navigation a:visited, a:active, a:link {
    color: orange;
    text-decoration: none;
}

#navigation :hover {
    color: orange;
    text-decoration: blink;
}

#content {
    position: relative;
    width: 874px;
    margin-top: -54px;
    background-color: red;
    text-align: center;
}

#proyecto {
    float: left;
    width: 250px;
    height: 300px;
    margin: 10px;
    padding: 5px;
    overflow: auto;
    background-color: black;
    text-align: center;
    font-family: monospace;
    color: white;
}

#img {
    padding-top: 5px;
}

#nombre {
    letter-spacing: 6px;
    padding-top: 17px;
    padding-right: 6px;
    text-align: right;
    color: #FF0000;
    font-size: large;
}

#url {
    padding-top: 10px;
    text-align: left;
}

#url a:visited, a:link, a:active {
    color: orange;
    text-decoration: none;
}

#url a:hover {
    text-decoration: blink;
}

#info {
    padding-top: 15px;
    padding-right: 10px;
    text-align: right;
}

#mail {
    padding-top: 15px;
    padding-left: 10px;
    color: #FF9933;
    text-align: left;
}

#flatpage {
    float: right;
    width: 250px;
    min-height: 300px;
    margin: 10px;
    padding: 5px;
    overflow: auto;
    background-color: black;
    text-align: right;
    font-family: monospace;
    color: white;
}


#flatpage a:visited, a:link, a:active {
    color: orange;
    text-decoration: none;
}

#flatpage a:hover {
    text-decoration: blink;
}


#footer {
    clear: both;
    posotion: relative;
    margin-top: 10px;
    width: 1024px;
    background-color: black;
    text-align: center;
    font-family: monospace;
    color: grey;
}