/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/10/2017, 16:18:21
    Author     : Abelardo
*/
@charset "UTF-8";
@font-face{
    //Inserir depois
}
 body{    
    font-family: 'Arial', sans-serif;
    background-color: #dddddd;
    color: rgba(0,0,0,1);
}

div#interface{
    //width: 900px;
    background-color: #efefff ;
    margin: 7px auto 0px auto;
    box-shadow: 0px 0px 10px black;
    padding: 5px;
}



p{
    text-align: justify;
    text-indent: 10px;
    text-indent: 10px;
}

p#slogan{
    text-align: center;
    color: orangered;
    font-family: cursive;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-size: 30pt;
    
}


p#cab-giig{
    text-align: center;
    color: blue;  
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-family: serif ;
    font-size: 60pt;
    margin: 5px auto 0px auto;
    padding: 2px;
}


a{
    color: #606060;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

section#corpo{
    display: block;
    //width: 900px;
    height: auto;
    background-color: white;
    margin: 7px auto 0px auto;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
    
}

nav#menu{
    display: block;
    

}

nav#menu ul{
    list-style: none;
    //text-transform: uppercase;
    position: relative;
    top: 10px;    
    font-family: arial;
    font-size: 10pt;
    //left: 300px;
}



nav#menu li{
    display: inline-block;
    background-color: #808080;
    padding: 5px;
    margin: 2px;
    transition: background-color .5s;
}

nav#menu li:hover{
    background-color: aqua;
	
}

nav#menu h1{
    display: none;
}

nav#menu a{
    color: #dddddd;
    text-decoration: none;
}

nav#menu a:hover{
    color: #000044;
    text-decoration: underline;	
}

footer#rodape{
    display: block;
    //width: 900px;
    //height: 50px;
    background-color: bisque;
    margin: 7px auto 0px auto;
    padding: 10px;
    color: brown;
    font-size: 15px;
    box-shadow: 0px 0px 10px black;
    clear: both;
    border-top: 1px solid #606060;
}

footer#rodape p{
    text-align: center;
}



