.panel
{
width:70px;
height:70px;
text-decoration:none;
background-color:#F8F8F8;
border: 1px solid #CCC;
border-color:#999;
}

.enlace_panel
{
	margin: 10px !important;
	text-decoration:none;
	font-size:11px;
	color:#999;
	
}

.enlace_panel:hover
{
	color:#F00;
}

.panel:hover
{
	background-color:#DADADA;
}

ul{
    margin: 0 auto;
    padding: 0;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
.list_wrapper{
    width: 820px
}

/* The wider this li is, the fewer columns there will be */
ul.dashboard li{
	text-align: center;
	float: left;
	list-style: none;
	height: 70px;
	width: 70px;
  list-style: none;
  padding: 3px 10px 3px 10px;
  margin: 5px;
	margin-bottom:50px;
  border: 1px solid #CCC;
}

.contenedor_panel
{
	border:none;
	padding-bottom: 15px;
}
	