* {
	margin: 0;
	padding: 0;
}


body {
	font: 13px Verdana, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	letter-spacing: -2px;
	margin:4px 0;
}

p {
	margin: 0 0 10px 0;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	margin: 0 0 0 20px;
}

img {
	border: none;
}


#cabecera {
	width: 1004px;
	margin: 0 auto;
	text-align: center;
}

#menu {
	width: 100%;
	height: 34px;
	margin: 0 auto 18px auto;
	text-align: center;

}
#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 34px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}

#cuerpo {
	width: 768px;
	margin: 18px auto;
	line-height: 200%;
}

#principal {
	float: left;
	width: 520px;
	padding: 26px 26px 0 26px;
}

#lateral {
	padding: 0 0 0 575px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pie {
	clear: both;
	width: 778px;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pie a {
	text-decoration: none;
}


.separador {
	clear: both;
	width:100%;
}