* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	background: #151413 url('../images/bg.jpg') top left repeat-y;
}
img {
	 border: 0;
}
a {
	color: #666;
}
a:hover {
	color: #aaa;
}
#wrapper {
	position: relative;
	padding: 45px 60px;
}
#left {
	position: absolute;
}
#content {
	position: relative;
	height: 615px;
	margin-top: -18px;
	margin-left: 300px;
	background: transparent url('../images/content-bg.gif') top left repeat-x;
	
} 
#photos {
	height: 615px;
	padding-top: 33px;
	background: transparent url('../images/content-bg-left.gif') top left no-repeat;
}
/*#photos a {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
}*/
h1 {
	display: block;
	width: 300px;
	height: 162px;
	text-indent: -3000px;
	background: #151413 url('../images/logo.gif') top left no-repeat;
}
#nav {
	position: relative;
	width: 310px;
	height: 364px;
	margin-left: -10px;
	margin-top: 0px;
	background: transparent url('../images/nav-bg.gif') 10px 0px repeat-y;
}
#nav span {
	position: absolute;
	display: block;
	width: 10px;
	height: 9px;
	background: transparent url('../images/nav-highlight.gif') 0px 0px no-repeat;
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 310px;
	height: 34px;
	text-indent: -3000px;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -68px !important;
}
#nav ul li a:hover {
	background-position: 0px -34px !important;
}
.about {
	height: 160px;
}
.about p {
	padding: 310px 15px 0 25px;
}
.blog {
	display: block;
	width: 300px;
	height: 33px;
	margin-left: 10px;
	border-top: 1px solid #565656;
	text-indent: -3000px;
	margin-top: 175px;
	background: transparent url('../images/nav-readblog.gif') -10px 0px no-repeat;
}
.blog:hover {
	background-position: -10px -34px;
}
.phone,
.email,
.direccion {
	padding-left: 16px;
}
.phone {
	background: transparent url('../images/phone.gif') 0px 3px no-repeat;
	margin-top: 15px;
}
.direccion {
	background: transparent url('../images/direccion.gif') 0px 3px no-repeat;
	margin-top: 15px;
}
.email {
	position: absolute;
	background: transparent url('../images/email.gif') 0px 5px no-repeat;
}
#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}
/*#back {
	position: absolute;
	display: block;
	width: 116px;
	height: 40px;
	top: 300px;
	right:62px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url('../images/inicio.gif') repeat;
}
#back:hover {
	background-position: 0px -36px;
}*/
