html {
height:100%;
}

body {
margin:0;
padding:0;
height:100%;
}

.centrar {
width:100%;
height:100%;
}

#contenedor {
/*width:840px;*/
width:100%;
height:595px;
}

#animacion {
width:840px;
height:85px;
background-color:#00CC33;
}

#menu {
width:100%;
height:32px;
background-color:#f65f13;
}

#contenido {
width:840px;
height:480px;
background-color:#999900;
}


a {
color:#404040;
text-decoration:none;
}

a:hover {
color:#ff6300;
}
