.table {
	width: 100%;
	padding: 0;
	margin: 0;
	margin: 20px 0 20px 0;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
        clear: both;
}

.table th, .tabletitulos {
	font: bold 12px/1.4 "Helvetica", Arial, sans-serif;
	border: 1px solid #f0f0f0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #f0f0f0;
}

.table th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}

.table td {
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.table td.alt {
	background: #F5FAFA;
	color: #797268;
}

.table th.spec {
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: normal 12px/1.4 "Helvetica", Arial, sans-serif;
}

.table th.specalt {
	border-top: 0;
	font: normal 12px/1.4 "Helvetica", Arial, sans-serif;
	color: #797268;
}
.bold
{
    font-weight: bold;
}

.table tr:hover {
  background-color: #FFFFCC;
}
.impar {
	background-color: #f8f8f8;
}
.par {
	background-color: #fff;
}