.opcion	{
	width: 100%;
	height: 35;
	font-size: 12px;
	margin: 0;
	padding: 0;
	align: center;
	valign: middle;
	}
#insertar	{
	background-color: #eeeeee;
	position: relative;
	width: 140;
	height: 200;
	margin: 0;
	padding: 0;
	}
#editarse	{
	background-color: #eeeeee;
	position: relative;
	width: 140;
	height: 360;
	margin: 0;
	padding: 0;
	}

#postal	{
	background-color:yellow;
	width:480;
	height:360;
	align:center;
	position:relative;
	border-style:inset;
	border-width:0;
	overflow:hidden;
	}
#capaSup	{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	background-color: transparent;
	cursor: move;
	border-style: dotted;
	border-width: 1pt;
	z-index: 1;
	}
#capaTam	{

	border: 2px #eeeeee outset;
	background-color: #eeeeee;
	width: 6px;
	height: 6px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: nw-resize;
	z-index: 10;
	visibility: hidden;
	left: 0;
	top: 0;
}

#color_fondo	{
	width:100%;
	height:36;
	background-color:#eeeeee;
	border:solid;
	}

