html, body {
    height: 100%;
    width: 100%;
    font-size: 1em;
}
body, p, ul, dl, dt, dd, h1, h2, h3, h4, h5, form, input, textarea, select, fieldset, legend {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: transparent;
}
h1, h2, h3, h4, h5, #menuPpal ul li {
    font-family: Georgia, Garamond, serif;
    font-weight: normal;
    margin: .5em 0;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
	padding-left: 15px;
	background: url(./img/bullet_negro.gif) no-repeat 0 .3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
#contenido, #pie {
  font-size: .8em;
	line-height: 1.4em;
}
#contenido p, #contenido ul, #contenido dl, #pie {
	margin-bottom: .5em;
}
ul {
    list-style-type: none;
    list-style-image: none;
}
img {
    border: 0px;
    display: block;
}
a {
    text-decoration: none;
    background: transparent;
    color: #369;
}
a:hover {
    color: #003;
}
