@charset "utf-8";

.izquierda {
	background-color: #999;
	height: 280px;
	width: 820px;
	font-weight: bolder;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.derecha {
	background-color: #FF9;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: 5px;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
