html {
height:100%;
}

body {
height:100%;
margin:0;
background-color:#0d161e;
color:#FFF;
background-image:url(../images/bg.gif);
}

img {
border:none;
}

a {
outline:none;
}

#contenedor {
width:906px;
height:615px;
margin:auto;
}

#header {
margin:0;
padding:0;
width:906px;
height:56px;
background-image:url(../images/estructura/top.png);
background-repeat:no-repeat;
}

#contenido {
margin:0;
padding:0;
width:906px;
height:559px;
}

#izquierda {
margin:0;
padding:0;
float:left;
width:58px;
height:594px;
}

#derecha {
margin:0;
padding:0;
float:right;
width:58px;
height:594px;
}

a.firma {
color:#656565;
text-decoration:none;
}

a.firma:hover {
color:#656565;
text-decoration:underline;
}
