/* @override
	http://tierrayfuego.dev/resources/tierrayfuego/css/foundation.css
	http://www.tierrayfuego.es/resources/tierrayfuego/css/foundation.css
*/

/* @group reset */

/* reset stylesheets v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:18px;vertical-align:baseline;background:transparent;}html *,body *,div *,span *,applet *,object *,iframe *,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,p *,blockquote *,pre *,a *,abbr *,acronym *,address *,big *,cite *,code *,del *,dfn *,em *,font *,img *,ins *,kbd *,q *,s *,samp *,small *,strike *,strong *,sub *,sup *,tt *,var *,b *,u *,i *,center *,dl *,dt *,dd *,ol *,ul *,li *,fieldset *,form *,label *,legend *,table *,caption *,tbody *,tfoot *,thead *,tr *,th *,td{font-size: inherit;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}iframe{display:block;}
/*end of reset stylesheet*/

/* @end */

/* @group general */

@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('../fonts/Qlassik_TB.eot');
	src: local('Qlassik Medium'), local('QlassikMedium'), url('../fonts/Qlassik_TB.woff') format('woff'), url('../fonts/Qlassik_TB.ttf') format('truetype'), url('../fonts/Qlassik_TB.svg#QlassikMedium') format('svg');
}

@font-face {
	font-family: 'QlassikBoldRegular';
	src: url('../fonts/QlassikBold_TB.eot');
	src: local('Qlassik Bold'), local('QlassikBold'), url('../fonts/QlassikBold_TB.woff') format('woff'), url('../fonts/QlassikBold_TB.ttf') format('truetype'), url('../fonts/QlassikBold_TB.svg#QlassikBold') format('svg');
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: "QlassikMediumRegular", sans-serif;
	color: #999;
	background-color: #272727;
	background-image: url(../images/body_repeat.png);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6
{
	color: white;
	font-family: "QlassikBoldRegular", sans-serif;
	margin-bottom: 15px;
}

h1	{	font-size: 150%; }
h2	{	font-size: 140%; }
h3	{	font-size: 130%; }
h4	{	font-size: 120%; }
h5	{	font-size: 110%; }
h6	{	font-size: 100%; }

a
{
	color: white;
	text-decoration: none;
	font-family: "QlassikBoldRegular", sans-serif;
}

a:hover
{
	text-decoration: none;
}

p
{
	margin: 10px 0;
	line-height: 1.2;
}

.clear
{
	clear: both;
}

/* @end */

/* @group layout */

#main
{
	min-width: 960px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

#header > .extra_0
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	height: 307px;
	margin-bottom: -100px;
}

#header > .extra_0 > .extra_1
{
	width: 958px;
	height: 307px;
	background-image: url(../images/sprite.jpg);
	background-position: -2px -1px;
	margin-left: -320px;
	padding: 0 320px;
}


#header .title
{
	width: 390px;
	height: 180px;
	float: left;
}

#header .title *
{
	display: block;
	width: 100%;
	height: 100%;
}

#header .title a
{
	text-indent: -9999999px;
	overflow: hidden;
}

#menu
{
	width: 560px;
	height: 183px;
	margin-left: 5px;
	float: left;
}

#menu > div,
#menu > div > a
{
	display: block;
	width: 132px;
	height: 183px;
	float: left;
}

#menu a
{
	text-indent: -9999999px;
	overflow: hidden;
}

#menu a:hover
{
	background-image: url(../images/sprite.jpg);
}


#menu .esculturas a
{
	background-position: -2604px -1px;
}

#menu .bisuteria a
{
	background-position: -2736px -1px;
}

#menu .el_taller a
{
	background-position: -2868px -1px;
}

#menu .contacto a
{
	background-position: -3000px -1px;
}

#pathway
{
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#pathway > div
{
	float: left;
	margin: 0 5px;
	position: relative;
	padding-right: 17px;
}

#pathway > div:after
{
	content: "";
	display: block;
	width: 7px;
	height: 9px;
	text-indent: -999999px;
	background-image: url(../images/sprite32.png);
	background-position: -140px -127px;
	margin-top: 5px;
	position: absolute;
	right: 0px;
}

#pathway > div > a
{
	display: block;
	float: left;
}

#pathway > div.last:after
{
	display: none;
}

#pathway > div.disabled > a
{
	font-weight: default;
	color: inherit;
	float: none;
	display: inline;
}




#footer
{
	width: 100%;
	height: 152px;
	background-image: url(../images/sprite_repeat_h.png);
	background-position: -2px -2px;
	position: absolute;
	bottom: 20px;
}

#footer .footer
{
	width: 998px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../images/sprite.jpg);
	background-position: -1602px -2px;
	padding: 1px 0;
}

#footer .footer_menu
{
	width: 560px;
	margin: 24px 0 0 380px;
	border-bottom: 1px solid #161616;
	padding-left: 15px;
	padding-bottom: 15px;
}

#footer .footer .footer_menu .link
{
	width: 140px;
	height: 30px;
	float: left;
	line-height: 30px;
	font-size: 90%;
	text-align: center;
}

#footer .footer .footer_menu .link .block_0
{
	width: 0px;
	height: 100%;
	border-right: 1px solid #484848;
	float: right;
}

#footer .footer .footer_menu .link .block_1
{
	width: 0px;
	height: 100%;
	border-right: 1px solid #161616;
	float: right;
}

#footer .footer .footer_menu .link a
{
	font-family: "QlassikMediumRegular", sans-serif;
}

#footer .footer .footer_menu .first
{
	width: 123px;
	text-align: left;
}

#footer .footer .footer_menu .last .block_0,
#footer .footer .footer_menu .last .block_1
{
	border: none;
}


#footer .address
{
	width: 560px;
	margin: 0 0 0 380px;
	border-top: 1px solid #484848;
	padding-left: 15px;
	padding-top: 10px;
}

#footer .address p
{
	margin: 5px 0;
	font-size: 80%;
}

#content
{
	margin-bottom: 192px;
}

/* @end */

/* @group classes */

/* @group tf_box1 */

.tf_box1 > .header,
.tf_box1 > .footer
{
	height: 26px;
	position: relative;
	margin: 0 89px 0 26px;
	z-index: 1;
}

.tf_box1 > .header
{
	margin-bottom: -2px;
}

.tf_box1 > .header > .header
{
	width: 26px;
	height: 26px;
	background-image: url(../images/sprite.jpg);
	background-position: -1602px -217px;
	position: absolute;
	left: -26px;
	top: 0;
}

.tf_box1 > .header > .content
{
	height: 26px;
	background-image: url(../images/sprite_repeat_h.png);
	background-position: 0 -283px;
}

.tf_box1 > .header > .footer
{
	width: 89px;
	height: 26px;
	background-image: url(../images/sprite.jpg);
	background-position: -1628px -217px;
	position: absolute;
	right: -89px;
	top: 0;
}

.tf_box1 > .content
{
	background-image: url(../images/box1_right.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #4B4B4B;
}

.tf_box1 > .content > .extra_0
{
	background-image: url(../images/box1_left.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #272727;
}

.tf_box1 > .content .row
{
	padding: 10px 0px 10px 10px;
	margin: 0 20px;
	border-bottom: 1px solid #2E2E2E;
	border-top: 1px solid #555555;
}

.tf_box1 > .footer
{
	margin-top: -2px;
}

.tf_box1 > .footer > .header
{
	width: 26px;
	height: 26px;
	background-image: url(../images/sprite.jpg);
	background-position: -1602px -243px;
	position: absolute;
	left: -26px;
	top: 0;
}

.tf_box1 > .footer > .content
{
	height: 26px;
	background-image: url(../images/sprite_repeat_h.png);
	background-position: 0 -309px;
}

.tf_box1 > .footer > .footer
{
	width: 89px;
	height: 26px;
	background-image: url(../images/sprite.jpg);
	background-position: -1628px -243px;
	position: absolute;
	right: -89px;
	top: 0;
}

.tf_box1.outline_view .expansor
{
	width: 7px;
	height: 9px;
	float: left;
	background-image: url(../images/sprite32.png);
	background-position: -140px -127px;
	margin: 5px 10px 0 0;
}

.tf_box1.outline_view .expanded .expansor
{
	width: 9px;
	height: 7px;
	background-position: -148px -127px;
	margin: 6px 8px 0 0;
}

.tf_box1.outline_view .expansor a
{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	margin-left: -12px;
	margin-top: -12px;
}

/* @end */

/* @group tf_body_text_bold */

.tf_body_text_bold
{
	font-family: "QlassikBodRegular";
}

/* @end */

/* @group tf_small_text_regular */

.tf_small_text_regular
{
	font-size: 90%;
	line-height: 1.1;
}

/* @end */

/* @group tf_img_big_rounded_gray */

.tf_img_big_rounded_gray
{
	display: block;
	position: relative;
	zoom: 1;
	visibility: hidden;
}

.tf_img_big_rounded_gray span
{
	display: block;
}

.tf_img_big_rounded_gray > .header,
.tf_img_big_rounded_gray > .footer
{
	height: 69px;
	position: relative;
	margin: 0 69px;
	z-index: 1;
}

.tf_img_big_rounded_gray > .header > .header
{
	width: 69px;
	height: 69px;
	position: absolute;
	top: 0;
	left: -69px;
	background-image: url(../images/sprite32.png);
	background-position: -1px -1px;
	z-index: 1;
}

.tf_img_big_rounded_gray > .header > .content
{
	height: 63px;
	background-image: url(../images/sprite_repeat_h.png);
	background-position: 0 -156px;
}

.tf_img_big_rounded_gray > .header > .footer
{
	width: 69px;
	height: 69px;
	position: absolute;
	top: 0;
	right: -69px;
	background-image: url(../images/sprite32.png);
	background-position: -71px -1px;
	z-index: 1;
}

.tf_img_big_rounded_gray > .content
{
	padding:  1px 14px;
	position: relative;
	margin: -55px 0 -54px;
}

.tf_img_big_rounded_gray > .content > .block_0
{
	width: 69px;
	background-image: url(../images/image_mask_left.png);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 55px;
	zoom: 1;
}

.tf_img_big_rounded_gray > .content > .block_1
{
	width: 63px;
	background-image: url(../images/image_mask_right.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	position: absolute;
	right: 1px;
	top: 55px;
	zoom: 1;
}

.tf_img_big_rounded_gray img
{
	display: block;
}

.tf_img_big_rounded_gray > .footer > .header
{
	width: 69px;
	height: 68px;
	position: absolute;
	top: -1px;
	left: -69px;
	background-image: url(../images/sprite32.png);
	background-position: -1px -71px;
	z-index: 1;
}

.tf_img_big_rounded_gray > .footer > .content
{
	height: 62px;
	background-image: url(../images/sprite_repeat_h.png);
	background-position: 0 -220px;
	position: relative;
	top: 5px;
}

.tf_img_big_rounded_gray > .footer > .footer
{
	width: 69px;
	height: 68px;
	position: absolute;
	top: -1px;
	right: -69px;
	background-image: url(../images/sprite32.png);
	background-position: -71px -71px;
	z-index: 1;
}

/* @end */

/* @group tf_hr_grad1 */

.tf_hr_grad1
{
	border-top: 1px solid #333333;
}

.tf_hr_grad1 > .block_0
{
	width: 960px;
	height: 60px;
	background-image: url(../images/sprite.jpg);
	background-position: -1602px -156px;
	margin: 0 auto 0;
	position: relative;
	top: -2px;
}

/* @end */


/* @group tf_button1 */

.tf_button1
{
	height: 29px;
	display: block;
	margin: 0 14px 0 12px;
	position: relative;
}

.tf_button1 span
{
	display: block;
}

.tf_button1 a
{
	display: block;
	width: 100%;
	height: 27px;
	background-image: url(../images/sprite_repeat_h.png);
	background-position: 0 -337px;
	position: relative;
	color: #666;
	padding: 1px;
}

.tf_button1 a:hover
{
	background-position: 0 -367px;
}

.tf_button1 a .header
{
	width: 12px;
	height: 100%;
	background-image: url(../images/sprite32.png);
	background-position: -196px -99px;
	background-repeat: no-repeat;
	position: absolute;
	left: -12px;
	top: 0;
}


.tf_button1 a:hover .header
{
	background-position: -229px -99px;
}

.tf_button1 a .header .extra_0
{
	display: none;
	width: 7px;
	height: 11px;
	position: absolute;
	left: 10px;
	top: 8px;
	background-image: url(../images/sprite32.png);
	background-position: -158px -127px;
}

.tf_button1 a .content
{
	height: 29px;
	line-height: 23px;
	text-align: center;
}

.tf_button1 a:hover .content
{
	color: black;
}

.tf_button1 a .footer
{
	width: 14px;
	height: 100%;
	background-image: url(../images/sprite32.png);
	background-position: -214px -99px;
	background-repeat: no-repeat;
	position: absolute;
	right: -14px;
	top: 0;
}


.tf_button1 a:hover .footer
{
	background-position: -247px -99px;
}

.tf_button1 a .footer .extra_0
{
	display: none;
	width: 7px;
	height: 11px;
	position: absolute;
	right: 14px;
	top: 8px;
	background-image: url(../images/sprite32.png);
	background-position: -166px -127px;
}

/*.tf_button1.disabled a .header
{
	background-position: -454px -1px;
}

.tf_button1.disabled a
{
	background-position: 0 -212px;
}

.tf_button1.disabled a .footer
{
	background-position: -462px -1px;
}*/

.tf_button1.disabled
{
	display: none;
}

/* @end */

/* @group tf_button2 */

.tf_button2
{
	height: 21px;
	display: block;
	margin: 0 10px 0 10px;
	position: relative;
}

.tf_button2 span
{
	display: block;
}

.tf_button2 a
{
	display: block;
	width: 100%;
	height: 21px;
	position: relative;
	color: white;
	padding: 0 3px 0 3px;
}

.tf_button2 a:hover,
.tf_button2.selected a
{
	background-color: #3E3E3E;
}

.tf_button2 a .header
{
	width: 10px;
	height: 100%;
	background-position: -1621px -270px;
	background-repeat: no-repeat;
	position: absolute;
	left: -10px;
	top: 0;
}


.tf_button2 a:hover .header,
.tf_button2.selected a .header
{
	background-image: url(../images/sprite.jpg);
}

.tf_button2 a .content
{
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-size: 0.8em;
}

.tf_button2 a .footer
{
	width: 10px;
	height: 100%;
	background-position: -1631px -270px;
	background-repeat: no-repeat;
	position: absolute;
	right: -10px;
	top: 0;
}


.tf_button2 a:hover .footer,
.tf_button2.selected a .footer
{
	background-image: url(../images/sprite.jpg);
}

/* @end */

/* @end */


