.Estilo1 {font-size: 14px}
HTML {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-color: #333333;
	font-size: 14px;
	font-family: Garamond;
}
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #333333;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	font-family: Garamond;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	background-color: #333333;
}
#divCentrado {
	POSITION: absolute;
	width: 955px;
	HEIGHT: 700px;
	left: 50%;
	top: 10px;
// el 50% del tamaño de alto del div
	margin-left: -480px;	// el 50% del tamaño del anocho del div
; 				margin-left: -477px;
	margin-top: 5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Garamond;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Garamond;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Garamond;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Garamond;
}
.CuadroTexto {
	font-family: Garamond;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border: thin dotted #999999;
	height: 12px;
	width: 150px;
}
.CuadroTextoGrande {
	font-family: Garamond;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	border: thin dotted #999999;
	width: 350px;
}
.CeldaFormulario {
	font-family: Garamond;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.Boton {
	font-family: Garamond;
	font-size: 14px;
	color: #666666;
	height: 20px;
}
