@charset "UTF-8";

body {
	background-image: url(imgs/fundo.jpg);
	background-repeat: repeat;
	background-color: #16110E;
	margin: 0px;
	padding: 0px;
}

.header {
	height: 350px;
	width: 930px;
	margin-left: 20px;
	padding: 0px;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

.header_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFC;
	padding-right: 25px;
	padding-top: 315px;
	word-spacing: 10px;
	letter-spacing: 1px;
}
.header_txt a {
	color: #FC0;
	text-decoration: none;
}

.header_txt a:hover {
	color: #FFF;
	text-decoration: underline;
}

.header .header_txt a img {
	float: left;
	position: absolute;
	left: 242px;
	top: 275px;
}


.conteudo {
	width: 810px;
	background-image: url(imgs/papel.jpg);
	margin-left: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #342016;
	padding-top: 20px;
	height: 100%;
	padding-bottom: 50px;
}

.conteudo .texto p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-right: 10px;
	padding-left: 50px;
	width: 445px;
	line-height: 21px;
}

.texto_location {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-right: 0px;
	line-height: 21px;
	padding-top: 0px;
	width: 300px;
	padding-left: 15px;
}

.texto_location_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-right: 10px;
	padding-left: 50px;
	width: 720px;
	line-height: 21px;
}

table tr td {
	vertical-align: top;
}

.fotos_home {
	margin-right: 50px;
	margin-bottom: 13px;
}


.footer {
	background-image: url(imgs/footer.jpg);
	height: 50px;
	width: 810px;
	margin-left: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	line-height: 20px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FC0;
	text-decoration: underline;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid black;
	display: none;
	color: black;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	position:fixed;
	display: inline;
	top: 15%;
	left: 270px; /*position where enlarged image should offset horizontally */
}
a {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}


.texto_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 50px;
	line-height: 21px;
	padding-top: 0px;
	width: 308px;
	padding-bottom: 50px;
}
