/* -------------------------------------------- Default ----------------------------------------- */
td {vertical-align:top;} 
table { height:100%; width:100%; border:0;} 
body { 	
	margin:0px;
	padding:0px;
	background-color:#AEB5BE;
	}

#main_table { width:766px; height:750px;background:url(images/px_main.jpg) top repeat-y;}
#main_table #main_table_bg_t {background:url(images/bg_t.jpg) top no-repeat;}
#main_table #main_table_bg_b {background:url(images/bg_b.jpg) bottom no-repeat;}

.divPrincipal{
	width:100%;
	height:100%;
	text-align:center;
	background:url(images/bgnuevo.jpg) top repeat-x;
	
}
.SubIZQ{
	background:url(images/px_t.gif) top repeat-x #C1C6CE;
	/*width:25%;*/
	height:100%;
	float:left;
}
.SubPrincipal{
	margin-left:20%;
	margin-right:20%;
	width:766px;
	/*height:750px;*/
	height:100%;
	/*background:url(images/px_main.jpg) top repeat-y;*/
	background:url(images/bgnuevo2.jpg) top repeat-y;
	
}
.SubDER{
	background:url(images/px_t1.gif) top repeat-x #BCC1C9;
	/*width:25%;*/
	height:100%;
	float:right;
}

.tr_top_px_t {background:url(images/px_t.gif) top repeat-x #C1C6CE;}
.tr_bottom_px_b {background:url(images/px_b.gif) bottom repeat-x;}
.tr_top_px_t1 {background:url(images/px_t1.gif) top repeat-x #BCC1C9;}
.tr_bottom_px_b1 {background:url(images/px_b1.gif) bottom repeat-x;}

#tr_top { height:750px;}
#tr_bottom { height:100%; background:#AFB5BE;}
#tr_bottom table { width:766px;background:url(images/px_bb.gif) top repeat-y;}


