/* editor */

/* editor syle */
.editor { height: 100%; margin: 10px 0 0; padding: 0; text-align: justify; font-size: 12px; z-index: 2; }
.editor h1 { font-size: 15px; }
.editor h2 { font-size: 14px; }
.editor h3 { font-size: 13px; }
.editor h4 { font-size: 12px; }
.editor h5 { font-size: 11px; }
.editor h6 { font-size: 10px; }
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin: 5px 0; padding: 0; color: #e68700; }
.editor blockquote { margin: 5px 0 5px 25px; padding: 3px ; border: solid 1px #eee; }
.editor p { clear: both; margin: 0; padding: 0; }
.editor p { color: #000; }
.editor p strong { color: #000; }
.editor p ol, .editor p ul { display: block; width: auto; height: 100%; margin: 0; padding: 5px 0; text-align: justify; }
.editor ol li { margin: 0 0 0 20px; padding: 0; list-style-type: decimal; }
.editor ul li { margin: 0; padding: 5px 0 0 10px; list-style: none; background: url("../img/reforma/dot.gif") no-repeat 0 10px; }
.editor a { padding: 2px 0; text-decoration: underline; font-size: 12px; color: #1361ff; }
.editor a:hover { text-decoration: none; }

