html, body {
margin: 0;
padding: 0;
}
body {
height: 100%;
font-family: "Lucida Sans Unicode","Lucida Grande",Lucida,Arial,sans-serif;
font-size: 14px;
color: #999;
background-color: #999;
}
#container {
position: absolute;
top: 50%;
width: 100%;
height: 140px;
margin-top: -70px;
background-color: #fff;
text-align: right;
}
#content {
position: relative;
height: 110px;
width: 100%;
}
#logo {
float: left;
width: 515px;
height: 110px;
background: #fff url(img/header.jpg) no-repeat top left;
}
#entra {
clear: both;
height: 40px;
width: 100%;
background-color: #999;
text-align: center
}
a {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
line-height: 30px;
}
a:link, a:visited {
text-decoration: underline;
color: #fff;
}
a:hover {
text-decoration: none;
}
h1 {
margin: 0 5px 0 0;
font-size: 1.5em;
font-weight: normal;
display: inline;
}
.up {
position: absolute;
top: -6px;
right: 0;
}
.down {
position: absolute;
bottom: -4px;
right: 0;
}


