@charset "utf-8";
/* CSS Document */

body{
	/*background:url(../images/bg.png) repeat-y center;*/
	margin-top:40px;
	color:#8f8f8f;
}

@font-face {
    font-family: 'EurostileLTStdRegular';
    src: url('../fuente/eurostileltstd-webfont.eot');
    src: url('../fuente/eurostileltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuente/eurostileltstd-webfont.woff') format('woff'),
         url('../fuente/eurostileltstd-webfont.ttf') format('truetype'),
         url('../fuente/eurostileltstd-webfont.svg#EurostileLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('../fuente/agaramondpro-regular-webfont.eot');
    src: url('../fuente/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuente/agaramondpro-regular-webfont.woff') format('woff'),
         url('../fuente/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('../fuente/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#page{
	width:960px;
	margin:0 auto;
}

/* ----anchor---- */
a, a:link{
	color:#6db0da;
	text-decoration:none;
}
a:hover, a:active{
	color:#6db0da;
	text-decoration:underline;
}


/* ----headers---- */
h2, h3{
	font-family: "EurostileLTStdRegular", Arial, Helvetica, sans-serif;
	text-transform: none;
	color:#575757;
	margin-bottom:20px;
}
h2{
	font-size:36px;
	line-height:80px;
}
h3{
	font-size:40px;
	line-height:45px;
}
h4{
	font-size:14px;
	line-height:20px;
	color:#575757;
	margin-bottom:20px;
	
}
p{
	
	line-height:20px;
	max-width:500px;
	margin-bottom:20px;
}

/* ----aside---- */
aside{
	float:left;
	width:300px;
	position:fixed;
	left: 50px;
	padding-top:10px;
}

/* ----nav---- */
nav{
	text-align:left;
	margin-bottom:20px;
}

nav .logo{
	font-family: "EurostileLTStdRegular", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color: #000;
	display:block;
	font-weight:normal;
	color:#a08784;
	text-shadow: #fff 0px 1px 0px;
}

nav .logo span{
	font-size:15px;
	display:block;
	color:#c4bab7;
	font-weight:normal;
}

.menuclass{
	background-image: url(../images/degradadomenu.png);
	background-repeat: repeat-y;
	margin-top:-25px; 
	padding-left: 10px; 
	height: 35px;
}

nav ul{
	/*background:url(../images/nav_bg.png) no-repeat bottom center;*/
	font-family: "EurostileLTStdRegular", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:70px;
	padding-left:50px;
	text-align: left;
}

nav ul li{
	position:relative;
	margin-top:-13px; 
}

nav ul li a, nav ul li a:link{
	color:#268065;
	padding:10px 0 10px 0;
	display:block;
}

nav ul li a:hover{
	text-decoration:none;
	color:#DEFAF5;
}

nav ul li.active{
	background-image:url(../images/nav_active.png);
	background-repeat: no-repeat;
}

nav ul li.active a{
	color:#fff;
	text-align: left;
}

nav .bg_bottom{
	height:0px;
	
}

#main-content{
	float:right;
	width:800px;
}

/* ----ps_container---- */
.ribbon{
	position:absolute;
	width:152px;
	height:132px;
	z-index:999999999;
	margin:-4px 0 0 -4px;
}

.ps_container{
	display:none;
	width:656px;
	height:345px;
	margin:20px auto 80px auto;
	position:relative;
	background:url(../single-page%20portfolio/html/images/slider_bg.png) no-repeat center;
}
.ps_image_wrapper{
	width:656px;
	height:345px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

.ps_image_wrapper img{
	position:absolute;
	left:10px;
	top:10px;
}

.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}

.ps_prev{
	background:transparent url(../single-page%20portfolio/html/images/prev.png) no-repeat top center;
	left:20px;
}

.ps_next{
	background:transparent url(../single-page%20portfolio/html/images/next.png) no-repeat top center;
	right:20px;
}

.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}

ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:100px; /*change this width*/
	margin:20px auto;
	position:relative;
}

ul.ps_nav li{
	float:left;
}

ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:13px;
	height:13px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../single-page%20portfolio/html/images/dot2.png) no-repeat top center;
}

ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -13px;
}

ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}

ul.ps_nav li.ps_preview span{
	background:transparent url(../single-page%20portfolio/html/images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}

.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

/* ----sections---- */
#top{
	margin-bottom:-50px;
}

#disgraf, #disweb, #tresd, #ilus, #foto, #art, #joyas {
	position:relative;
	margin:50px 0px 50px 0px;
	float:left;
	width:100%;
	padding-left: 50px;
	padding-right: 50px;
}

#home {
	position:relative;
	margin-bottom:100px;	
	float:left;
	width:100%;
	padding-left: 50px;
	padding-right: 50px;
	background-image:url(../images/campos/inicio.jpg);
}

#disgraf {
	background-image:url(../images/campos/graf1.jpg);
}

#disweb {
	background-image:url(../images/campos/web1.jpg);
}

#tresd {
	background-image:url(../images/campos/3d1.jpg);
}

#ilus {
	background-image:url(../images/campos/ilus1.jpg);
}

#foto {
	background-image:url(../images/campos/foto1.jpg);
}

#art {
	background-image:url(../images/campos/arte1.jpg);
}

#joyas{
	background-image:url(../images/campos/joyas1.jpg);
}

#contacto {
	position:relative;
	margin:50px 0px 50px 0px;
	float:left;
	width:100%;
}

/* ----divider---- */
.divider {
	text-align:center;
}
.divider h2{
	background:url(../single-page%20portfolio/html/images/border_bg.png) repeat-x bottom left;
	/*padding-bottom:40px;*/
	margin-bottom:20px;
}
#main-content section .intro-text h2{
	font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:44px;
	padding-bottom:20px;
	
}
 .intro-text .contact-me{
	 font-family:"LaneNarrowRegular", Arial, Helvetica, sans-serif;
	background:url(../single-page%20portfolio/html/images/button.gif) no-repeat;
	margin:-28px 0 0 200px;
	position:relative;
	font-size:20px;
	height:42px;
	width:237px;
	text-align:center;
	text-transform:uppercase;
} 
.intro-text .contact-me a{
	padding:10px 40px;
	text-decoration:none;
	color:#fff;
	display:block;
	text-shadow: #b04d35 1px -1px 0px;
	
}

/* ----columns---- */
.columns{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.two-column{
	width:300px;
	float:left;
	margin-right:44px;
}
.three-column{
	width:200px;
	float:left;
	margin-right:30px;
}

.last{
	margin-right:0px;
}

/* ----figure---- */
figure{
	padding:4px;
	float:left;
	margin-bottom:20px;
	position:relative;
}
figure img{
	float:left;
}
figure figcaption{
	position:absolute;
	bottom:0px;
	margin-bottom:-5px;
	width:170px;
}

figure figcaption a{
	left:0;
	position:absolute;
	-webkit-transition: color 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
figure figcaption a:hover{
	text-decoration:none;
	color:#343434;
}
figure figcaption a span{
	display:none;
	position:absolute;
}
figure figcaption a:hover span{
	display:inline;
}

/* ----margin---- */
.marginLeft{
	margin-left:30px;
}
.marginRight{
	margin-right:30px;
}

/* ----float---- */
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

/* ----testimony---- */
.testimony blockquote{
	background-image:url(../images/quote.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	width:530px;
	padding-left:30px;
}
.testimony figure{
	float:left;
}
.testimony blockquote p{
	font-size:18px;
	font-style:italic;
	color:#666;
	line-height:24px;
	margin-top:10px;
}
.testimony blockquote cite{
	font-style:normal;
	text-align:left;
	display:block;
	font-size:14px;
}
.says{
	clear:both;
	margin-bottom:20px;
}

/* ----list---- */
.list{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.list li{
	display:inline;
	margin-right:44px;
	float:left;
	margin-bottom:17px;
}
.list li.last{
	margin-right:0px;
}

/* ----social sites icons---- */
.social_wrapper{
	float:left;
	width:100%;
	padding:20px 0;
	margin-top:30px;
	margin-bottom:20px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
.social_wrapper h3{
	margin-bottom:0px;
	float:left;
}
.social{
	padding:0;
	margin:7px 0 100px 0;
	float:right;
	width:300px;
}
.social li{
	display:block;
	float:left;
	margin:0 4px;
}

.social li.twitter a{
	background:url(url(../images/icon_twitter.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}

.social li.facebook a{
	background:url(url(../images/icon_facebook.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}

.social li.location a{
	background:url(url(../images/icon_location.png) no-repeat;
	width:29px;
	height:29px;
	display:block;
}

.social li a{
	opacity:.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link{
	font-family: "EurostileLTStdRegular", Arial, Helvetica, sans-serif;
	text-transform: none;
	color:#575757;
	margin-bottom:20px;
}

/* ----form---- */
form {
	margin-bottom:50px;
	width:400px;
}

form input, form textarea {
	padding:15px 15px;
	font-size:14px;
}

#name, #email, #url, #message{
	font-family:"EurostileLTStdRegular", Arial, Helvetica, sans-serif;
}

form  .button{
	margin-left: 0px;
	font-size:14px;
	text-transform:uppercase;
	font-family:"EurostileLTStdRegular", Arial, Helvetica, sans-serif;
	background-color:#FEFEFE;
}
form  .button:hover{
	text-shadow: #fff 0px 1px 0px;
}