/* CSS Document */

div.columnRight{
	background-image: url(../images/fondos/fd_grupo.gif);
	background-repeat:  no-repeat;
	background-position: 0px 0px;
	float:right;
	width:223px;
	height:312px;
	padding:10px;
	margin-RIGHT:10px;

}
div.columnLeft{
	background-image: url(../images/fondos/fd_grupo.gif);
	background-repeat:  no-repeat;
	background-position: 0px 0px;
	float:left;
	width:223px;
	height:312px;
	padding:5px;
	margin-left:20px;
	
}div.columnCenter{
	background-image: url(../images/fondos/fd_grupo.gif);
	background-repeat:  no-repeat;
	background-position: 0px 0px;
	width:223px;
	height:312px;
	padding:10px;
	margin-left:273px;
	margin-right:233px;
}