/* --------- GENERIC ----------------------- */

.portfolio {
	overflow:hidden;
	position: relative;
	display: block;
	background: url('/images/dukal-pgloader.gif') no-repeat center center;
}
.portfolio img {
	border: 0;
	margin: 0;
}
.portfolio .illustration {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: 0px none;
	margin: 0px;
	position: absolute;
	top: 0px;
}
.portfolio a {
	font-size: 10px;
	text-decoration: none;
	color: inherit;
}
.portfolio a.right, .portfolio a.left {
	position: absolute;
	height: 90%;
	width: 50%;
	cursor: pointer;
	z-index:20;
}
.portfolio a.left {
	left: 0;
	top: 0;
	background: url('/images/dukal-arrow1.png') no-repeat left center;
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
}
.portfolio a.left:hover {
	background: url('/images/dukal-arrow1.png') no-repeat left center;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
.portfolio a.right {
	right: 0;
	top: 0;
	background: url('/images/dukal-arrow2.png') no-repeat right center;
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity:0.2;
}
.portfolio a.right:hover {
	background: url('/images/dukal-arrow2.png') no-repeat right center;
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

/* --------- PAGINA IZQUIERDA ----------------------- */

#page-a {
	width: 370px;
	height: 462px;
	z-index:5;
	float:left;
	background-color: transparent;
}
.portfolio .infoa {
	position: absolute;
	z-index:1;
	width: 85%;
	margin: 0px;
	height: 55px;
	left: 28px;
	bottom: 25px;
	background-color: #333;
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: #fff;
	text-align: center;
}
.portfolio .infoa h2 {
	padding: 0;
	font-size: 12px;
	margin: 3px 10px 0px 10px;
	font-weight: bold;
	color: inherit;
}
.portfolio .infoa p {
	padding: 0px;
	font-size: 10px !important;
	line-height: 14px;
	margin: 0px 10px 0px 10px;
	color: #eee;
}
.portfolio .infoa a:link, .portfolio .infoa a:visited {
	color: #eee;
}
.portfolio .infoa a:hover, .portfolio .infoa a:active {
	color: #FFBF00;
}

/* --------- PAGINA DERECHA ----------------------- */

#page-b {
	width: 370px;
	height: 462px;
	z-index:5;
	float:right;
	background-color: transparent;
}
.portfolio .infob {
	position: absolute;
	z-index:1;
	width: 85%;
	margin: 0px;
	height: 55px;
	right: 28px;
	bottom: 25px;
	background-color: #333;
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: #fff;
	text-indent: 0;
	text-align: center;
}
.portfolio .infob h2 {
	padding: 0;
	font-size: 12px;
	margin: 3px 10px 0px 10px;
	font-weight: bold;
	color: inherit;
}
.portfolio .infob p {
	padding: 0px;
	font-size: 10px !important;
	line-height: 14px;
	margin: 0px 10px 0px 10px;
	color: #eee;
}
.portfolio .infob a:link, .portfolio .infob a:visited {
	color: #eee;
}
.portfolio .infob a:hover, .portfolio .infob a:active {
	color: #FFBF00;
}

/* --------- THUMBS PAGE ----------------------- */


#thumbs-container {
	margin:17px auto 0px;
	padding:0;
	width:670px;
}
.thumb {
	float: left;
	margin:0px 8px 15px 8px;
	padding:0px;
	width:200px;
	height:126px;
	text-align: left;
}
.thumb a {
	border: none;
	margin: 0px;
	padding: 0px;
}
.thumb a:link img, .thumb a:visited img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.thumb a:hover img, .thumb a:active img{
	border: none;
	margin: 0px;
	padding: 0px;
}
.thumb img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
