/* TAGS - START */
body, html {
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}

/* TAGS - END */


/* ------------------ */
/* Estructure - START */
/* ------------------ */

#root-div{
	width:840px;
	min-height:100%;
	margin-left: auto;
	margin-right:auto;
}

/* header - START */

#main-header{
	width:840px;
	height:246px;
	margin-left: auto;
	margin-right:auto;
}
#banner{
	width:840px;
	height:246px;
}
#banner-flash {
	width:840px;
	height:246px;
}

/* header - END */

/* Content - START */

#main-content{
	width:840px;
	margin-left: auto;
	margin-right:auto;
}

#main-content-right{
}
#content {
   	width:800px;
   	margin-left:auto;
	margin-right:auto;
}

.content-top1 {
	height:auto;
}


/* Content - END */


/* Footer - START */

#main-footer{
	width:810px;
   	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-bottom:15px;
}

/* Footer - END */

/* ------------------ */
/* Estructure - END   */
/* ------------------ */
