html,body{margin:0;
	padding:0;
}

body{
	font-family: helvetica,sans-serif;
	font-size: .9em;
	background: #9D784C;
	text-align: right;
}

h1, h2, h3{
	padding: 30px 55px 0 0;
}

h1 {
	font-family:times New Roman,serif;
	font-size:3.6em;
	font-style:italic;
	font-variant:small-caps;
	font-weight:lighter;
	color: #fefefe;
	margin-bottom: 0;
}

h2{
	margin: 0;
	font-size: 2.8em;
	color: #580205;
	font-weight: lighter;
}

h3{
	font-size: 2em;
	font-style: italic;
	font-weight: lighter;
}

a:link, a:visited{
	text-decoration: none;
	color: #fefefe;
}

a:hover{
	text-decoration: underline;
}

p{
	margin:0 10px 10px;
}


#inicio{
	width: 750px;
	height: 511px;
	margin: auto;
	background: url('imgs/iniciofondo.jpg');
}
