
.XPOSIT{
	width: 96%;
	padding: 0 2%;
	border-bottom: 1px dashed #b0b0b0;
	margin-bottom: 40px;
	position: relative;
}

.XPOSIT .chincheta,
.XPOSIT .pliegue{
	display: none;
}

.XPOSIT .icono{
	width: 20px;
	height: 20px;
	position: absolute;
	fill: #890b22;
}

.XPOSIT .titulo{
	margin-left: 25px;
	font-size: 18px;
	font-style: italic;
	color: #890b22;
	margin-bottom: 10px;
}

.XPOSIT .cuerpo{	
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

.XPOSIT .delete{
	width: 40px;
	height: 40px;
	position: relative;
	bottom: -20px;
	margin: 0 auto;
	cursor: pointer;
}


.XPOSIT.positMinimizado .delete{
	display:none;
}

.contenidoVR .btnNota.add{
	width: 60px;
	height: 60px;
	margin: auto;
	position: relative;
	cursor: pointer;
}

@media(min-width:768px){
	.XPOSIT
	{
		padding:55px 15px 15px;
		position: absolute;
		width: 220px;
		height: 155px;
		background-color:#e9eb9a;


		-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		-moz-box-shadow: 	0 10px 20px rgba(0,0,0,0.2);
		box-shadow: 		0 10px 20px rgba(0,0,0,0.2);
		word-break: break-all;
		word-wrap: break-word;

		z-index:1;
	}
	
	.XPOSIT .icono{
		display: none;
	}
	
	.XPOSIT .delete {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		margin: 0;
		right: 15px;
	}

	.XPOSIT.positMinimizado
	{	 
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
		-moz-box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.0);
		box-shadow: 0px 0px 0px -0px rgba(0,0,0,0.0);

		width:200px;
		height:30px;
		background-color:transparent;


		border: none;	

	}
	.XPOSIT.positMinimizado .titulo
	{
		display:none;
	}


	.XPOSIT .titulo
	{
		color:#890b22;	
		font-size:16px;
		margin-bottom:15px;
		margin-left: 0;
	}
	.XPOSIT .titulo.editando{
		color:green;
		border: 1px dashed #ccc;
	}

	.XPOSIT .chincheta
	{
		display: block;
		background-image:url("chincheta.png");
		width:36px;
		height:36px;
		background-repeat: no-repeat;
		background-position:0%;
		position: absolute;
		left: 108px;
		top: 10px;
	}

	.XPOSIT .chincheta .xpositTooltip{
		position: absolute;
		bottom: 50px;
		left: -90px;
		width: 196px;
		font-size: 16px;
		line-height:16px;
		color:#FFFFFF;
		text-align:center;
		background-color: #890b22;

		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;

		-webkit-box-shadow:	0px 0px 2px rgba(0,0,0,0.6);
		-moz-box-shadow:	0px 0px 2px rgba(0,0,0,0.6);
		box-shadow:			0px 0px 2px rgba(0,0,0,0.6);

		padding: 6px 10px 10px;
		display:none;
	}

	.XPOSIT .chincheta .xpositTooltip:after{
		content: '';
		width: 0;
		height: 0;
		border-top: 12px solid #890b22;
		border-bottom: 12px solid transparent;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		position: absolute;
		bottom: -24px;
		left: 96px;
	}

	.XPOSIT .cuerpo
	{
		color:#313131;
		font-size:12px;
		line-height: 14px;
		height:120px;
		overflow-y:auto;
	}
	.XPOSIT.positMinimizado .cuerpo
	{
		display:none;
	}
	.XPOSIT .cuerpo.editando{
		color:green;
		border: 1px dashed #ccc;
	}

	.POSITDRAG
	{
	}

	.XPOSIT .pliegue{
		display: block;
		width: 230px;
		height: 20px;
		position: absolute;
		left: 0;
		bottom: -20px;
		background:#e9eb9a;
	}

	.XPOSIT.positMinimizado .pliegue{
		display:none;
	}

	.XPOSIT .pliegue:after{
		content:'';
		width: 0;
		height: 0;
		border-top: 10px solid #ffffd1;
		border-bottom: 10px solid transparent;
		border-right: 10px solid transparent;
		border-left: 10px solid #ffffd1;
		position: absolute;
		right: -20px;
		bottom: 0;
	}
}

.icodeletePostit{
	position:absolute;
	width:7%;
	top:-47px;
	left:148px;
}