#descricaoP { 
    float: left;
    width: 900px;	
    min-height: 90px;
    max-height: 350px;    
    padding: 20px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 1.6em;     
}
#descricaoRegras { 
    float: left;
    width: 900px;
    height: 600px;   
    padding: 20px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 1.8em;     
}
p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
#caixaProduto { 
    float: left;
    width: 300px;	
    height: 330px;
    background-color: #ece9ff;
    border-radius: 10px;
    margin-left: 15px;   
    margin-top: 10px;
}
#produtoTitulo { 
    float: left;
    width: 300px;	
    height: 30px;
    background-color: #991d1d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding-top: 8px;
}
#produtoFoto { 
    float: left;
    width: 300px;	
    height: 200px;  
    text-align: center;
    margin-top: 10px;
}
#produtoPontos1 { 
    float: left;
    font-family: sans-serif ;
    width: 300px;	
    height: 30px;
    background-color: #cfcfcf;    
    text-align: center;
    color: #000000;
    font-size: 22px;
    padding-top: 10px;
    margin-top: 10px;
}
#produtoPontos2 { 
    float: left;
    width: 300px;	
    height: 22px;
    font-family: sans-serif ;
    background-color: #cfcfcf;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    color: #6a6a6a;
    padding-bottom: 10px;
    font-size: 16px;

   
}