/*Arthur Alves Nº5 2ºI/S */
body{
    background-image: url(imagensteste19_11_2024/bg_1.gif);
}

#principal{
    background-color: rgb(255, 255, 255);
    width: 800px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #fff;
}

#cabecalho{
    background-image: url(imagensteste19_11_2024/fundo03.jpg);
    border-radius: 10px;    
    height: 150px;
}

#corpo{
    min-height: 100px;
    margin-inline: 10px;
    font-family: Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

h3{
    color: #333;
    font-style: italic;
    text-transform: uppercase;
}

.cursos{
    list-style-type: circle;
}

#rodape{
    background-color: #333;
    height: 10px;
    border-radius: 10px;
}

#menu{
    background-color: rgba(0, 0, 0, 0.500);
    width: 800px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
}

a{
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ccc;
    text-decoration: none;
}

.secundario{
    list-style: upper-roman;
    list-style-position: inside;
}

#menu a{
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    #cabecalho {
      background-image: url(imagens15_11_2024/logo_AEE.svg);
    }

    #menu{
        float: none;
        width: 110px;
        height: 70px;
    }
  }

#menu a:hover{
    color: white;
    text-decoration: underline;
}







