body {
	background-color: #FCF8DE;
	margin: 0px;
}
#caja1 {
	height: 84px;
	width: 370px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660000;
	position: fixed;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	padding-right: 15px;
	background-image: url(../images/decoracion.gif);
	background-repeat: no-repeat;


}
#caja2 {
	height: 416px;
	width: 370px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	overflow-x:hidden;
	overflow-y:auto;
	position: fixed;
	top: 84px;
	line-height: 1.6em;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
	padding-right: 15px;
}

