*{
        margin: 0;
        padding: 0;
    }
body{
	background-color: #ffffff;
}

header#laranja{
	background-color: yellow;
	width: 100%;
	height: 10px;
	}
figure.foto-legenda{
	width: 630px;
	padding: 10px;
}
figure.foto-legenda img{
	width: 100%;
	height: 100%;
	align-items: center;
}
figure.logo img{
	width: 100px;
	margin-left: 100px;
	margin-top:0px;
}
center#capa img{
	width: 500px;
	height: 400px;	
	
}
    .menu{
        width: 100%;
        height: 50px;
        background-color: #00f;
        font-family: 'arial';
		margin-left: 0px;
		
    }
    .menu ul{
        list-style: none;
        position: relative;
    }
    .menu ul li{
        width: 150px;
        float:right;
		
    }
    .menu a {
        padding: 15px;
        display: block;
        text-decoration: none;
        text-align: center;
        background-color: #00f;
        color: #fff;
    }
    .menu ul ul{
        position: absolute;
        visibility: hidden;
    }
    .menu UL li:hover ul{
        visibility: visible;
    }
    .menu a:hover {
        background-color: #f4f4f4;
		color:#555;
    }
    .menu ul ul li{
        float: none;
        border-bottom: solid 1px #ccc;
    }
    .menu ul ul li a {
        background-color: #069;
		    }
div#interface{
	background-color: #ffffff;
	width: 1200px;
	margin: 5px  auto 0px auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	padding-left: 20px;
	padding-right: 20px;
	/*text-align: justify;*/
}
#conteudos{
	text-align: justify;
	padding: 10px;
	line-height: 30px;
	font-family: "arial";
    font-size: 15px;
}	
#destaque{
	background-color: cornflowerblue;
	color:aliceblue;
	padding: 10px;
}
#actividade{
	background-color:darkolivegreen;
	color:aliceblue;
	padding: 10px;
	border-width:thick;
}
#reflexao{
	border-style: solid;
	padding: 10px;
}

section#modulos{
	margin-left:20px;
	margin-top: 5px;
	color:blue;
	width: 630px;
	}
#mascara{
	display: table;
}
#imageme{
	display: table-cell;
	float: left;
}

#textod{
	display: table-cell;
	float: left;
	width: 800px;
}
#conteudos li{
	text-indent: 20px;
}
#conteudos ol li{
	
	margin-left: 40px;
}
#conteudos ul li{
	
	margin-left: 40px;
}
#licao ul{
	list-style: none;
	padding: 4px;
	margin-left: 15px;
}
#licao li a{
	
	text-decoration: none;
	
}
#licao li a:hover{
	background-color: blue;
	color:yellowgreen;
} 
    label[for="bt_menu"]{
        padding: 5px;
        background-color: #00f;
        color: #fff;
        font-family: "arial";
        text-align: center;
        font-size: 30px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    #bt_menu{
        display: none;
    }
    label[for="bt_menu"]{
        display: none;
    }
    @media(max-width: 800px){
    label[for="bt_menu"]{
        display: block;
    }
	body{
	background-color: #ffffff;
}	
		
        #bt_menu:checked ~ .menu{
            margin-left: 0;
        }
        .menu{
            margin-top: 5px;
            margin-left: -100%;
            transition: all .4s;
        }
        .menu ul li {
            width: 100%;
            float: none;
        }
        .menu ul ul{
            position: static;
            overflow: hidden;
            max-height: 0;
            transition: all .4s;
        }
        .menu ul li:hover ul{
            height: auto;
            max-height:500px;
        } 
        details{
            margin-top: 10px;
            cursor: pointer;
        }
		
		div#interface{
	background-color: #ffffff;
	width: 100%;
	margin: 0px  auto 0px auto;
	padding-left: 10px;
	padding-right: 20px;		
	box-shadow: 0px 0px 10px white;	
}
		section#modulos{
	margin-left: 5px;
	margin-top:  -40px;
	color:blue;
	width: auto;
		}
header#laranja{
	background-color: yellow;
	width: 100%;
	height: 10px;
	margin-left: -50px;
	
}
figure.foto-legenda{
	width: 430px;
	padding: 5px;
}
figure.foto-legenda img{
	width: 100%;
	height: 100%;
	align-items: center;
		}
figure.logo img{
	width: 100px;
	margin-left: 120px;
	margin-top:10px;
		}
}
