body{ 
	background-color: #FFF; 
	font-family: Georgia;
	font-size: 1.5em;
	color: #000;
	text-align: center;
}

h1,h2,h3,h4,h5{ 
	font-size: 0.8em; 
	font-family: Georgia;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
}
h1 span,h2 span,h3 span,h4{ display: block; font-size: 1.5em; line-height: 1.7em; font-family: Georgia;}
h1 span{ font-size: 2em; }
#presentacion h1:before{ content: "Mi nombre: "; }
#presentacion h2:before{ content: "Que estoy haciendo: "; }
#presentacion h3:before{ content: "Como lo hago: "; }

#presentacion h5:before{ content: "Contacto: v@victorbracco.com"; }
h4{ font-size: 0.9em; }
h5 span { display: none; }

#navigation,#social,#trabajos,#proyectos{ display: none; }
#acerca h1,#acerca img,#acerca p{display: none;}
#acerca p.contact{
	display: block;
	font-family: Georgia;
	font-size: 12pt;
}
