.servs table {
width: 500px;
margin: 0;
padding: 0;
}

.servs td {
height: 22px;
margin: 0;
padding: 0;
border-bottom: 1px solid #444;
font-family: Arial, Helvetica; sans-serif;
font-size: 9pt;
font-style: normal;
line-height: 22px;
}

/******* Ficha ********/
#dynloadarea {
float: none;
width: 300px;
height: 300px;
}

#thumbs img {
height: 70px;
width: 70px; 
}


#datos {
  float: right;
	width: 300px;
	margin: 0 50px 0 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
}

#datos table {
	width: 100%;
}

#datos td {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #303030;
	padding: 4px 0 4px 8px;
	text-align: left;
}

#datos td.top {
	border-width: 1px 0 1px 0;
}

#shiny { display: none }
