@font-face {
    font-family: 'tekolight';
    src: url('fuentes/teko-light-webfont.eot');
    src: url('fuentes/teko-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/teko-light-webfont.woff2') format('woff2'),
         url('fuentes/teko-light-webfont.woff') format('woff'),
         url('fuentes/teko-light-webfont.ttf') format('truetype'),
         url('fuentes/teko-light-webfont.svg#tekolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tekomedium';
    src: url('fuentes/teko-medium-webfont.eot');
    src: url('fuentes/teko-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/teko-medium-webfont.woff2') format('woff2'),
         url('fuentes/teko-medium-webfont.woff') format('woff'),
         url('fuentes/teko-medium-webfont.ttf') format('truetype'),
         url('fuentes/teko-medium-webfont.svg#tekomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tekobold';
    src: url('fuentes/teko-bold-webfont.eot');
    src: url('fuentes/teko-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/teko-bold-webfont.woff2') format('woff2'),
         url('fuentes/teko-bold-webfont.woff') format('woff'),
         url('fuentes/teko-bold-webfont.ttf') format('truetype'),
         url('fuentes/teko-bold-webfont.svg#tekobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tekosemibold';
    src: url('fuentes/teko-semibold-webfont.eot');
    src: url('fuentes/teko-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/teko-semibold-webfont.woff2') format('woff2'),
         url('fuentes/teko-semibold-webfont.woff') format('woff'),
         url('fuentes/teko-semibold-webfont.ttf') format('truetype'),
         url('fuentes/teko-semibold-webfont.svg#tekosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color:#fbe5cb;
    font-size:12pt; 
   clear: both;
 
    }


header{
    background-image: url(imagen/banner.jpg);
    background-size: 1000px;
    margin-left: 200px;
    margin-right: 30px;
    width: 70%;
    text-decoration: none;
       
}
header h1{
    padding-left: 280px;
   
    float: none;
       
}
header a{color:#fff;
    font-size: 1rem;
    font-family: 'tekomedium', sans-serif;
     width: 25%;

}
nav{background-color: #d6244b;
    overflow: 2000px;
    font-family: 'tekomedium', sans-serif;
    padding-left: 20px;
    padding-right: 80px;
    display: inline-block;
    margin-left: 100px;
    clear: both;
    box-sizing: content-box; 
    }

nav ul {
    margin: 0px;
    
}

nav ul li{
    padding-left: 0px;
    text-decoration: none;
    display: inline-block;
    box-sizing: content-box;
    margin-left: 20px; 
    padding-top: 1rem;
    float: left;
    margin-bottom: 1.5rem;
}

   
   
main{background-color: #fbe5cb;
    clear:both;
    width: 100%;
    float: right;
    margin-left: 16px;
    margin-right: 16px;
    
}

footer{
    background-color: #d6244b;
    clear: both;
    margin-left: 185px;
    margin-right: 385px;
    padding-left: 24px;
    font-family: 'tekolight', sans-serif;
    font-size: 11pt;
    width: 40%;
    float:right;
    
}
        
    
article{
font-family: 'tekomedium', sans-serif;
font-size: 20pt;
    background-color: #fbe5cb;
    width: 80%;
    float: left;
    
    clear:both;
    margin-left: 200px;

    margin-top: 0.5rem;
    padding-left: 250px;
   

}
        
 #botonera {
     color:  #fbe5cb; }  

#botonera nav ul li{
	list-style-type:none;
	width:102px;
	height:38px;
	float:left;
    
   
	}


aside {
	
 width: 331px;
    float: left;
    margin-left: 15px;
    margin-right: 0px;
    margin-top:25px;
}