html {
	width:90%;
}
body{
	/*margin: 1em;*/
	padding: 0;
	color: #000;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
}

#logo{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 1em;
}

#menu_sup, #menu_izq, #publicidad, #fin, p.imprimir, p.error, p.errora, #paginar, p.subir { display: none; }
h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 90%; }

a:link, a:visited, a:hover, a:active{
	color: #000;
	text-decoration: none;
}
#contenedor{
	border: 0;
	width: 90%;
}
p.fecha {
	background: White;
	color: Black;
	border-bottom: 1px solid #000;
}
table {
	border: 1px solid #000;
}