@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#envoltorio {
}
#encabezado {
	margin-top: 12px;
	margin-bottom: 12px;
}
#contenido {
	margin-top: 0px;
	padding-top: 0px;
}
#pie {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 28px;
}
#banner {
	height: 200px;
}
#columnaIzquierda {
	width: 600px;
	float: inherit;
	position: relative;
	margin-top: auto;
	margin-bottom: 150px;
}
