#izquierda300 {
	float:left;
	width:300px;
}
#derecha200 {
	float:right;
	width:200px;
	text-align: right;
}

#izquierda400 {
	float:left;
	width:400px;
}
#derecha100 {
	float:right;
	width:100px;
}

#izquierda200 {
	float:left;
	width:200px;
}
#derecha300 {
	float:right;
	width:300px;
}
#cortar_columnas {
	clear:both;
}
