/* CSS Document */
body{
	margin:0;
	padding:0;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:justify;
}
.celula{
	padding:10px 0 10px 10px;
	border-bottom:1px #CCC solid;
}
.celula:hover{
	padding:10px 0 10px 10px;
	background:url(../img/bg.jpg) repeat-x;
	border-bottom:1px #CCC solid;
}
h1{
	color:#000;
}
li{
	line-height:200%;
}
a, a:link, a:hover, a:active, a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
