﻿/* Downloads.css - Folha de Estilos em Cascata da Página Downloads - (C) 2022 Comin Systems - Pedro Antonio Rossato Comin

/*DEFAULT*/

body   
{
    position:     absolute   ;
    top:          0px        ;
    left:         0px        ; 
    width:        100%       ; 
    height:       auto       ; 
    background:   rgb(250,250,252) ;
    font-size:    11pt       ;
    font-family:  "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial" , "Helvetica" , "Verdana" , "Sans-Serif" ;
    margin:       0px        ;
    padding:      0px        ;
    color:        #465C71    ;
}

a:link, a:visited
{
    color:rgb(53,106,106) ;
}

a:hover
{
    color:   rgb(160,0,0) ; 
    text-decoration: none ;
}

a:active
{
    color: rgb(0,0,0) ; 
}
  
/*BOTÕES*/  

input.classeNormal
{
    border-color:      rgb(85,112,138)  ;
    border-style:      solid            ; 
    border-width:      1px              ; 
    background-color:  rgb(225,231,236) ; 
    color:             #465C71          ;
    font-family:       Sans-Serif       ; 
    font-size:         14pt             ;
}

input.classeSobre
{
    font-weight:  600 ;
}

/*[FIM]*/

