*, body{ margin:0px;border:0px;color:white;background:#333333;font-size: 12px;font-family: sans-serif; 
}
body{
	padding:2% 5%;
}
h1{
	text-align: center;
	height: 100px;
	background: url( '../imagenes/head_bg.png' ) repeat-X;
	padding-top: 15px;
	font-size: 30px;
}

table{

}
th {
	background: green;
	min-width: 50px;
}
td {
	padding: 2px 4px;
	text-align: right;
}
a{
	color: green;
	font-size: 11px;

}

div.fb{
	position: fixed;
	bottom: 0px;
	width: 90%;
	height:20px;
	margin: 0px 0% 0px 0%;
	background: gray;
	padding: 2px;
}
div.fb a{
	background: gray;
	color: #eeeeee;
}
ul.fb{
	background: gray;
	position:fixed;
	bottom: 24px;
	left: 5%;
	width: 150px;
	margin: 0px 0px 0px 0px;
}
ul.fb li{
	background: gray;
}
ul.fb a{
}
.centro{
	margin: 50px
}
.centro ul{
	margin: 10px;
}
div.fb div.counter{
	float:right;
}
div.centro div{
	float:left;
	margin-right: 20px;
}
