/* CSS Document */
@import url(base.css);

#footer, 
#rightColumn,
#leftColumn,
#menuh {
	display: none;
}

/*Definir estilo*/
body {
	background-color: #fff;
	width: 100%;
}

body * {
	color: #000 !important;
}

#centerColumn {
	width: 100%;
	text-align: justify;
	margin: 0;
}
#centerColumn ul{
	margin: 0;
}
#centerColumn ul li{
	margin: 0;
}
#header img.logo {
	display: none;
}
#header img.titulo {
	margin-top: 0.8em;
	margin-left: 2.4em;
}
table {
	width: 100%;
	margin: 0;
}
