/*FUENTES*/
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf) format('TrueType');
}
@font-face {
    font-family: Open Sans Bold;
    src: url(../fonts/OpenSans-Bold.ttf) format('TrueType');
}
/**/

nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    
	
}
nav ul li {
    float: left;
}
.mentobar{
	background-color:yellow;
	color:yellow;
	height: 2px;
	margin: 0;
	padding: 0;
	border: 0;
}
section{
	overflow: visible;
}
nav{
	background-color: #3970E0;
	font-family: Open Sans;
	font-weight: bolder;
}
nav ul li a {
    display: block;
    color: #F5F0E2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #111;
}



footer{
	
	background-color: #333;
	color: #EEE;
	overflow: visible;
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
	height: 68px;
}

.signature{
	
	margin-bottom: 2px;
	margin-left: 10px;
	margin-top:8px;
}
.enlaceSignature{
	text-decoration: none;
	color: yellow;
	font-weight: bolder;
}
.year{
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom:8px;
	font-weight: bolder;
}
h1{
	font-size: 2em;
	font-weight: bolder;
	font-family: Open Sans Bold;
	border-bottom: 1px solid;
	margin-bottom: 16px;
	margin-top: 0px;
}
.navegacion{
	width:100%;
	height:auto;
	padding:0;
	border:0;
	margin:0;
}
article{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#fff;
	color: #000;
	border: 1px solid black;
}
article p{
	padding-left: 10px;
}
body{
	padding: 0;
	margin:0;
	background-color: #F5F0E2;
	font-family: Open Sans;
	padding-bottom: 68px;
}
html {
    position: relative;
    min-height: 100%;
}
.logo{
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:44px;
	height:44px;
	float: left;
}
.listaprogramatica{
	
}