@charset "utf-8";
/* CSS Document */

body {
	background-color: #f3f8f9;
	font-family: sans-serif;
	background-image: url(/images/logo_aulaescolar.png);
	background-size: 120px;
	background-position: 30px 20px;
	background-repeat: no-repeat;
}

body.ayuda_popup {
	background-image: none;
}

div.general_wrap {
	width: 1100px;
	max-width: 1100px;
	margin: 0 auto;
	background-image: url(/images/logo_aulaescolar.png) no-repeat;
}

div.contenedor_indice,
div.content {
	padding: 1%;
	background-color: #f3efef;
	border: 1px;
	border-color: #CCC;
	border-style: solid;
	width: 99%;
	float: left;
	font-size: 22px;
	color: #3c3939;
}

div.content li {
	font-size: 17px;
}

div.content p {
	font-size: 17px;
	line-height: 1.5em;
	text-align: justify;
}

#div_volver {
	width: 100%;
	margin-left: 45%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#bot_volver {
	background: url(../images/volver.jpg) no-repeat;
	width: 80px;
	font-size: 14px;
}

hr {
	border: 0px;
}

.tit {
	font-size: 25px;
	font-weight: 500;
	color: #069;
}

.subtit {
	color: #069;
	font-size: 23px;
	font-weight: 600;
	margin-left: 5px;
}

.minitit {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}

.minitit2 {
	color: #006;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}


.text,
li {
	color: #000;
	margin: 10px;
	text-align: justify;
	font-size: 16px;
	font-weight: 350;
	line-height: 1.4em;
}

.img {
	text-align: center;
	display: block;
}

.img_ingreso {
	display: block;
	margin: auto;
	width: 323px;
	height: 180px;
}

.img_completa {
	display: block;
	margin: auto;
	width: 800px;
	max-width: 960px;
}

.img_completa_ {
	display: block;
	margin: auto;
	width: 851px;
	max-width: 960px;
}

.img_menu {
	display: block;
	margin: auto;
	max-width: 800px;
	/*width:295px; */
}

.img_menu_opc {
	display: block;
	max-width: 960px;
	margin: auto;
}

.img_menu_opc2 {
	display: block;
	width: 829px;
	max-width: 960px;
	margin: auto;
}

.img_menu_opc3 {
	display: block;
	width: 825px;
	margin: auto;
}

.img_menu_opc4 {
	display: block;
	width: 850px;
	margin: auto;
}

.img_menu_opc5 {
	display: block;
	width: 700px;
	margin: auto;
}

.img_emergente {
	display: block;
	margin: auto;
	width: 362px;
}

.img_emergente2 {
	display: block;
	margin: auto;
	width: 428px;
}

.img_emergente3 {
	display: block;
	margin: auto;
	width: 652px;
}

.img_app {
	display: block;
	margin: auto;
	width: 400px;
}

.indice {
	font-family: Calibri;
	font-size: 14px;
}

.indice_capitulo {
	margin-left: 10px;
	font-size: 15px;
	line-height: 1.4em;
}

.indice_li {
	color: #006;
}

.indice_li h1 {
	border-top: 1px solid gray;
	padding-top: 15px;
	font-size: 21px;
	color: #43434f;
	font-weight: 500;
}

.indice_li h1 {
	border-top: 1px solid gray;
	padding-top: 15px;
	font-size: 20px;
	color: #43434f;
	font-weight: 500;
}

.pie {
	clear: both;
	padding-top: 15px;
	margin: 10px !important;
	font-size: 11px;
	text-align: center;
}

.cleaner {
	clear: both;
	margin-bottom: 15px;
	line-height: 1.5em;
	min-height: 10px;
}

/* tablas */
td {
	font-size: 15px;
	color: #3b4957;
}

.renglontitulo {
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	line-height: normal;
	background-color: #92abba;
}

tr.renglon_subtitulo {
	text-transform: none;
	color: #ffffff;
	line-height: normal;
}

tr.renglonbloque {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	background-color: #cedadc;
}

tr.renglonbloque td {
	padding: 5px 5px 9px;
	vertical-align: top;
	line-height: 1.5;
}

tr.englonbloque td ul li,
tr.renglonbloque td ol li {
	padding-bottom: 9px;
}

tr.renglonbloquesuave {
	font-size: 14px ! important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	background-color: #ece5e5;
}

tr.renglonbloquesuave td {
	padding: 5px 5px 9px;
	vertical-align: top;
	line-height: 1.5;
}

tr.renglonbloquesuave td ul li,
tr.renglonbloquesuave td ol li {
	padding-bottom: 9px;
}

td.renglontitulo {
	padding: 5px;
	color: #ffffff;
	font-weight: bolder;
	line-height: 2.1em;
	font-size: 15px;
}

tr.renglon_subtitulo td {
	padding: 4px;
	color: #ffffff;
	font-weight: bolder;
	line-height: 2.1em;
	font-size: 15px;
	text-align: center;
	background-color: #92a8ff;
}

a:visited {
	color: #633;
}

.screenshot {
	box-shadow: 0 13px 35px rgba(98, 100, 112, 0.25);
	border-radius: 0px;
}