@charset "utf-8";
.waiser {
	width: 100%;
	height: 600px;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin-left: 0px;
	margin-top: auto;
}
#contenido #izquierda {
	width: 50%;
	height: 100%;
	float: left;
	clear: both;
}
#contenido #derecha {
	width: 60%;
	float: right;
	height: 500px;
	margin-top: 50px;
	clear: left;
}
