/*
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 : 18/04/2020, 19:10:08
    Author     : usuario
*/

*   
    {
        margin:0px;
        padding: 0px;
        text-align: center;
    }
body {}
#escolhas:hover {background: #F0F0F0;}
span 
    {
        font-size: 20pt;
      	padding-top: 10px;
    }
#container 
    {
        
        //border: 1px solid black;
	background: white;
        width: 650px;
        height: 450px;
        margin: auto;
        position:absolute;
        top:50%;
        left:50%;
        margin-top:-225px;
        margin-left:-325px;
        border-radius: 5px;
    }
#escolhas
    {
        border: 1px solid #F0F0F0;
        background: #F9F9F9;
        border: 1px solid #F0F0F0;
        width: 200px;
        height: 200px;
        float:left;
        margin: 7px;
        margin-top: 30px;
        border-radius: 5px;
    }

esccentro { margin-top: 20px;}

 