html, body{height:100%;}
body {
margin: 0px;
background-color: #eeeeee;
background-image: url(../img/fondo.jpg);
background-repeat: repeat-x;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: normal;
font-weight: normal;
font-style: normal;
color: #000000;
}

#centrado {
position: absolute;
left:0;
top: 50%;
margin-top: -163px;
height:326px;
width:700px;
border: solid 1px #005000;
}

#center {
height:100%;
width:702px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#fl {
margin:0px;
padding:0px;
border: 0px none;
height:300px;
width:700px;
clear:left;
}

#lnk {
margin:0px;
padding:0px;
border: 0px none;
height:26px;
width:700px;
background-color: #005000;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 26px;
font-weight: normal;
color: #fff;
font-style: normal;
clear:left;
}

#lnk a, #lnk a:link, #lnk a:visited {
font-weight: bold;
color: #fff;
text-decoration: none;
}

#lnk a:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}