/*
  ===============================================================

  inGenio X
  http://ingenio.area421.com

  Created by 
  Julian Moreno Hidalgo (Software developer)
  Jesus Moreno Hidalgo (Communication's tree)

  inGenio X is a free software licensed under CC-GNU GPL

  ===============================================================
*/

/* no remove */
p {margin:0px;padding:0px;}

/* custom CSS tags of textarea */
body { font-size: 11pt; }

/* add styles -> ..._style */
.indent_left_style { padding-left: 30px; }
.font_size_8pt_style { font-size: 8pt; }
.font_size_12pt_style { font-size: 12pt; }
.font_size_14pt_style { font-size: 14pt; }
.font_size_16pt_style { font-size: 16pt; }
.font_size_18pt_style { font-size: 18pt; }
.font_size_24pt_style { font-size: 24pt; }
.font_size_26pt_style { font-size: 26pt; }
.font_size_30pt_style { font-size: 30pt; }
.font_size_36pt_style { font-size: 36pt; }
.font_size_42pt_style { font-size: 42pt; }
.font_size_48pt_style { font-size: 48pt; }
.border_gray_1px_style { border: 1px solid #999; }
.border_gray_2px_style { border: 2px solid #999; }
.border_gray_4px_style { border: 4px solid #999; }
.border_black_1px_style { border: 1px solid #000; }
.border_black_2px_style { border: 2px solid #000; }
.border_black_4px_style { border: 4px solid #000; }
.border_white_1px_style { border: 1px solid #FFF; }
.border_white_2px_style { border: 2px solid #FFF; }
.border_white_4px_style { border: 4px solid #FFF; }