* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS, Tahmoma, Verdana, serif;
	background: #9B8D89 url(../img/background.png) fixed no-repeat left bottom;
	color: #1f1c1b;
}

div#wrap {
	width:350px;
	float: left;
	padding-top:40px; 
	margin: 0 0 0 235px;
	background-color: #9B8D89;
}

h1{
	position:relative;
	padding:0; 
	/* hide overflow:hidden from IE5/Mac */ /* \*/ overflow: hidden; /* */
}

h1 span{
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1;
	background:url(../img/header.png) no-repeat center;
	width: 350px;
}

h1, h1 span{
	height:70px;
}

div#content {
	font-size: 14px;
	border: 2px solid #665c5a;
	border-width: 0 2px;
	width: 306px;
	padding: 0 20px;
	background-color:#ebe8e7
}

div#sidebar {
	margin: 110px 0 0 10px;
	float: left;
}

ul#menu {
	text-align: right;
	list-style: none;
	font-size: 22px;
}

a {
	text-decoration: none;
	color: #1f1c1b;
}

a:hover {
	color: #e085b5;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

dd {
	font-size: 16px;	
}

dt {
	font-size: 12px;	
	margin-bottom: 10px;
}

dd a:hover {
	color: #1f1c1b;
	text-decoration: line-through;
}

h2 {	
	margin-bottom: 10px;
	border: 1px dashed #1f1c1b;
	border-width: 0 0 1px;
	font-size: 18px;
	color: #1f1c1b;
}

p.parrafo {
	margin-bottom: 10px;
}

p.final {
	margin-top: 20px;
	padding-bottom: 20px;
}

p.submit {
	text-align: right;
}

input {
	height: 18px;
	width: 292px;
	padding: 3px 2px 1px;
	font-size: 14px;
	margin-bottom:10px;
}

textarea {
	font-family: Trebuchet MS, Tahmoma, Verdana, serif;
	width: 290px;
	padding: 3px;
	font-size: 14px;
	overflow: auto;
}

.submit input {
	border: 0; 
	background-color: #ebe8e7;
	width: 52px;
	height: 18px;
	text-align: right;
	margin-bottom: 0;
}

#content a {
	text-decoration: underline;
}

.proyectos {
	font-size: 14px;
}

#content h3.proyectos a {
	text-decoration: none;
}