@charset "utf-8";
/* Desenvolvido por: DuplaNet.pt */

html, body {
    margin: 0px;
    background-color: #edeef2;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
}

h1, h2 {
    color: #FF0000;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 16px;
}

.texto_preto {
    color: black;
}

#barra_topo {
    height: 5px;
    background-color: #af0603;
}

#header {
    height: 234px;
    /*background-image:url(../img/header.jpg);*/
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

#logo {
    border: none;
    border-style: none;
    margin-top: 15px;
}

#menu {
    overflow: hidden;
    margin-top: 30px;
}

#menu .btn {
    border: none;
    border-style: none;
}

#menu .btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}

#banner {
    height: 490px;
    background-color: #c1bebc;
}

#slider {
    width: 900px;
    padding: 20px;
    text-align: center;
    margin: auto;
}

#corpo {
    width: 900px;
    margin: auto;
    text-align: justify;
}

#footer {
    height: 30px;
    background-color: #af0603;
    position: static;
    bottom: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#container {
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

#copyright {
    color: #c1bebc;
    line-height: 30px;
    text-align: left;
    width: 900px;
    margin: auto;
    font-size: 11px;
}

#copyright a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#duplanet_logo {
    float: left;
    display: inline-block;
}

marquee {
    border: solid;
    border-width: thin;
    margin: auto;
    background-image: url(../img/marquee_bg.png);
}

iframe {
    border: solid;
    border-width: thin;
    border-color: red;
}

#contacto_content {
    overflow: hidden;
    width: 900px;
    /*background-image:url(../img/telefone.png); background-repeat:no-repeat; background-position:center;*/
}

#contacto_esquerda {
    float: left;
    display: inline-block;
    text-align: left;
    width: 300px;
}

#contacto_direita {
    float: left;
    display: inline-block;
    width: 400px;
    margin-left: 15px;
}
