@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

body {
    background-color: #dddddd;
    color: rgba(0,0,0,1) ;
}

div#conteudo{
            width: 900px;
            background-color: #ffffff;
            margin: -20px auto 0px auto;
            box-shadow: 0px 0px 10px rgba(0,0,0,.5);
            padding: 10px;
            text-align: center;
            font-family: Tahoma;
            
}

h3 a {
      color: #000;
}

footer#rodape{
             width: 900px;
             background-color: #1058db;
             padding: 10px;
             margin: auto;
             color: #ffffff;
			 text-align: center;
}

div#cabecalho{

             border-bottom: 2px #1058db solid;
             height: 215px;

}

h1#font1{
        font-family: 'Titillium Web', sans-serif;
        color: #3c4454;
        font-size: 30pt;
}

h2{
    font-family: 'Titillium Web', sans-serif;
        color: #999;
        font-size: 20pt;

}

h1#font2{
        font-family: 'Titillium Web', sans-serif;
        color: #3c4454;
        font-size: 30pt;
}


p{
 font-size: 15pt;
}

