body {
	background-color: #FF9900;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 770px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
	text-align: center;
}
.celdacontenido {
	background-color: #FFFFFF;
	width: 624px;
}
.celdatable {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	background-color: #FF9900;
	text-align: right;
	font-weight: bold;
	width: 68px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.celdatext {
	background-color: #FF9900;
	width: 80px;
	height: 20px;
	letter-spacing: normal;
	text-align: center;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.celdageneral {
	height: 20px;
}
.celdasubtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFCC00;
	text-align: center;
}
.marcoimagen {
	border: 2px double #999999;
}

