html, body{
	margin: 0px;
	padding: 0px;

}
body{
	background:#efefef;
	font-family: "Century Gothic", sans-serif;
}
img {
	border: none;
}

.tf_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;

}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}
.tf_pattern{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent url(images/pattern.png) repeat top left;
	z-index:2;
}
.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#ffffff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: "Century Gothic", sans-serif;
	text-shadow:1px 1px 2px #000000;
}
.tf_content p{
	color:#ffffff;
	padding:0;
	margin:0;
	background:transparent url(images/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: "Century Gothic", sans-serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000000;
	box-shadow:1px 1px 5px #202020;
	border:1px solid #ffffff;
}
.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:50px;
	top:50%;
	margin-top:-79px;
	border:1px solid #ffffff;
	box-shadow:1px 1px 5px #202020;	
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:url(images/loader.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;
}
.tf_next,
.tf_prev{
	width:300px;
	height:200px;
	position:fixed;
	top:100px;
	right:0px;
	z-index:100;
	cursor:pointer;
	background:transparent url(images/nav.png) no-repeat;
	opacity:0.5;
}
.tf_next{
	background-position:0px 0px;
	margin-top:0;
}
.tf_prev{
	background-position:0 -200px;
	margin-top:200px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(images/icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}
.reference{
	font-family: "Century Gothic", sans-serif;
	position:fixed;
	bottom:0px;
	right:0px;
	background-color:#000000;
	height:25px;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000000;
	z-index:999;
	opacity:0.8;
}
.description{
	position:fixed;
	bottom:35px;
	right:25px;
	font-family: "Century Gothic", sans-serif;
	text-shadow:1px 1px 1px #000000;
	z-index:999;
}
.reference a, .description span{
	color:#ffffff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #ffffff;
}

body #slider {
	position: absolute;
	margin: 345px 0px 0px 0px;
	right: 30px;
	font-family: "Century Gothic", sans-serif;
	font-size: 50px;
	z-index: 10;
	text-transform: uppercase;
	color: #ffffff;
	opacity: 0.60;	
}

body#aboutme {
	background-color: #666666;
}

/*SITE NAVIGATION*/

p {
	padding: 0 0px 30px 30px;
	color: #ffffff;
	font-family: "Century Gothic", sans-serif;
	font-size: 11pt;
	text-shadow: 0px 1px 0px #000000;
	line-height: 180%;
}

p a {
	font-size: 10pt;
	text-decoration: none;
	outline: none;
	color: #ddd;
	background: #222;
	border-top: 1px solid #333;
	padding: 5px 8px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px #000000;
}

p a:hover {
	background-color: #a00000;
	border-color: #970000;
	color: #ffffff;
}

h1 {
	font-size: 64px;
	margin: 0px;
	font-family: "Century Gothic", sans-serif;
	color: #3b3b3b;
	font-weight: normal;
	text-transform: uppercase;
}
h1 a, h1 a:visited {
	text-decoration: none;
	color: #3b3b3b;
}
h1 a:hover {
	text-decoration: none;
	color: #232323;
}

h2 {
	font-size: 26px;
	font-family: "Century Gothic", sans-serif;
	color: #3b3b3b;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
h2 a, h2 a:visited {
	text-decoration: none;
	color: #3b3b3b;
}
h2 a:hover {
	text-decoration: none;
	color: #606060;
}

h3 {
	padding: 10px 0px 0px 10px;
	float: left;
}

#content {
	clear: both;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 12%;
	text-align: left;
	z-index: 1200;
	background:rgba(255,255,255,.5);
}

#logo {
	float: left;
	margin: 0;
}

#logo h1, #logo h1 a:visited {
	padding: 0px 0px 0px 10px;
}

#logo h2, #logo h2 a:visited {
	padding: 0px 0px 0px 12px;
}

#menu {
	float: left;
	width: 50%;
	margin: 1% 0px 0px 5%;
	padding: 0px;
	z-index: 1201;
}

#menu ul {
	list-style: none;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

#menu ul li {
	padding: 0px;
	color: #970000;
	font: 2vw/2vw "Century Gothic", sans-serif;
}

#menu ul li a,  #menu ul li a:visited {
	color: #000000;
	text-decoration: none;
}
#logo h1 a:hover, #logo h2 a:hover, #menu ul li a:hover {
	color: #970000;
}

#paragrafo {
	background-color: rgba(255,255,255,.9);
	padding: 20px;
	font-size: 1vw;
	line-height:1.2vw;
	position: absolute;
	color: #000000;
	top: 25%;
	left: 16%;
	width: 40%;
	z-index: 1318;
}

#paragrafo p {
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	text-shadow: none;
	font-weight: normal;
	text-transform: uppercase;

}
#paragrafo p.small a {
	text-decoration: none;
	outline: none;
	color: #ddd;
	background: #222;
	border-top: 1px solid #333;
	padding: 2px 6px;
	border-radius: 2px;
	box-shadow: 0px 1px 1px #000000;	
}
#paragrafo p.small a:hover {
	background-color: #a00000;
	border-color: #970000;
	color: #ffffff;
}
#paragrafo p.small {
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
}

#footer {
	position: absolute;
	width: 100%;
	height: 30px;
	padding-left:15px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	bottom: 0px;
	background: url(images/black.png) repeat;
	z-index: 1500;
}

#footer p {
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 140px 0px 10px;
	margin: 0px;
	text-shadow:1px 1px 1px #000000;
	border: 0;
}

#footer p a {
	font-size: 10px;
	border: 0;
	padding: 5px 4px;
	border-radius: 0px;
	background: none;
}

#footer p a:hover {
	background-color: #a00000;
	border: 0;
}

#like {
	float: right;
	display: block;
	width: 114px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 4px;
	z-index: 16;
}

#navicons {
	font-size: 10px;
	color:#ffffff;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #000000;
	position: absolute;
	display: block;
	height: 18px;
	width:28%;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 4px;
	z-index: 19;
}
