@charset "utf-8";
/* CSS Document */

.derecha {
	display: block;
	clear: right;
	float: right;
	width: 20%;
	height: 100%;
	font-weight: bold;
	color: #FFF;
	background-color: #0F3;
}
.izquierda {
	display: block;
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
	background-color: #0F3;
	text-align: left;
	font-variant: normal;
	color: #FFF;
}
.cuerpo {
	display: block;
	clear: none;
	float: left;
	width: 60%;
	height: 100%;
}
.contenedor {
	width: 1000px;
	height: 100%;
	text-align: center;
	display: block;
	clear: both;
}
.pie {
	display: block;
	clear: both;
	width: 100%;
}
.parrafo {
	text-align: left;
}

