/*
---------------------------------------
{ Add : 27 - 08 -2009 }
---------------------------------------
*/

div.wrapper-t {
	background: #FFF url(../images/layout/top.gif) 0 0 repeat-x;
	margin: 0px 0px 0px 0px;
}

div.wrapper-b {
	background: url(../images/layout/botton.gif) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/layout/left.gif) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/layout/right.gif) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/layout/top_left.gif) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/layout/top_right.gif) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/layout/botton_left.gif) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 17px 17px 20px 17px;
	background:url(../images/layout/botton_right.gif) 100% 100% no-repeat;
}

/* Cpontent */

.ContenedorDiv{
	width:866px;
	float:left;
}

.LeftDiv{
	width:213px;
	float:left;
}

.MainCenterDiv{
	width:415px;
	float:left;
	margin: 0px 0px 0px 15px;
}

.RightDiv{
	width:213px;
	float:right;
}

.FooterContent{
	float:left;
	width:866px;
}

#contentHomeP{
	border: dashed 1px #000;
	width:916px;
	margin:0 auto;
}