/* zerando atributos iniciais */
* {
margin: 0px;
padding: 0px;
list-style-type: none;
}

/* escondendo as "lacunas brancas" que aparecem no IE 6 */
img {
display: block;
border: 0px;
}

/* desativando as "horizontal rules" */
hr {
display:none;
}


/* PARTE II - ajustes genéricos */

body {
background-color: #000000;
}

a {
font-family: tahoma, sans-serif;
font-size: 13px;
color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: ffffcc;
}

p {
font-family: tahoma, sans-serif;
font-size: 13px;
color: #ffffff;
}

h2 {
float: left;
margin-top: 25px;
font-family: tahoma, sans-serif;
font-size: 18px;
color: #ffffff;
}

address {
display: table;
width: 325px;
float: left;
font-family: tahoma, sans-serif;
font-size: 13px;
font-style: normal;
color: #ffffff;
}

/* PARTE III - ajustes de estrutura */
.layout_cabecalho {
display: table;
width: 750px;
margin: 0 auto;
}

.layout_cabecalho img {
float: right;
}

.layout_conteudo_basico {
display: table;
width: 750px;
margin: 0 auto;
}

.layout_rodape {
display: table;
width: 750px;
margin: 0 auto;
}

.layout_rodape p {
display: table;
height: 20px;
width: 300px;
float: right;
text-align: right;
margin-bottom: 5px;
}

.layout_rodape a {
float: right;
margin: 2px;
padding: 5px;
font-family: tahoma, sans-serif;
font-size: 13px;
font-weight: bold;
color: #ff9933;
border-style: solid;
border-width: 1px;
border-color: ffffcc;
}


/* PARTE IV - Páginas específicas */
/* Página Home */
.pag_home_download_demo {
display: table;
width: 750px;
margin-bottom: 10px;
}

.pag_home_download_demo a {
float: left;
display: block;
width: 200px;
font-family: tahoma, sans-serif;
font-size: 13px;
text-decoration: none;
color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: ffffcc;
padding: 5px;
margin: 2px;
}

.pag_home_download_demo a:hover {
color: #000000;
background: #ff9933;
}

/* Página Demo */
.pag_demo_conteudo {
display: table;
width: 485px;
height: 381px;
border-style: solid;
border-width: 1px;
border-color: #999999;
margin: 125px auto 0px auto;
text-align: center;
}

.pag_demo_conteudo object {
margin: auto;
}







