@charset "UTF-8";
/* =============================================== */
/* 	DAVIDGNOGUEIRA 2010 - David González Nogueira  */
/*              daviz59@gmail.com                  */
/* 			  www.davidgnogueira.com               */
/* =============================================== */

/* ---------------------------------------------- CONTENEDORES GENERALES */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}

body {
  	margin: 0; padding:0px; 
  	font-size:90%;  
  	color:#333;  
	text-align:center;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

#page_bg {
	background:#f3f3f3;
}

header, footer, nav, section, article, aside {display:block;}

/* =========================================== HTML y GENÉRICOS  */

ul {
	list-style:none;
}

img {
	border:0;
}

p {
	line-height:22px;
	font-size:13px;
	margin:10px auto;
}

.clr {
	clear:both;
	width:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.addthis {
	float:right;
	margin-top:0px;
}

/* =========================================== HEADINGS  */

h1 {
	text-transform:uppercase;
	padding:10px 0px;
	font-size:20px;
	font-weight:400;
}

h2 {
	text-transform:uppercase;
	padding:15px 0px;
	font-size:18px;
	font-weight:400;
	text-align:left;
	width:auto;
	display:inline-block;
}

h2.about {
	float:left;
	width:600px;
}

h2.contact {
	float:left;
	width:300px;
}

h3 {
	padding:10px 20px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	width:auto;
	color:#f3f3f3;
	background:#636363;
	text-shadow:#000 1px 1px;
	-moz-border-radius-bottomright:10px;
	border-radius-bottomright:10px;
	-webkit-border-radius-bottomright:10px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
}

/* =========================================== HEADER */

header {
	width:100%;
	height:auto;
	background:#fff url(../img/bg_header.png) repeat-x bottom center;
	height:100px;
	padding-bottom:30px;
	top:0;
}

#header-cont {
	width:990px;
	height:auto;
	margin:0 auto;
	text-align:left;
	height:auto;
	padding-top:13px;
}

/* =========== LOGO */

div#logo a {
	font-family:Arial, Helvetica, sans-serif;
	color:#878787;
	text-transform:uppercase;
	font-weight:bold;
	font-size:80px;
	letter-spacing:-5px;
	display:block;
	float:left;
	margin:0px auto;
	padding:0px;
	width:417px;
	height:91px;
	background:url(../img/logo_davidgnogueira.png) no-repeat 0px -89px;
	text-indent:-9999px;
}

div#logo a:hover {
	background:url(../img/logo_davidgnogueira.png) no-repeat 0px 0px;
}

/* =========== SUBNAV */

#subnav {
	display:block;
	width:130px;
	height:30px;
	float:right;
}

span.infobutton a {
	display:block;
	float:left;
	margin:3px;
	padding:0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

span.sobremi a {background:url(../img/iconos_info.png) no-repeat 0px -27px;}
span.contacto a {background:url(../img/iconos_info.png) no-repeat -32px -27px;}
span.mas a {background:url(../img/iconos_info.png) no-repeat -64px -27px;}
span.lang a {background:url(../img/iconos_info.png) no-repeat -98px -27px;}
span.sobremi a:hover {background:url(../img/iconos_info.png) no-repeat 0px 0px;}
span.contacto a:hover {background:url(../img/iconos_info.png) no-repeat -32px 0px;}
span.mas a:hover {background:url(../img/iconos_info.png) no-repeat -64px 0px;}
span.lang a:hover {background:url(../img/iconos_info.png) no-repeat -98px 0px;}

/* ============= NAV */

nav {
	width:auto;
	display:block;
	height:40px;
	padding:0px 5px;
	background:#646464;
	float:right;
	margin-top:-10px;
	-moz-border-radius:2px;
}

nav ul {
	margin-top:6px;
}

nav ul li {
	display:inline;
	width:auto;
	font-size:14px;
	text-shadow:#000 1px 1px;
	letter-spacing:-1px;
	font-weight:bold;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active {
	width:auto;
	padding:12px 10px;
	color:#ddd;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

nav ul li a:hover {
	color:#eee;
	background:#555;
}
	
	
/* ============================================== WRAP */

#wrap {
	margin:0 auto;
	height:auto;
	width:990px;
	margin-top:15px;
}

/* ============================================ SECTION */

section {
	height:auto;
	margin:0 auto;
}

/* =================== SLIDESHOW */

#slider-wrapper {
    width:975px;
    height:420px;
    margin:0px auto;
	padding:10px 0px;
	z-index:-1;
}

#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:45%;
	bottom:0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	/* z-index:60; */
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	/* z-index:50; */
	height:100%;
}
/* Caption styles */

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	/* z-index:89; */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	/* z-index:99; */
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	/* z-index:99; */
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* =================== WORKS */

article.work {
	display:block;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	height:350px;
	text-align:left;
	margin:50px auto;
}

article.bigger {
	height:432px;
}

article.bigger .name {
	height:432px;
}

article.work .name {
	display:block;
	float:left;
	height:350px;
	width:380px;
}

article.work .name p {
	color:#888;
	display:block;
	margin:20px 20px 10px 0px;
}

article.work .name p a:link, article.work .name p a:visited, article.work .name p a:active {
	color:#888;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

article.work .name p a:hover {
	background:#da6547;
	color:#eee;
}

article.work img {
	display:block;
	float:right;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#top a {
	position:fixed;
	right:0;
	bottom:200px;
	display:block;
	background:url(../img/bg_up.png) no-repeat top left;
	width:37px;
	height:115px;
	text-indent:-9999px;
}

#top a:hover {background:url(../img/bg_up.png) no-repeat top right;}

/* ======================================== ASIDE */

#info {
	background:#fff;
	border:1px solid #ddd;
	height:auto;
	-moz-border-radius:5px;
	text-align:left;
	color:#555;
}

.photo {
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
}

#info-lf {
	height:auto;
	display:block;
	width:560px;
	float:left;
	margin:20px;
	border-right:1px solid #ccc;
}

#info-rg {
	height:auto;
	display:block;
	width:340px;
	float:left;
	margin:20px 10px;
}

/* Social buttons */

span.button a {
	display:block;
	float:left;
	margin:3px;
	padding:0px;
	width:60px;
	height:60px;
	text-indent:-9999px;
}

span.twitter a {background:url(../img/iconos_social.png) no-repeat -5px -5px;}
span.flickr a {background:url(../img/iconos_social.png) no-repeat -72px -5px;}
span.delicious a {background:url(../img/iconos_social.png) no-repeat -140px -5px;}
span.linkedin a {background:url(../img/iconos_social.png) no-repeat -207px -5px;}
span.skype a {background:url(../img/iconos_social.png) no-repeat -275px -5px;}

span.twitter a:hover {background:url(../img/iconos_social.png) no-repeat -5px -74px;}
span.flickr a:hover {background:url(../img/iconos_social.png) no-repeat -72px -74px;}
span.delicious a:hover {background:url(../img/iconos_social.png) no-repeat -140px -74px;}
span.linkedin a:hover {background:url(../img/iconos_social.png) no-repeat -207px -74px;}
span.skype a:hover {background:url(../img/iconos_social.png) no-repeat -275px -74px;}

/* ======================================== FOOTER */

footer {
	width:990px;
	margin:0 auto;
	height:100px;
	padding-top:30px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777;
	font-size:11px;
}

footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#777;
	font-size:13px;
	text-decoration:none;
}
	
/* ==================== www.davidgnogueira.com ============================ */
/* ================================================= David G. Nogueira 2010 */
			
