﻿@font-face {
	font-family: Aldo;
	src: url('Aldo.eot');
}
@font-face {
	font-family: Aldo;
	src: url('Aldo.ttf');
}

body {
	background-color: #000000;
	font: 10pt Aldo;
	font: Aldo, Tahoma, Arial, Sans-serif;
	color: #A4B883;
}
.bgSiteImagem {
	z-index: -1;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.bgSite {
	z-index: -2;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #000000;
	background-image: url("../Img/bgSite.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

.topo {
	background-image: url("../Img/bgTopo.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
}

.rodape {
	z-index: -1;
	position: absolute;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	bottom: 0px;
}
a:link, a:visited {
	color: #A4B883;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.linkAtivo {
	color: #FFFFFF;
	text-decoration: underline;
}

.marcacaoFoto {
	background-color: #000000;
	border: solid 1px #A4B883;
	padding: 5px;
}

input.form {
	background-color: #040801;
	border: solid 1px #A4B883;
	width: 200px;
	color: #FFFFFF;
	height: 15px;
	font-size: 8pt;
}

textarea.form {
	background-color: #040801;
	border: solid 1px #A4B883;
	width: 200px;
	color: #FFFFFF;
	font-size: 8pt;
}

input.button {
	background-color: #A4B883;
	border: solid 1px #A4B883;
	color: #000000;
	font-weight: bold;
}

.botoesFoto {
	font: 9pt Aldo;
	font: Aldo, Tahoma, Arial, Sans-serif;
	color: #FFFFFF;
	cursor: pointer;
}
table.Modal {
	background-color: #000000;
}
table.Modal td {
	background-color: #5D6B1E;
}

table.Modal td.cabecalho {
	background-color: #171717;
}

table.Modal td.rodapeModal {
	background-color: #C2CCAA;
}
.modal {
	background-image: url("../Img/fundo_modal.png");
	width: 100%;
	height: 100%;
}

/*Estilo Portifolio*/
#wrapper {
	width: 900px;
	height:70px;
	margin: 0px auto;
	padding-top: 10px;
	display: block;
	text-align:center;
	overflow:hidden;
}
ul#portfolio {
	margin: 0;
	padding: 0;
}
ul#portfolio li {
	float: left;
	margin: 10px 5px 0 0;
	width: 54px;
	height: 54px;
	list-style: none;
}
ul#portfolio li.loading {
	background: url(../Img/spinner.gif) no-repeat center center;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
}
.imagemSelecionada {
	border: solid 1px #A4B883;
	padding: 2px;
}
.hover {
	border: solid 1px black;
}
/*Load Image*/
#loader {
	/*border: 1px solid #ccc; width: 500px; 			height: 500px; 			overflow: hidden;*/
}
#loader.loading {
	background: url(../Img/spinner.gif) no-repeat center center;
	width:50px;
	height:50px;
}
td.navegacao{
	background-color:#434343;
}
/*Fim Estilo Portifolio*/



