body	{
	margin: 0px;
	position: relative;
}

.linea	{
	overflow: hidden;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: blue;
	height: 1px;
	background-color: blue;
	z-index: 255;
	text-align: center;
}

div img	{
	width: 100%;
	height: 100%;
	border: 0px gray dotted;
	padding: 1px;
}

.menuActivo	{
	background-color: blue;
	color: white;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	cursor: pointer;
}

.menuInActivo	{
	background-color: #eeeeee;
	color: gray;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	cursor: pointer;
}

#dibujo	{
	width: 100%;
	height: 100%;
}

#editarCapa	{
	position: absolute;
	cursor: move;
	display: none;	
}

#tirador	{
	border: 2px #eeeeee outset;
	background-color: #eeeeee;
	width: 8px;
	height: 8px;
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: move;
	z-index: 3;
	}

h1	{
	background-image: url(../miemoticon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #eeeeee;
	color: blue;
	text-align: center;
	margin: 0px;
	padding: 8px 0px;
}

#contenedor	{
	position: absolute;
	left: 10px;
	top: 50px;
	width: 550px;
	height: 550px;
	padding: 0px 0px 0px;
	background-color: beige;
	color: black;
	border: 1px blue groove;
	overflow: hidden;
}

#colores	{
	position: absolute;
	left: 610px;
	top: 60px;
	width: 362px;
	height: 100px;
	padding: 0px 0px 0px;
	background-color: beige;
	color: black;
	border: 1px blue groove;
	overflow: hidden;
	visibility: hidden;
}

#texto	{
	position: absolute;
	left: 250px;
	top: 120px;
	width: 560px;
	height: 300px;
	padding: 0px 0px 0px;
	background-color: beige;
	color: black;
	border: 1px blue groove;
	overflow: hidden;
	visibility: hidden;
	z-index: 2;
}

#dibujos	{
	position: absolute;
	left: 270px;
	top: 150px;
	width: 520px;
	height: 400px;
	padding: 0px 0px 0px;
	background-color: beige;
	color: black;
	border: 1px blue groove;
	overflow: hidden;
	visibility: hidden;
}

#controlesContenedor	{
	margin: 0px;
	width: 100%;
	height: 20px;
	background-color: blue;
	float: left;
	text-align: center;
}

#controlesTexto	{
	margin: 0px;
	width: 100%;
	height: 20px;
	background-color: blue;
	float: left;
	text-align: center;
}

#controlesColores	{
	margin: 0px;
	width: 100%;
	height: 20px;
	background-color: blue;
	float: left;
	text-align: center;
}

#controlesDibujos	{
	margin: 0px;
	width: 100%;
	height: 20px;
	background-color: blue;
	float: left;
	text-align: center;
}

#tituloContenedor	{
	cursor: move;
	color: white;
	margin: 0px;
	padding: 0px;
	width: 522px;
	float: left;
}

#tituloColores	{
	cursor: move;
	color: white;
	margin: 0px;
	padding: 0px;
	width: 336px;
	float: left;
}

#tituloTexto	{
	cursor: move;
	color: white;
	margin: 0px;
	padding: 0px;
	width: 534px;
	float: left;
}

#tituloDibujos	{
	cursor: move;
	color: white;
	margin: 0px;
	padding: 0px;
	width: 492px;
	float: left;
}

#cerrarColores, #cerrarTexto, #cerrarDibujos	{
	margin: 0px;
	padding: 0px 2px;
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
#menu	{
	position: absolute;
	top: 21px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	color: gray;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 100%;
}

#subOp1_1, #subOp1_2, #subOp1_3, #subOp2_1, #subOp2_2, #subOp2_3, #subOp2_4, #subOp1_4, #subOp3_1, #subOp4_1, #subOp4_2	{
	display: block;
}

#subMenuMostrar	{
	z-index: 255;
	border: 1px gray solid;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 170px;
	width: 100px;
}

#subMenuSeleccion	{
	z-index: 255;
	border: 1px gray solid;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 100px;
	width: 200px;
}

#subMenuInsertar	{
	z-index: 255;
	border: 1px gray solid;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 50px;
	width: 200px;
}

#subMenuPostal	{
	z-index: 255;
	border: 1px gray solid;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 2px;
	width: 200px;
}

#postal	{
	position: absolute;
	width: 482px;
	height: 362px;
	top: 92px;
	left: 32px;
	background-color: white;
	border: 1px black solid;
	overflow: hidden;
	z-index: 2;
}

#pieContenedor	{
	text-align: left;
	position: absolute;
	background-color: #eeeeee;
	color: gray;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 530px;
}

#pieColores	{
	text-align: left;
	position: absolute;
	background-color: #eeeeee;
	color: gray;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 80px;
}

#pieTexto	{
	text-align: left;
	position: absolute;
	background-color: #eeeeee;
	color: gray;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 280px;
}

#pieDibujos	{
	text-align: left;
	position: absolute;
	background-color: #eeeeee;
	color: gray;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 380px;
}

#formato	{
	display: inline;
}

a	{
	text-decoration: none;
	color: gray;
}

a:hover	{
	text-decoration: none;
}

#tablaColores	{
	position: absolute;
	top: 21px;
	left: 0px;
}

.opMenu img	{
	border: 0px none transparent;
	display: inline;
}

.opMenu:hover img	{
	border-width: 0px;
	text-decoration: none;
}

.imagenMenu	{
	border: 0;
	display: inline;
	width: 20px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
}

#unDibujo	{
	width: 518px;
	height: 360px;
}

