@media screen and (max-width: 900px) {
	header, footer, #main_section {
		width: 99%;
		margin: 0px;
		border: 0px;
		padding: 0px;
	}

}

@media screen and (min-width: 900px) {
	header, footer {
		width: 900px;
		margin: 0px auto;
	}
	#main_section {
		width: 880px;
		margin: 0px auto;
		border: 0px;
		padding: 0px;
	}
}

a, a:link, a:visited, a:active, nav {
	color: #793c00;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: #e67300;
}

div.big_picture_c {
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	display: grid;
    height: 100%;
	width: 100%;
}

img.big_picture_c {
	max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

body {
	background-color: #ffffff;
	font-family: sans-serif;
	border: 0px;
	padding: 0px;
	font-size: 100%
}

footer {
	font-weight: bold;
	font-size: 70%;
	text-align: center;
	padding-top: 30px;
	text-indent: 0px;
	clear: both;
	background-color: #ffffff;
}

header {
	position: relative;
	background: rgba(201,101,0,1);
	background: -moz-linear-gradient(left, rgba(201,101,0,1) 0%, rgba(255,173,79,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,101,0,1)), color-stop(100%, rgba(255,173,79,1)));
	background: -webkit-linear-gradient(left, rgba(201,101,0,1) 0%, rgba(255,173,79,1) 100%);
	background: linear-gradient(to right, rgba(201,101,0,1) 0%, rgba(255,173,79,1) 100%);

	border-bottom: 10px solid #e67300;
	padding: 0px;
}

header > img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

header > span {
	position: absolute;
	font-weight: bold;
	font-style: italic;
}

@media screen and (min-width: 600px) {
	header > span {
		top: 20px;
		font-size: 80px;
	}
}

@media screen and (max-width: 600px) and (min-width: 420px) {
	header > span {
		top: 25px;
		font-size: 50px;
	}
}

@media screen and (max-width: 420px) {
	header > span {
		top: 25px;
		font-size: 35px;
	}
}

@media screen and (min-width: 550px) {
	nav {
		float: right;
		border: 0px;
		margin: 0px;
		padding: 0px;
		visibility: visible;
	}

	nav > ul {
		position: absolute;
		bottom: -10px;
		right: 0px;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

	nav > ul > li {
		float: left;
	}

	nav > ul > li:first-child > a {
		border-top-left-radius: 6px;
	}

	nav ul li:last-child a {
		border-right: 0px;
	}

	nav > ul > li > a {
		border: 0px;
		border-right: 2px solid #ffa02c;
		padding: 4px 8px;
	}

	div.ham {
		visibility: hidden;
	}
}

@media screen and (max-width: 550px) {

	div.ham {
		visibility: visible;
	}

	nav {
		visibility: hidden;
		float: left;
		position: absolute;
		top: 136px;
		right: 0px;
		z-index: 100;
	}

	nav > ul > li > a {
		border: 1px solid #ffa02c;
		padding: 4px 8px;
	}

	nav > ul {
		width: 140px;
	}
}

div.ham {
	float: right;
	position: absolute;
	bottom: -3px;
	right: 4px;
}

nav > ul > li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

nav > ul {
	list-style: none;
}

nav > ul > li > a {
	display: block;
	margin: 0px;
	background-color: #ffd7a7;
}

nav ul li a:hover {
	color: #ffd7a7;
	background-color: #793c00;
}

div.minimenu {
	float: right;
	position: absolute;
	right: 0px;
	background-color: #017aff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-bottom-left-radius: 5px;
	font-size: 70%;
}

div.minimenu a {
	display: block;
	padding: 5px 10px;
	margin: 0px;
	border: 0px;
	text-indent: 0px;
	font-weight: normal;
}

div.minimenu:hover {
	background-color: #dfdfdf;
}

div.minimenu a, div.minimenu a:link, div.minimenu a:visited, div.minimenu a:active {
	color: #dfdfdf;
}

div.minimenu a:hover {
	color: #017aff;
}

section {
	position: relative;
	background-color: #ffffff;
	border: 0px;
	padding: 10px 10px 5px 10px;
	margin: 0px;
}

h1, h2 {
	margin: 0px 0px 20px 0px;
	color: #017aff;
	border-top: 0px;
	border-bottom: 4px solid #e67300;
	border-left: 0px;
	border-right: 0px;
	font-weight: bold;
	text-indent: 0px;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

p {
	border: 0px;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: auto;
	text-indent: 25px;
}

p+p {
	padding: 30px 0px 0px 0px;
}

section.program_main p+h3 {
	padding: 20px 0px 0px 0px;
}

li {
	padding: 0px 0px 15px 0px;
	text-align:justify;
	text-justify:auto;
	line-height: 1.3em;
}

section.cacharreo_main li, section.article_main li {
	text-align: left;
}

div#news_main p, div#news_extra p {
	font-size: 100%;
	padding: 10px 20px;
	line-height: 1em;
	text-align: left;
	text-justify: none;
	text-indent: 0px;
}

div#news_main p span, div#news_extra p span {
	font-weight: bold;
}

section.program_main h3 {
	text-indent: 25px;
}

section.cacharreo_main li, section.article_main li {
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}

section.cacharreo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section.article ul {
	margin-left: 20px;
}

div.cclicense {
	text-align: center;
	clear: both;
	font-size: 65%;
	margin: 20px 0px 0px 0px;
}

/* específicos para programas */

p.version_actual {
	font-weight: bold;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

li.version {
	list-style-type: disc;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
}

li.version_elemento {
	margin-left: 20px;
	list-style-type: circle;
}

@media screen and (min-width: 550px) {
	div.screenshot {
		float: right;
		clear: both;
		border: 0px;
		padding: 5px 0px 0px 10px;
	}
}

@media screen and (max-width: 550px) {
	div.screenshot {
		border: 0px;
		padding: 5px 0px 5px 10px;
	}
	div.screenshot a, div.screenshot img {
		border: 0px;
		padding: 0px;
	}
	div.screenshot img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

p.git, p.descarga {

	border-color: #017aff;
	background-color: #c3e0ff;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
	margin: 8px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

p.git a, p.descarga a {
	width: 100%;
	color: #000000;
}

p.git:hover, p.descarga:hover {

	border-color: #017aff;
	background-color: #000000;
	color: #c3e0ff;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
	margin: 8px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}

p.git:hover a, p.descarga:hover a {
	color: #c3e0ff;
	width: 100%;
}

/* especificos para artículos */

p.aviso {
	font-size: 130%;
	font-weight: bold;
	text-indent: 0px;
	color:#bf0000;
}

p.imagen {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
}

p.demos {
	font-size: 60%;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

p.ecuacion {
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
}

p.direccion_correo {
	text-align: center;
	text-indent: 0px;
}
