@charset "utf-8";
/* CSS Document */

#contenedor {
	width: 1024px;
	text-align: center; /* esto anula text-align: center en el elemento body. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: none;
}

#centro {
	color: #808080;
	font-family: "Swis721 BT", Verdana;
	font-size: 10px;
	height: auto;
	background-image: none;
}

#midiv {
	height: auto;
	padding-right: 10px;
	overflow: visible;
}
