- @charset "utf-8";
- .botao_infovitimasinclusivo{
- width:545px;
- float: left;
- background: black;
- color: white;
- margin-bottom: 10px;
- text-decoration: none;
- text-align: center;;
- padding-top: 6px;
- padding-bottom: 6px;
- font-size: 16pt;
- cursor: pointer;
- font-family: sans-serif;
- text-transform: uppercase
- }
- .botao_infovitimasinclusivo:nth-child(2) {
- margin-left: 10px
- }
- .botao_infovitimasinclusivo:Hover{
- color: black;
- background: white
- }