/*Selectores Css*/

*{/*Selectores universales*/
    margin: 0px;
    padding: 0px;
    text-decoration: none;

}
body{
   background-color: rgb(245, 245, 245);
}

header{
     background-color: rgb(205, 128, 92);
     padding: 20px;
}

h1{/*selectores de aprupacion*/
    text-align: center;
    color: rgb(241, 234, 234);
    font-family:sans-serif;
    font-size: 35px;
}
nav{
    background-color: rgb(71, 71, 71);
    text-align: center;
    padding: 15px;
    
    
}
li{
    display: inline-block;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding: 15px;
    font-size: 10px;
    color: rgb(5, 5, 5);
    
}

.submenu{/*selectores clases*/
    text-align: left;
    color: rgb(3, 3, 3);
    display:inline-block

}
#programacion{
    color: rgb(155, 60, 36);
    font-family:monospace;
    font-size: 20px;
}
#estructura{
    color: rgb(155, 60, 36);
    font-family:monospace;
    font-size: 20px;
}

#redes{
    color: rgb(155, 60, 36);
    font-family:monospace;
    font-size: 20px;
}

#tecnologia{
    color: rgb(155, 60, 36);
    font-family:monospace;
    font-size: 20px;
}

section{
    padding: 50px;
    background-color: rgb(221, 214, 214);
    margin: 20px;
    border-radius: 15px;
    text-align: left;
    border-style:dashed;
}

a{
    text-align: center;
    color: rgb(3, 3, 3);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    
   
}
.descripcion{
    
    font-size: 13px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

footer{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

