/* Wonksite StyleSheet */
/*--- ERIC MEYER reset - http://meyerweb.com/ ---*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*== GENERAL*/
body{
	padding-left:20px;
	font:9pt Arial, Helvetica, sans-serif;
	background:#fffdfa;
}
pre{
	font:8pt/4pt Arial, Helvetica, sans-serif;
	color:#989189;
}
a{
	color:#666;
}

.nav a{
	padding:2px;
	color:#333;
}
.nav a:hover{
	text-decoration:none;
	color:#fff;
	background:#333;
}

/*== PROYECTO*/
#proyecto{
	width:810px;
	margin:30px 0;
	border-top:1px solid #bdbcb9;
	border-bottom:2px solid #989189;
	color:#666;
}
#proyecto h5{
	font:normal 9.5px Georgia, "Times New Roman", Times, serif;
	color:#989189;
}
#proyecto h4{
	padding-bottom:5px;
	font-weight:normal;
	font-size:17pt;
	padding-bottom:2px;
}
#proyecto p{
	margin:5px 0;
}
#proyecto b{
	color:#333;
}
#proyecto img{
	display:block;
	margin-top:3px;
}
#proyecto .cred{
	font:9px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#999;
}
p.piefoto{
	padding-bottom:20px;
	font-size:8pt;
	
}



