﻿html
{
    background-image: url(Imagens/Fundo3.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
}
body
{
    background-image: url(Imagens/Fundo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
}
body, a, td, div, span, input, textarea, select, option
{
    font-family: segoe ui;
	font-size: 13px;
    text-decoration: none;
    color: #444444;
}
.paginaTitulo
{
    height: 20px;
    width: 730px;
    display: table;
    font-size: 16px;
    font-weight: bold;
}
.paginaDescricao
{
    height: 20px;
    width: 730px;
    display: table;
    color: #777777;
    font-style: italic;
    margin-bottom: 10px;
}
.blocoTituloTextoTitulo
{
    height: 20px;
    width: 730px;
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.blocoTituloTexto
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.blocoImagensMiniaturas
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.blocoImagens2Colunas
{
    height: 20px;
    width: 735px; /* mais 5px, bug ie */
    display: table;
    margin-bottom: 10px;
}
.blocoPaginasAgrupadas
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.blocoPaginasAgrupadas div
{
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    height: 265px;
}
.blocoVideos
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.blocoArquivos
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.blocoArquivos table
{
    margin-bottom: 5px;
}
.blocoProdutos
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.divForm
{
    height: 20px;
    width: 730px;
    display: table;
    margin-bottom: 10px;
}
.divForm input, .divForm textarea
{
    width: 720px;
}
