/* 
    Document   : estilo
    Created on : Jun 21, 2011, 2:45:27 PM
    Author     : v1c
    Description:
        Purpose of the stylesheet follows.
*/
h1 {
    font-size: 26pt;
    display: block;
    text-align: right;
    color: darkcyan;
    font-weight: bold;
    margin-bottom: 80pt;
    margin-top: 10pt;
    margin-right: 5pt;
}
p {
    font-size: 11pt;
    margin-bottom: 10pt;
}
#container {
    background: #FFF url('/erro/img/401.png') no-repeat top left;
    display: block;
    width: 350px;
    margin: 0 auto;
    padding-left: 300px;
    height: 350px;
}
#container.erroCookie {
    background-image: url('/erro/img/cookies/cookie.gif');
    width: 450px;
    padding-left: 400px;
    height: 400px;
}
#container.tutorialCookie {
    background-image: url('');
    padding-left: 0;
    width: 750px;
    height: auto;
    vertical-align: top;
}
#container.tutorialCookie h1 {
    margin-bottom: 10pt;
    text-align: center;
}
#container.tutorialCookie .navegadores {
    list-style-type: none;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10pt;
    text-align: center;
}
#container.tutorialCookie .navegadores li {
    display: inline-block;
}
#container.tutorialCookie .telasCookie {
    display: none;
}
#footer {
    display: block;
    width: 650px;
    margin: 0 auto;
    font-size: 8pt;
    text-align: center;
}
