.ediherramientas {
	width:500px;
	overflow: hidden;
	margin-bottom:3px;
}
.ediherramientas li{
	float:left;
	list-style-type: none;
	margin: 1px 3px;
	padding: 0px;
}
.ediherramientas ul{
	margin: 0px;
	padding: 0px;
}
.ediherramientas img{
	border: none;
	margin-top: 1px;
}
.ediherramientas a{
	border-color:#ddd #AAA #AAA #ddd;
	border-style:solid;
	border-width:2px;
	background-color: #f4f4f4;
	width: 22px;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 21px;
}
.ediherramientas a:hover{
	border-color: #ccc #999 #999 #ccc;
	background-color:#e5e5e5;
}

.editexto{
	width: 680px;
	height: 300px;
}
.cuerpoPrevisualizar{
	overflow: auto;
	font-size: 10pt;
	padding: 10px;
}
.enlaceprevisualizar{
	float: right; 
	margin-right: 15px;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 5px;
}
