* { padding: 0; margin: 0; }

#menu {  width: 268px;  overflow: auto;  top: 0;  bottom: 0; left: 0;  position: fixed;  height: 100%; }


#izquierda {  height: 100%;  margin: 0 0 0 268px;  top: 0; }

.container {  padding: 20px 0px 0px 22px; }
.containerDos {  padding: 130px 0px 0px 20px;}

/*i6 hack*/
* html .containerDos{
 padding: 110px 0px 0px 20px;
}
/*ie7 hack*/
*:first-child+html .containerDos{
 padding: 110px 0px 0px 20px;
}




/***************/

#header {
float: left;
width: 223px;
height: 78px;
}

#idiomes {
float: left;
width: 220px;
height:12px;
margin-left:3px;
display:inline;
margin-bottom:20px;
}
#navigation {
float: left;
width: 220px;
margin-left:3px;
}
#content { 
width: 510px;
margin-top:-21px;
border-top:1px solid #000;
border-bottom:1px solid #000;
padding-bottom:20px;
}/*i6 hack*/
* html #content{
margin-top:0px;
}
/*ie7 hack*/
*:first-child+html #content{
margin-top:0px;
}

#indice #content {
border-top:none;
border-bottom:none;
}






