@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,700';


body { 

    background-color: #ffffff
       }

.contenedor { 

    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    overflow: hidden
    
   }  
/*Brra de navegacion*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: rgb(250,87,85);
    text-align: left;
    padding: 14px 16px;
    text-decoration:none;
    transition: background-color 0.3s;
    opacity: 1;
}

/*Cambio de color al pasar*/

li a:hover {
    text-emphasis-color: black;
    background-color: #ffffff;
    opacity: 0.5;
    
    
}

h1{ 
   color: rgb(250,87,85);
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 100px;
   padding-left: 0px;
   padding-top: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-image: image(../vn18/04/Img/fadu.jpg);
   width: 100%;
   border-bottom-style: solid;
   border-width: thin;
   border-top: #7b7e7e;
   border-top-style: solid;
   border-width: thin;
   border-bottom-color: rgb(250,87,85);
   box-sizing: border-box;
       
}

h2{
   color: black;
   font-family: 'Raleway', sans-serif;
   font-weight: 300;
   font-size: 30px;
   padding-left: 0px;
   padding-top: 0px;
   background-image: image("Img/Logo%20FADU%20inst.jpg");
   width: 100%;
   margin-bottom: 0px

 
}


h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: black;
    align-content: center
    text-decoration: none;
    background-color: #ffffff;
    width: 100%;
    height: 23px;
    padding: 0px;
   
}
h4 {

    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: black;
    width: 100%;
    height: 00px;
    padding: 0px;
    margin-left: 0px;

    
     
}
    

    }
h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: black;
    margin-top: 10px
    margin-bottom: 10px;
    
  
   
}
.Materias {
    font-family: 'Raleway', sans-serif;
    color: #7b7e7e;
    text-align: left;
    padding: 30px;
    margin-left: 0px;
    
}

h6{
   padding-left: 0px;
   padding-top: 0px;
   width: 100%;
   margin-bottom: 450px
   

 
}

.fondofadu{
    
   width: 100%;
   box-sizing: border-box;
         
}

footer {
    
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 100%;
    
}


