
.servidor table{
	width:100%;
	border-collapse:collapse;
}
.servidor th,.servidor td{
	text-align:left;
	padding:.3em;
}
.servidor th{
	text-align:center;
	background:#328aa4 url(../img/th_fondo.gif) repeat-x;
	color:#fff;
}
.servidor td{
	/*background:#e5f1f4;*/
}

.th1{
	background:#e5f1f4;
	border:none;
}
.th2{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}