@font-face {
    font-family: 'audimat_monobold';
    src: url('fonts/audimat-monobold/audimb__-webfont.eot');
    src: url('fonts/audimat-monobold/audimb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/audimat-monobold/audimb__-webfont.woff2') format('woff2'),
         url('fonts/audimat-monobold/audimb__-webfont.woff') format('woff'),
         url('fonts/audimat-monobold/audimb__-webfont.ttf') format('truetype'),
         url('fonts/audimat-monobold/audimb__-webfont.svg#audimat_monobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'audimat_monosmallcapslight';
    src: url('fonts/audimat-mono/audimscl-webfont.eot');
    src: url('fonts/audimat-mono/audimscl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/audimat-mono/audimscl-webfont.woff2') format('woff2'),
         url('fonts/audimat-mono/audimscl-webfont.woff') format('woff'),
         url('fonts/audimat-mono/audimscl-webfont.ttf') format('truetype'),
         url('fonts/audimat-mono/audimscl-webfont.svg#audimat_monosmallcapslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}


*{
   margin;0;
   padding:0
  -webkit-box-sizing: border- box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}



body{ 
    
  background: white; 
}

.contenedor{
    width: 100%;
    max-width: 1000%;
     margin:30px auto;
    
}

.slides{
    width: 100%;
    
}

.slides img{
    width: 100%;
}


.logo-menu h2{
    width: 100%;
    color:white;
     font-family: 'audimat_monobold';
    font-size: 40px;
}

.logo-menu .menu a{
    display: inline-block;
    padding: 40px 20px;
     font-family: 'audimat_monobold';
    font-size: 28px;
    
    
}


.logo-menu .menu a:hover{
    
    border-bottom: 4px solid #ff9900;
    padding-bottom: 36px;
}

.submenu {
    
    background: #ff6666;
} 


.submenu nav a{
    
    padding: 26px 20px;
    display:inline-block;
   font-family: 'audimat_monosmallcapslight';
    line-height: 25px;
    font-size: 24px;
   margin-right: 200px;
}

.submenu nav a span {
    
    margin-right: 10px;
}

.submenu nav a:hover{
    
    text-decoration: underline;
}

.header a{
    color: white;
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6{
    
   margin: 0;
    padding: 10px;
}

.nombre{
    font-family: 'audimat_monobold';
    font-size: 18;
    color:white;
    background: #ff6666;
    
}

.materias{
    font-family: 'audimat_monobold';
    font-size: 18;
    color:white;
    background: #ff6666;
    
}

p { font-size: 14px;
     font-family: 'chivoregular';
    text-align: center;
    
}

.sidebar {
    width: 100%;
     text-align: center;
}

.sidebar1 img{
    padding: 1em;
    border-width: 100%;
   
}

.slidesjs-pagination {
    
    background:#ff9900;
    list-style: none;
    overflow: hidden;
    
}

.slidesjs-pagination li{
    
    float: left;
    
}

.slidesjs-pagination li a {
    display: block;
    padding: 10px 20px;
    color:white;
    font-family: 'audimat_monobold';
    font-size: 14px;
    float: left;
}

.slidesjs-pagination li a:hover{
    
    text-decoration:underline;
   background:  #ff6666;
}

.slides .active{
     background:  #ff6666;
    
}

.slidesjs-navigation{
	background:#000;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13.5px 20px;
	float: inherit;
font-family: 'audimat_monobold';
    font-size: 14px;
}

.principal{
    
    margin-top: 20px;
    margin-bottom: 20px
}


   
.header{
    background: #000000;
}

 

.logofadu img{
   padding: 11PX 20PX;
   box-sizing: border-box;
  text-align: right;
   
  
}
            
                                   


.footer{
      display: flex;
    margin: auto;
    background:#ff6666;
         padding:1em;
       box-sizing: border-box;
    }  

.footer h6{
    padding: 11PX 20PX;
    color:white;
    font-family: 'chivoregular';
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
}
 
.logomenu {
    width: 70%;
    display: flex;
}
@media screen and (max-width: 800px){
    body{ background:#00cc99;
        
    }
    
    
}
    
    