html *
{
   font-size: 15px;
   line-height: 150%;
   color: #000;
   font-family: Century Gothic, Calibri, Arial;
}

.tabform1
{
   font-size: 15px;
   color: #333;
   font-family: Century Gothic, Calibri, Arial;
   font-weight: bold;
}

.tabform2
{
   font-size: 15px;
   color: #333;
   font-family: Century Gothic, Calibri, Arial;
}

.titulo1
{
   font-size: 20px;
   font-weight: bold;
}

.titulo2
{
   font-size: 20px;
   font-weight: bold;
}

.wxmar-button-grande {
   color: #000000;
   background-color: #E0E1E6;
   border: none;
   height: 80px;
   width: 200px;
   white-space:normal;
   padding: 0 5px;
   text-align: center;
   font-family: Calibri, Arial;
   font-weight: bold;
   font-size: 15px;
   cursor: pointer;
   border-radius: 10px;
   }

.wxmar-button-grande:hover {
   transform: scale(1.01);
   }

.wxmar-button-pequeno {
   color: #000000;
   background-color: #FFFFFF;
   border: none;
   height: 20px;
   width: 200px;
   white-space:normal;
   padding: 0 5px;
   text-align: center;
   font-family: Calibri, Arial;
   font-weight: bold;
   font-size: 15px;
   cursor: pointer;
   border-radius: 10px;
   }

.wxmar-button-pequeno:hover {
   transform: scale(1.1);
   }

.wxmar-button-pequeno-nobold {
   color: #000000;
   background-color: #FFFFFF;
   border: none;
   height: 20px;
   white-space:normal;
   padding: 0 5px;
   text-align: center;
   font-family: Calibri, Arial;
   font-weight: normal;
   font-size: 15px;
   cursor: pointer;
   }

.wxmar-button-pequeno-nobold:hover {
   transform: scale(1.1);
   }

.wxmar-pula {
   font-size: 5px;
   }

.menumom:hover .menudropom {
   display: block;  
}  

.menudropom {
   font-family: Calibri, Arial;     
   position: absolute;  
   left: 45vw;   
   background-color: FFFFFF;     
   display: none;   }  
   
.menudropom a {     
   color: #000000;      
   font-weight: normal;      
   text-decoration: none;   
}  

.menudropom table {      
   color: #000000;      
   font-weight: bold;   
}