@charset "utf-8";

/* @import FONTS */
@import url("fonts.css");

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BOTONES */

ul.buttons {
    margin: 50px auto 0;
    text-align: center;
    width: 100%;
}
ul.buttons li {
    display: inline;
    margin: 10px;
}
ul.buttons li a {
    display: inline-block;
}
a.aboutme {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF !important;
    border-radius: 2px;
    color: #ff3106;
    font-family: "montserrat";
    font-size: 16px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 204px;
}
a.aboutme:hover {
    border: 1px solid #000000 !important;
    color: #000000;
}
a.portfolio {
    background: none repeat scroll 0 0 #ff3106;
    border-radius: 2px;
    color: #fff;
    font-family: "brandon_grotesquemedium";
    font-size: 16px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 206px;
}
a.portfolio:hover {
    background: none repeat scroll 0 0 #000000;
}

/* STYLES */
body {
	background-color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}

div#btnPortfolio {
  margin: 0;
  padding: 0.7em 3.5em 0.8em 3.5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0.1em solid white;
  font: 700 0.8em/1.5em 'Open Sans', sans-serif;
  color: white;
}
div#btnPortfolio :hover {
  border-color: black; 
  color: black;
}

div#viewPort {
	visibility: hidden;
	overflow: hidden;
}
	div#loading {
		
	}
		div#loading div.content {
			float: left;
			width: 46px;
			height: 28px;
			padding-left: 34px;
			background: transparent url(../../_imgn/public/loading.gif) top left no-repeat;
			font: 0.83em/2.6em Arial, Helvetica, sans-serif;
			color: #999999;
		}
	div#imageHolder {
		
	}
		div#imageHolder img {
			position: absolute;
		}
	div#overlay {
			background: transparent url(../../_imgn/public/overlay.png) bottom left no-repeat;
	}
		div#overlay div.flickr {
			padding-left: 26px;
			background: transparent url(../../_imgn/public/flickr.png) 0px 2px no-repeat;
		}
			div#overlay div.flickr a {
				color: #FFFFFF;
				text-decoration: none;
			}
	div#logo {
		background: transparent url(../../_imgn/public/logo.png) bottom right no-repeat;
	}