@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
/*--------------------------------TEXTO-------------------------------------*/

.web{
	display: block;
	}
.app{
	display: none;
}
/*.btn-bienvenida{
	width:230px;
	height:60px;
	margin: 0 20px 20px 0;
	border-radius: 30px 0 0 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 60px;
	color: aliceblue;
	text-align: center;
	background-color: #37474f;
	display: inline-block;
}
.btn-num-modulo{
	width:50px;
	height:60px;
	margin-right: 5px;
	border-radius: 30px 0 0 30px;	
	background-color: #4dd0e1;
	float: left;
}
.btn-nom-modulo{
	width:175px;
	height:60px;
	border-radius: 0;
	background:linear-gradient( #657987 50%, #455a64 50%);
	display:inline-block;
}*/
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #606668;
	-webkit-user-select: none;  /*Safari */
  	-ms-user-select: none;  /*IE 10 and IE 11 */
  	user-select: none;  /*Standard syntax */
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 38px;
	font-weight: 400;
	color: #222222;
	-webkit-user-select: none; /* Safari */
 	 -ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
h3 {
	margin-top: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #036883;	
	-webkit-user-select: none; /* Safari */
 	 -ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
h4 {
	margin-top: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #042B3B;	
	-webkit-user-select: none; /* Safari */
 	 -ms-user-select: none; /* IE 10 and IE 11 */
 	 user-select: none; /* Standard syntax */
}
h5 {
	margin-top: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	color:#333333;	
	-webkit-user-select: none; /* Safari */
 	 -ms-user-select: none; /* IE 10 and IE 11 */
 	 user-select: none; /* Standard syntax */
}
h6 {
	margin-top: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;	
	color: #005C58;	
	font-weight: 600;
	-webkit-user-select: none; /* Safari */
 	 -ms-user-select: none; /* IE 10 and IE 11 */
 	 user-select: none; /* Standard syntax */
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/*--------------------------------BODY-------------------------------------*/
li {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-top: 5px;
	 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
li::marker {
  color: #00a7b7;
}
div{	
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.botModulos{
	margin: 10px;
}
.autor{
	font-style: oblique;
}
.adscrip{
	font-size: 16px;
}
.notas{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
/*--------------------------------TABLAS-------------------------------------*/
table{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}
th, td {
  background-color: #96D4D4;
}*/
table, table td p{
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #444444;
}
/*.tablaScroll{
	overflow-x:auto;
}*/
th, th p{
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	color: #036883;
	border-bottom: 1px solid #666666;
	/*
	background-color: #E8FBFF;*/
}
/* tr:hover {background-color: #F4FCFF;}*/

table td ul li, table td ol li{
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #444444;
}


td {
	padding: 10px;
  	border-bottom: 1px solid #036883;
}
/*
.tablaTitulo {
	
	font-style: normal;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
	color: white;
	background-color:#91BED7;
}

.tablaSubtit {
	color: white;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	background-color:#EF7F06;
}

table ol, table ul{
	margin: 0;
	padding: 0;
}
*/
tfoot {
	padding: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: aliceblue;
	background-color: #808080;
}

@media screen and (max-width: 736px) {
	/*body{
		background-color: red;
	}*/
h1 {
	font-size: 24px;
	font-weight: 200;
}
h2 {
	font-size: 22px;
	font-weight: 400;
}
h3 {
	font-size: 20px;
	font-weight: 400;
}
h4 {
	font-size: 19px;
	font-weight: 400;
}
h5 {
	font-size: 17px;
	font-weight: 500;
}
h6 {
	font-size: 16px;
	font-weight: 600;
}

p{
	font-size: 16px;
}

/*--------------------------------BODY-------------------------------------*/
li{
	font-size: 16px;
	margin-top: 2px;
}
/*.botModulos{
	margin: 5px;
	width: 80%;
	height: auto;
}*/
	.notas{
	font-size: 14px;
}
/*--------------------------------TABLAS-------------------------------------*/

table{
	padding:5px;
	font-size: 15px;
}
	
table td ul li, table td ol li{
	/*padding:1px 5px 0 5px;*/
	font-size: 15px;
}
.tablaScroll{
	overflow-x:auto;
}
tfoot {
	padding-top: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: aliceblue;
	background-color: #808080;
}

	/*--------------------------------BODY-------------------------------------*/
	
	.web{
		display: none;
		}
	.app{
		display: block;
	}
}