/* Estilos generales */
.pageContent {
	text-align: center;
	width: 100%;
}

/* Estilos para la creación de cajas de imagen */
.imageMiddleBox {
	width: 819px;
	background-image: url("../img/middle-box.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
}
	
.imageTopBox {
	background-image: url("../img/top-box.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
	
.imageBottomBox {
	background-image: url("../img/bottom-box.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 15px 15px 25px 15px;
}

.imageContentBox {     	
	width: 100%;
}


/* Estilos para la creación de cajas de texto */
.middleBox {
	width: 819px;
	background-image: url("../img/middle-box.gif");
	background-repeat: repeat-y;
	margin: 0px auto;
}
	
.topBox {
	background-image: url("../img/top-box.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
	
.bottomBox {
	background-image: url("../img/bottom-box.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 15px 30px 40px 25px;
}

.contentBox {     	
	width: 100%;
	font-family:arial;
}

.sectionTitle {
	color: #31409C;
	border-bottom: thin solid #31409C;	
	margin: 0px auto 10px auto;
}

.subsectionTitle {
	color: #000000;
	margin: 0px auto 10px auto;
}


.returnLink {
	text-align: right;
	font-size: 75%;
}

.list {
	list-style-image: url("../img/list.gif");
}

.separator {
	color: #31409C;
	background-color: #31409C;
	height: 1px;
	border: 0;
}
