@charset "UTF8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

@font-face{
    font-family:"FonteLogo" ;
    src: url("../_fonts/bubblegum-sans-regular.otf");
}

h2{
    color:#666666;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-align:left;
    font-family: "FonteLogo",arial,sans-serif;
}
h3{
    color: #000000;

    text-align:left;
    font-family: "FonteLogo",arial,sans-serif;
}
tr#titulo{
    background-color: rgba(0,172,230,.2);
    min-width: 300px;
    text-align: center;
    border-bottom: 1px;
}

tr#titulorel{
    border-bottom: 1px;
}
td {
    border: 1px;
}


a{
    text-decoration: none;
    color:#0033cc;
 }

a:hover{
    background:#0099ff; 
    color:#fff;
    text-shadow:0px 0px 5px #000000;
}
section#conteudo{
    width: 100%;
    margin: 0px;
    top: 80px;
}
tr.th{
    text-align:center; 
}

input button{
    background-color: #0033cc;
}
input:hover{
    background:#0099ff; 
    color:#fff;
    text-shadow:0px 0px 5px #000000;
}
