@charset "utf-8";

*{
    margin:0;
    border: 0;
    padding:0;
}

body { 	background-color: #dee2ee; }

#topo {
    width  : 775px;
    height : 317px;
    margin : 0 auto;
}

#topo h1 {
    display : block;
    float   : left;
    width   : 349px;
    height  : 317px;
    background-image:url("../img/logo.png");
}

#topo h2 {
    display : table;
    float   : right;
    width   : 330px;
    height  : 150px;
    font    : bold 30px "Times New Roman", Times, serif;
    margin  : 70px 0 0 0;
    text-align: right;
}

#barra {
    width : 100%;
    background-color: #007bd1;
    padding:20px;
}

#geral {
    width: 100%;
    height: 350px;
    background-color:#FFF;
}

#tel {
    display: block;
    color:#666;
    margin-top:20px;
    font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#conteudo {
    display:block;
    margin:0 auto;
    width: 775px;
    height: 250px;
    font:normal 12px verdana;
}

#conteudo h3{
    font:bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottoms:5px
}

.destaque, .tutoriais {
    float  : left;
    width  : 240px;
    height : 100px;
    margin : 30px 0 0 18px;
}

.destaque a, .tutoriais a {
    color: #007bd1;
    text-decoration:none;
    font-weight: bold;
}

.tutoriais a {
    display: block;
    margin: 10px 0;
    font-weight: normal;
}

#barra{
    text-align:center;
    font:bold 24px "Times New Roman", Times, serif;
    color:#FFF;
}

#barra a {
    font: normal 12px verdana;
    color:#fff;
    text-decoration: none;
}

#rodape {
    margin:0 auto;
}

address{
    margin: 0 auto;
    text-align:center;
    font:normal 10px Verdana, Geneva, sans-serif;
    color:#999;
    font-style:normal;
    margin:5px;
}

#icones {
    margin: 20px auto 0 auto;
    padding: 10px;
    display: table;
    width: 100%;
}

#icones a {
    margin: 0 0 0 20px;
    display: table;
    float: left;
}
