html{
overflow:-moz-scrollbars-vertical;
}

html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */;
}
html>body #wrap {} /* 100 % height */
#wrap {
	width:100%;
	margin:0 auto;
}
#header {
	width:100%;
	height:180px;
	text-align: center;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {} /* 100 % height */
html>body #content {
	padding:190px 38px 0 38px; 
	margin: 0 auto; 
	width:448px; 
	background-image: url("../img/content-back.jpg");
	}
/* Styling to make this demo page look just a little bit better */
html,
body {
	
}
body {
	font:9px thoma, sans-serif;
 background: url("../img/back.jpg") fixed repeat-x;
 }
h1, h2 {
	display: none;
}
#imagen {
	display: block;
	margin: 0;
	padding: 0;
	left: 50%;
	margin-left: -262px;
	position: absolute;
}

#content ul, #content li {
	margin: 0;
	padding: 0;
}

#content ul li {
	position: relative;
	background-image: url("../img/item-back.jpg");
	background-repeat: no-repeat;
	display: block;
	width: 448px;
	height: 121px;
	list-style-type: none;
}

#content ul li .thumb {
	position: absolute;
	left: 45px;
	top: 8px;
}

#content ul li .screen {
	display: none;
}

#content ul li span {
	display: none;
}

#content ul li h3 {
	position: absolute;
	left: 164px;
	top: 12px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #00a2ff;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.03em;
}

#content ul li h4 {
	position: absolute;
	left: 164px;
	top: 27px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 9px;
	color: #999;
}

#content ul li p {
	position: absolute;
	left: 164px;
	top: 57px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	line-height: 13px;
}

.captures {
	display: block;
	height: 69px;
	width: 26px;
	background-image: url("../img/lupa.gif");
	position: absolute;
	left: 16px;
	top: 12px;
}

.captures:hover {
	background: transparent url("../img/lupa.gif") -26px 0px no-repeat;
}

.website {
	display: block;
	height: 69px;
	width: 26px;
	background-image: url("../img/link.gif");
	position: absolute;
	left: 409px;
	top: 12px;
}

.website:hover {
	background: transparent url("../img/link.gif") -26px 0px no-repeat;
}

input, textarea {
	border: 1px solid #999;
	margin: 0 0 10px 0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #666;
	width: 440px;
}

.error {
	color: #CB0000;
	font-weight: bold;
}

#poweredby {
	display: none;
}

.contact {
	position: absolute;
	display: block;
	height: 25px;
	width: 200px;
	top: 140px;
	left: 50%;
	margin-left: 25px;
	background-image: url(" ");
}

.portfolio  {
	position: absolute;
	display: block;
	height: 25px;
	width: 200px;
	top: 140px;
	left: 50%;
	margin-left: -220px;
	background-image: url(" ");

}


#header .contact span, #header .portfolio span{
	display: none;
}

#header img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -262px;
}
