<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

/* cuerpo de la pagina html */
body {
	color: black;
	font-family: Arial, sans-serif;
	padding: 0px 0px;
	margin: 0px;
	border: 0px;
}

/* contenedor del contenido, para estilar mejor como acomodar el contenido */
.course_content_container {
	position: relative;
	background-color: #ffffff , blue;
	background-image: 
		url("../imgs/tpl/fondo_suave.jpg") , 
		url("../imgs/tpl/fondo_suave_repeat.jpg") ;
	background-position : 	
		center top,
		center 100px;
	background-repeat: no-repeat, repeat-y;	
		
	width: 100%;;
	min-height: 550px;
	text-align: center;
	padding: 0px 20px 10px 20px;
	margin: 0px auto;
}

/* el texto del contenido */
.course_content { 
	width: 100%;
	text-align: initial;
	display: inline-block;
	margin: 0px;
	 
	
}

/* el texto del ï¿½ndice */
.course_content, .index_content {
	text-align: initial;
	display: inline-block;
}


.text_panel{
	background-color: #d5f3fe;
	border: 2px solid white;
	border-radius : 5px;
	padding: 20px;
	padding-top: 0px;
}


/* tï¿½tulo de la pï¿½gina */
h1{
	font-size: 30px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight:normal;
	text-align: center;
	margin-bottom: 40px;
/*	color: #c65302 */;
}

/* subtï¿½tulos */
h2{
	font-size: 17px;
	font-family: sans-serif;
	font-style: normal;
	/* color: #e8931a */;
	
}

/* texto */
p{
	margin : 0px;
	margin-top:10px;		
	font-size: 17px;
	color: #232323;
	text-align: justify;
	text-shadow: 0px 0px 2px #FFFFFF;
}

/* Ordered list */
ol{
	padding-left: 60px;
	padding-right: 60px;
	text-align: justify;
}

/* Unordered list */
ul{
	padding-right: 60px;
	text-align: justify;
}

/* Instrucciones */
.instrucciones{
	color: #555;
	font-style: italic;
}

/* fï¿½rmulas matemï¿½ticas */
.formula{
  font-family: serif;
  font-size: 19px;
  font-style: italic; 
}

/* contenedor para los elementos externos, como animaciones, interacciones y video */
div .course_extern_content {
	text-align: center;
	padding: 5px;
	overflow: hidden;
	margin-top: 15px;	
}


div .course_extern_content .DescartesAppContainer{
	margin-left: auto;
	margin-right: auto;
}

video {
		background-color: black;	
}
.course_extern_content.video-content{
	margin-top: 35px;
}

.course_iframe{
	overflow: hidden;
}

img {
	max-width: 100%;
}

.standardButton{
	border-radius: 8px;
	padding-top: 4px;
	font-family: sans-serif;
	font-weight:bold;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	
	background: rgb(255,179,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,179,0,1) 0%, rgba(255,152,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,179,0,1)), color-stop(100%,rgba(255,152,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,179,0,1) 0%,rgba(255,152,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,179,0,1) 0%,rgba(255,152,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,179,0,1) 0%,rgba(255,152,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,179,0,1) 0%,rgba(255,152,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ff9800',GradientType=0 ); /* IE6-9 */
}

.standardButton:hover{
			
	background: rgb(253,177,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,177,0,1) 0%, rgba(208,124,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,177,0,1)), color-stop(100%,rgba(208,124,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,177,0,1) 0%,rgba(208,124,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,177,0,1) 0%,rgba(208,124,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,177,0,1) 0%,rgba(208,124,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,177,0,1) 0%,rgba(208,124,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb100', endColorstr='#d07c00',GradientType=0 ); /* IE6-9 */
}

.standardButton:active{  
	background: rgb(204,120,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,120,0,1) 0%, rgba(204,120,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,120,0,1)), color-stop(100%,rgba(204,120,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(204,120,0,1) 0%,rgba(204,120,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(204,120,0,1) 0%,rgba(204,120,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(204,120,0,1) 0%,rgba(204,120,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(204,120,0,1) 0%,rgba(204,120,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7800', endColorstr='#cc7800',GradientType=0 ); /* IE6-9 */
}

/*********************************
 BOTï¿½N PARA CRï¿½DITOS Y LICENCIAS
 **********************************/
#btCopyright,
#btCloseCopyright{
	position:absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 29px;
	
	border-radius:4px;
	font-size: 25px;
	font-weight:bolder;
	line-height:1px;
	padding:0;
	padding-top: 14px;
	padding-left: 0px;
	z-index:100;
}

#btCloseCopyright{
	font-size: 30px;
	position:absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 29px;
	padding-top: 13px;
}

/*********************************
 DIV CON CRï¿½DITOS Y LICENCIAS
 **********************************/
#copyright {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url("../imgs/tpl/backwindow.png");
	padding: 20px;
	visibility: none;
	z-index:100;
}

.innerCopyright{
	background-color: white;;
	border: 3px solid rgb(255,179,0);;
  	border-radius: 6px;
	color: #232323;
	font: Arial, sans-serif;
	text-align: center;
	padding: 20px;
	max-height: 100%;
	overflow: auto;
}

.creditos{
	width: 100%;
	margin: 0% auto;
}

.creditos h1 {
		color: rgb(245,139,0);
		margin: 5px;
		font-weight: bolder;
}

.creditos &gt; ul{
		min-height: 60px;
}

.proyecto{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #232323;
	text-align: justify;
	font-style: !important;
}

table.autores{
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #183152;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


table.autores td.rol{
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	vertical-align:top;
}

table.autores td.nombre{
	color: #375D81;
	text-align: left;
}


.logos{
}

.logos a {
	text-decoration: none;
}
.linea{

	height: 1px;
	color: #ee7f30;
	background-color:#ee7f30;
}

.licencias &gt; p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	margin: 5px;
}

.creativeCommons{
	background: url("../icns/logoCreativeCommons.png") no-repeat;
	padding-left: 100px;
	height: 32px;
}

.oculto{
	opacity: 0;
	visibility: hidden;
}

.visible{
	transition: -ms-transform, transform, visibility, opacity;
	-webkit-transition: -webkit-transform, visibility, opacity;
	transition-duration: 500ms;
	-webkit-transition-duration: 200ms;
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	/*arregla artefactos con ipad safari*/
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	z-index:100;
}
</pre></body></html>