/****************************************************/

.editor_button {
	font-size:8pt;
	cursor:pointer;
}
.editor_button a {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	padding-left:6pt;
	padding-right:6pt;
	background-color:#e2e8ec;	
	border:1px solid #a7afb3;
	width:16pt;
	height:16pt;
	color:black;
}

.editor_button a:hover {
	background-color:#edf4f8;
}

.t1 {
	font-style:normal;
	font-size:8pt;
	letter-spacing:0.2em;
	font-weight:normal;
}

.t2 {
	font-style:italic;
	font-size:10pt;
	letter-spacing:0.2em;	
	font-weight:bold;
}

.t3 {
	font-style:normal;
	font-size:12pt;
	color:#76986b;
}

.t4 {
	font-style:italic;
	font-size:14pt;	
	color:#f19f4f;
}

.titulo .t1 {
	color:#555555;	
}

.texto .t2 {
	color:red;
	color:#d6e0d0;
}


.texto .t3 {
	color:#b7e09e;	
}

.texto .t4 {	
}

.texto .j {
	text-align:justify;
}

.texto .note_fragment {
	text-align:justify;
}

