#capas	{
	position: absolute;
	left: 550px;
	top: 140px;
	width: 260px;
	height: 300px;
	padding: 0px 0px 0px;
	background-color: beige;
	color: black;
	border: 1px blue groove;
	overflow: hidden;
	z-index: 2;
	visibility: hidden;
}

#controlesCapas	{
	margin: 0px;
	width: 100%;
	height: 20px;
	background-color: blue;
	float: left;
	text-align: center;
}


#tituloCapas	{
	text-transform: capitalize;
	cursor: move;
	color: white;
	margin: 0px;
	padding: 0px;
	width: 234px;
	float: left;
}


#cerrarCapas	{
	position: absolute;
	left: 240px;
	top: 0px;
	margin: 0px;
	padding: 0px 2px;
	background-color: red;
	color: white;
	text-align: center;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

#menuCapas_NO	{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	background-color: #eeeeee;
}

#objetoCapas	{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 50px;
	height: 20px;
	border: 1px solid gray;
	background-color: #eeeeee;
}

#nombreCapas	{
	position: absolute;
	top: 20px;
	left: 51px;
	width: 120px;
	height: 20px;
	border: 1px solid gray;
	background-color: #eeeeee;
}

#mostrarCapas	{
	position: absolute;
	top: 20px;
	left: 171px;
	width: 30px;
	height: 20px;
	border: 1px solid gray;
	background-color: #eeeeee;
}

#bajarCapas	{
	position: absolute;
	top: 20px;
	left: 201px;
	width: 20px;
	height: 20px;
	border: 1px solid gray;
	background-color: #eeeeee;
}

#subirCapas	{
	position: absolute;
	top: 20px;
	left: 221px;
	width: 20px;
	height: 20px;
	border: 1px solid gray;
	background-color: #eeeeee;
}

#cuerpoCapas	{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 260px;
	overflow: scroll;
	border: 1px solid gray;
}

#pieCapas	{
	position: absolute;
	background-color: #eeeeee;
	color: gray;
	margin: 0;
	padding: 0;
	width: 260px;
	height: 20px;
	left: 0;
	top: 280px;
}

#subOp4_3	{
	display: block;
}


.cabeceraCapa	{
	margin: 0px auto;
	font-family: menu;
	font-size: 11pt;
	text-align: center;
}

.itemCapa	{
	text-align: center;
	border: 1px solid gray;
	background-color: #fffaaf;
	font-size: 12px;
	margin: auto;
	height: 40px;
}

.itemCapaObjeto	{
	width: 48px;
}

.itemCapaTipo	{
	width: 118px;
}

.itemCapaVer	{
	width: 28px;
}

.itemCapaSubir 	{
	width: 18px;
}

.itemCapaBajar	{
	width: 18px;
}

#itemCapas	{
	width: 100%;
	height: 60px;
	overflow: scroll;
}

