/* @override http://tierrayfuego.dev/resources/tierrayfuego/css/home.css */

#home .images
{
	position:relative;
	overflow:hidden;
}
#home .images > .image_link
{
	display: block;
	width: 850px;
	height: 338px;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -414px;
	z-index: 3;
}
#home .images > .images_collection
{
	display:block;
	width: 960px;
	height: 400px;
	margin: 20px auto;
	position: relative;
	z-index:2;
}
#home .images > .images_collection > .item
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity:0;
	transition: opacity 2000ms;
}
#home .images > .images_collection > .item.visible
{
	opacity:1;
	transition: opacity 2000ms;
}

#home .images > .images_collection > .item > .image
{
	width: 878px;
	margin: 0 auto;
}
#home .images > .images_navigator
{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-105px;
	z-index:4;
}
#home .images > .images_navigator > li
{
	float:left;
	width:30px;
	height:30px;
}
#home .images > .images_navigator > li > a
{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:200%;
	white-space:nowrap;
	background:transparent;
	position:relative;
}
#home .images > .images_navigator > li > a:after
{
	display:block;
	content:'';
	width:10px;
	height:10px;
	border-radius:10px;
	background:#999;
	border:1px solid #ddd;
	box-shadow:0 0 5px #111, inset 0 3px 3px #ddd;
	position:absolute;
	top:10px;
	left:10px;
}
#home .images > .images_navigator > li.hover > a:after
{
	background:#fff;
	border:1px solid #444;
	box-shadow:0 0 10px 0px #999;
}

#home .welcome
{
	padding: 1px 0;
	margin: 50px 0;
	border-top: 1px solid #333333;
}

#home .welcome > *
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#home .welcome > .block_0
{
	height: 60px;
	background-image: url(../images/sprite.jpg);
	background-position: -1602px -156px;
	position: relative;
	top: -3px;
}


#home .welcome .title,
#home .welcome p
{
	width: 857px;
	margin-left: auto;
	margin-right: auto;
}

#home .summary
{
	width: 915px;
	margin: 0 auto;
	padding: 10px 0 50px;
}

#home .summary > .text
{
	width: 270px;
	height: 125px;
	float: left;
	margin-right: 15px;
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#home .summary > .text.hover
{
	background-color: #343434;
	cursor: pointer;
}

#home .summary > .text > .block_0
{
	width: 139px;
	height: 139px;
	float: left;
	background-image: url(../images/home_sprite.png);
	margin-left: -10px;
	margin-top: -5px;
}

#home .summary > .esculturas > .block_0
{
	background-position: -1px;
}

#home .summary > .bisuteria > .block_0
{
	background-position: -141px -1px;
}

#home .summary > .el_taller > .block_0
{
	background-position: -281px -1px;
}

#home .summary > .text .title
{
	margin-bottom: 5px;
	margin-top: 26px;
}

#home .subvencionado_por
{
	width: 250px;
	margin: auto;
	padding: 50px;
	font-size: 0.7em;
	text-align: center;
}

#home .subvencionado_por .block_0
{
	width: 105px;
	height: 51px;
	margin: 0 auto 10px;
	background-image: url(../images/sprite.jpg);
	background-position: -1719px -217px;
}


