@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-align:justify;
	background-color: #ebebeb;
}
.container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	padding:0px;
	border-width: 0px;
	background-color: #ffffff;
}
.page {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.center {
	text-align:center;
}
.bold {
	font-weight: bold;
}
.bu1 {
	list-style-image: url(images/img-bullet01.png);
}
.round10 {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.round15 {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.obj-center {
	margin-right: auto;
	margin-left: auto;
}
.leftmargin {
	margin-left: 30px;
}
.index {
	margin-top: 0px;
	margin-bottom: 0px;
}
.intro_div {
	background-color: #ffe5ca;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-indent: 20px;
}
.intro_div p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.intro ul {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
}
.intro li {
}
.cover h1 {
	font-size: 200%;
}
.index h1 {
	font-size: 200%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
.intro_div h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.cover h2 {
	font-size: 185%;
	color: #666;
}
.index h2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0px;
	margin-top: 0px;
}
.cover h3 {
	font-size: 115%;
	font-weight: normal;
}
.index h3 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 30px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cover h4 {
	font-size: 115%;
	font-weight: bold;
}
.td-authors {
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	padding-right: 10px;
}
.caption {
	font-size: 12px;
	text-align:center;
}
.lesson_orange {
	background-color: #ffcd66;
	padding: 3px 10px;
	font-size: 18px;
}
.lesson_green {
	background-color: #73bf44;
	padding: 3px 10px;
	font-size: 18px;
}
.lesson_blue {
	background-color: #02a1d1;
	padding: 3px 10px;
	font-size: 18px;
}
.chapter_orange {
	background-color: #ffcd66;
	padding: 3px;
	font-size: 18px;
	text-align: right;
}
.chapter_number_orange {
	color: #f5931f;
	background-color: #ffffff;
    border-radius: 21px;
    padding: 1px 10px;
    font-size: 34px;
    font-weight: 600;
}
.chapter_green {
	background-color: #73bf44;
	padding: 3px;
	font-size: 18px;
	text-align: right;
}
.chapter_number_red {
	color: #b7292c;
	background-color: #ffffff;
    border-radius: 21px;
    padding: 1px 10px;
    font-size: 34px;
    font-weight: 600;
}
.cj {
	text-align: justify;
}
.chapter_blue {
	background-color: #02a1d1;
	padding: 3px;
	font-size: 18px;
	text-align: right;
}
.chapter_number_pink {
	color: #d078a6;
	background-color: #ffffff;
    border-radius: 21px;
    padding: 1px 10px;
    font-size: 34px;
    font-weight: 600;
}
.pink {
	color: #d078a6;
}
.title {
	text-align: center;
	font-size: 30px;
	font-weight:bold;
}
.questions {
	color: #b7292c;
	font-size: 18px;
	font-style:italic;
	text-align:left;
	border-bottom: 1px solid #666666;
	padding: 8px;
}
.orange_title {
	color: #f5931f;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
}
.red_title {
	color: #F15A40;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
}
.orange_bg {
	background-color: #fef1dc;
	padding: 20px;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	line-height: 22px;
}
.blue_bg {
	background-color: #bfdfef;
	padding: 20px;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	line-height: 22px;
}
.green_bg {
	background-color: #ceeace;
	padding: 20px;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	font-size: 16px;
	line-height: 22px;
}
.orange_border {
	border: 1px solid #f5931f;
	padding: 10px;
}
.red_border {
	border: 1px solid #F0593E;
	padding: 10px;
}
.pink_border {
	border: 1px solid #d078a6;
	padding: 10px;
}
.questions_bg {
	background-color: #fef1dc;
	padding: 5px;
}
.subtitle_orange {
	border-bottom: 1px solid #ffcd66;
	padding: 3px;
	font-size: 26px;
}
.subtitle_red {
	border-bottom: 1px solid #b7292c;
	padding: 3px;
	font-size: 26px;
}
.subtitle_green {
	border-bottom: 1px solid #73bf44;
	padding: 3px;
	font-size: 26px;
}
.subtitle_pink {
	border-bottom: 1px solid #d078a6;
	padding: 3px;
	font-size: 26px;
}
.bigger {
	font-size: 24px;
}
div.pub_info {
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	border:1px solid #000;
	text-align:center;
	padding:6px;
	font-size:15px;
	line-height:120%;
	margin:40px;
}
div.pub_info > span {
	background: #fff;
	padding: 5px 23px;
	position: relative;
	top: -20px;
	font-size: 18px;
	font-weight: bold;
}
.cell_index {
	text-align:justify;
	padding:10px 10px 10px;
	vertical-align:top;
	line-height: 150%;
}
p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
	padding: 12px;
	font-size: 14px;
	margin: -16px 4px;
}
.repub_info img {
	padding-left: 30px;
}
.repub_appr {
	font-size: 14px;
	padding: 20px 0 3px;
	margin-bottom: 0;
}
.publication_rights {
	margin:0 auto;
	text-align:justify;
	padding:120px 165px;
	vertical-align:middle;
	line-height:150%;
}
ul.check {
	list-style: none;
}
ul.check li:before {
	content: '✓';
	color:#F7931D;
	padding-right:5px;
	font-weight:bold;
}
ul.rhombus {
	list-style: none;
}
ul.rhombus li:before {
	content: '♦';
	color:#000000;
	padding-right:5px;
	font-weight:bold;
}
ul.red-check {
	list-style: none;
}
ul.red-check li:before {
	content: '✓';
	color:#B7282E;
	padding-right:5px;
	font-weight:bold;
}
ul.square {
	list-style: none;
}
ul.square li:before {
	content: '■';
	color:#000000;
	padding-right:5px;
	font-weight:bold;
}
.italic {
	font-style:italic;
}
ol li {
	font-weight:bold;
}
li > span {
	font-weight:normal;
}
.transform {
	transform: rotate(180deg);
	border-top:7px solid #EBC8DA;
	border-bottom:7px solid #EBC8DA;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}
img[src^="icons/"] {
	vertical-align: middle;
	height: 26px;
}

#pinakas4-2 td {border-style:none;border-top:1px solid #F0593E;padding:5px;text-align:center;}
#pinakas4-2 th {border-style:none;text-align:center;}
#pinakas4-2 td:nth-child(1), #pinakas4-2 th:nth-child(1) {text-align:left;} 