
body {
	background: #2C3038;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}

p {
	line-height: 1.6em;
	margin: 0px 0px 10px;
}

a, a:active, a:link {
	border-bottom: 1px dotted;
	color: #7A974D;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #576C36;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	color: #ACACAC;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	margin-bottom: 20px;
	font-size: 1.5em;
}

h2 {
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
	font-weight: normal;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	background: url(bullet.gif) no-repeat 0px 5px;
	padding: 0px 0px 3px 10px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}


#header {
	background: #f0f0f0;
}

#header h1 {
	color: #fff;
	font-size: 1.5em;
	float: right;
	font-weight: normal;
}

#header h2 {
	color: #fff;
	font-size: 1.2em;
	float: left;
	font-weight: normal;
	margin: 0px;
}


#main {
	clear: left;
	padding-top: 10px;
}

#entrada {
	width: 280px;
	float: left;
	border-top: 3px solid #666;
	padding-top: 10px;
}

#cuerpo {
	border-top: 3px solid #666;
	margin-left: 300px;
	padding-top: 10px;
}


.nav {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 0px;
}

.nav p {
	margin: 0px;
}

#footer {
	height: 60px;
	padding: 5px 0px;
	color: #f0f0f0;
	border-top: 1px solid #ccc;
	margin: 30px 0px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #666;
}

.anterior, .siguiente {
	width: 49%;
	float: left;
}

.siguiente {
	width: 39%;
	text-align: right;
	padding-left: 10%;
}
