#planoLeituraBiblica{
    background-image: url("/img/biblia.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 400px;
    text-align: left; /* a esquerda */
    background-color: #EEE5DE;
}

#plano{
/* fonte cor e sombra */
color: black;
text-shadow: 1px 1px 1px #FFFAFA;
font-family: Sans;/* importada... ver homepage https://fonts.google.com/ */
font-weight: bold;
font-size:2.5em;
text-align: center; /* ao centro*/

}



#diaDaSemana01, #diaDaSemana02, #diaDaSemana03, #diaDaSemana04, #diaDaSemana05, #diaDaSemana06, #diaDaSemana07{
width: 20%; /* Largura da DIV */
//border: 5px solid #F8F8FF; 
margin-left: 30px;

float: left; //faz ficar uma ao lado da outra
    
}


#divBotao{
position: absolute;
width: 30%; /* Largura da DIV */
//border: 5px solid #F8F8FF; 
left: 750px;
margin-top: 90px;
float: left; //faz ficar uma ao lado da outra
    
}

#avancar, #separar, #recuar{
position:static;
width: 40%; /* Largura da DIV */
//border: 5px solid #F8F8FF; 
float: left; //faz ficar uma ao lado da outra
 
   
}

input[type=button] {
    width: 100px ;
    height: 40px;
}
#infosite{
/* fonte cor e sombra */
color: black;
text-shadow: 1px 1px 1px #FFFAFA;
font-family: sans-serif;
font-weight: bold;
font-size:18px;
text-align: left; /* a esquerda */
}

#dia01, #dia02, #dia03, #dia04, #dia05, #dia06, #dia07{

/* fonte cor e sombra */
color: black;
text-shadow: 1px 1px 1px #FFFAFA;
font-family: sans-serif;
font-weight: bold;
font-size:18px;
text-align: left; /* a esquerda */

}


#texto01, #texto02, #texto03, #texto04, #texto05, #texto06, #texto07{

/* fonte cor e sombra */
color: black;
text-shadow: 2px 1px 1px #FFFAFA;
font-family: Arial;
//font-weight: sans-serif;
font-size:16px;
text-align: left; /* a esquerda */

}

