﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	background-color: black;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}


#centraliza {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-402px;
	margin-top:-283px;
}

#conteudo {
	width: 804px;
	height: 567px;
}

#topo {
	width: 210px;
	height: 91px;
	float: left;
}

#data {
	width: 566px;
	padding-top: 70px;
	padding-right: 28px;
	float: right;
	text-align: right;
}

#dentro {
	width: 735px;
	height: 398px;
	margin-left: 11px;
	padding: 15px;
	float: left;
	background-color: #FFFFFF;
}

#direitos {
	width: 28px;
	text-align: center;
	float: right;
}



/* Dentro */

.fundo-dentro {
	background-color: #e5e5e5;
	background-image: url(images/gradiente_dentro.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#box-dentro {
	width: 735px;
	height: 398px;
	background-color: #e5e5e5;
	background-image: url(images/gradiente_dentro.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#menu-dentro {
	width: 157px;
	height: 398px;
/*	float: left;*/
	text-align: left;
	background-color: black;
	background-position: left top;
	background-repeat: no-repeat;
	left: 15px; /*posição à direita*/
	top: 15px; /*posição abaixo*/
}

#menu-dentro ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	font: 11px Times New Roman;
	color: #cececd;
}

#menu-dentro a {
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	vertical-align: middle;
	color: #cececd;
	text-decoration: none;
	voice-family: "\"}\"";  /*Box Model Hack*/
	voice-family: inherit;
	font: 11px Times New Roman;
}

#main-dentro a {
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	vertical-align: middle;
	color: #cececd;
	text-decoration: none;
	voice-family: "\"}\"";  /*Box Model Hack*/
	voice-family: inherit;
	font: 11px Times New Roman;
}

#main-dentro a:hover { 
	text-decoration: bold;
	color: white; 
	
}

#menu-dentro a:hover { 
	text-decoration: bold;
	color: white; 
	
}

#area-conteudo-com-menu {
	width: 518px;
	float: right;
	padding: 30px;
}

#area-conteudo {
	width: 675px;
	padding: 30px;
}

/* Menu Baixo */

#menu-baixo {
	width: 690px;
	height: 37px;
	margin-left: 11px;
}

/* Imagens */

.img-pad-dir20-esq {
	float: left;
	padding-right: 20px;
}

.img-pad-baixo10 {
	padding-bottom: 10px;
}

/* Galeria */

#galeria-dentro a {
	float: left;
	background-image: url(images/fundo_menu.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.border_fotografia {
	border: 1px solid;
	border-color: gold;
}

.border_fotografia1 {
	border: 1px solid;
	border-color: #cececd;
}
.border_fotografia1:hover {
	border: 1px solid;
	border-color: gold;
}

#galeria-dentro a:hover {
	float: left;
	background-image: url(images/fundo_menu.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00000;
	text-decoration:bold;
}

/* Textos */

.tituloCinza {
	color: #cececd;
}

a {
	color: #cececd;
	text-decoration:none;
	border: 0px solid;
	border-color: black;
}

a:hover {
	color: white;
	text-decoration: bold;
}

img {
	border: none;
	border-color: color of the background its on;
}
