Código CSS:
Ver originaldiv#ancho100 {
width: 100%; /* en esta linea sustituye los signos que estan deltante del 100 por el signo de porcierto (%) */
height: 18%;
margin: 0 0 2% 0;
}
div#contenidoleft {
width: 60%;
height: 80%;
float:left;
margin: 0 0 0 2%;
}
div#contenidoright {
width: 34%;
height:80%;
margin: 0 2%;
float:left;
}
Saludos