/* - - - - - - - - - - - -
Pablo N. Vallone
Design by Cuarentayuno.com.ar

contacto
pvallone@cuarentayuno.com.ar
 - - - - - - - - - - - - -*/


@media screen and (-webkit-min-device-pixel-ratio:0) {
p.portfolio {
    letter-spacing: 0;
	word-spacing: 5px;	
}

p.contact {
    letter-spacing: 0;
	white-space: nowrap;
}
}


/* -----------
Embedded Fonts
-------------*/

@font-face {
	font-family: 'museo';
	src: url('fonts/museo300-regular-webfont.eot');
	src: local('☺'), url('fonts/museo300-regular-webfont.woff') format('woff'), url('fonts/museo300-regular-webfont.ttf') format('truetype'), url('fonts/museo300-regular-webfont.svg#webfontWL3QSvRZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------
Reset styles
-----------*/

body, div, ul {
	margin: 0;
	padding: 0;
}

a, a:focus, a:link, a:link img, a:hover, a:hover img, a:visited, a:visited img, a:active, a:active img {
	border : none;
	outline: none;
	text-decoration: none;
	color: inherit;
}

.clear-fix {
	clear: both;
	display: inline;
}

/* ---------
For real now
-----------*/

body {
	overflow-x: hidden;
	font-weight: 200;
	font-size: 18px;
	line-height: 100%;
	font-family: 'museo';
	color: #000000;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#bg {
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:-1;
}

hr.black {
    background: none repeat scroll 0 0 black;
    border: medium none;
    height: 10px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

p {
	margin: 1em 0;
}

p.portfolio {
	letter-spacing: 0.032em;
    font-size: 18px;
	white-space: nowrap;
}

p.contact {
    font-size: 14px;
    letter-spacing: -0.026em;
	text-align: center;
	white-space: nowrap;
}

#content_container {
	margin: 100px auto 0;
	width: 35%;
	min-width: 475px;
    max-width: 586px;
}

#content_container>img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#content_container a {
	font-weight: 700;
}

#content_container>div {
	text-align: center;
}