h1
{
	color: black;
	text-align: center;
	font-size: x-large;
	font-family: arial, 'lucida console', sans-serif;
}

p, ul, table
{
	color: black;
	text-align: left;
	font-size: small;
	font-family: arial, 'lucida console', sans-serif;
}

p.centrado
{
	color: black;
	text-align: center;
	font-size: small;
	font-family: arial, 'lucida console', sans-serif;
}

li
{
	color: black;
	text-align: left;
	font-size: small;
	font-family: arial, 'lucida console', sans-serif;
	margin: 1.3em 0;
}

th
{
	text-align: center;
}

hr
{
	color: #9900ff;
}

body
{
	background-color: #33ffff;
}

div.img
{
	margin: 2px;
	text-align: center;
}

table.noticias
{
	border-collapse: separate;
	table-layout: auto;
}
	
