table#servicios,
table.totales,
table.formulario{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;	
}
table#servicios td,
table#servicios th,
table.totales td,
table.totales th,
table.formulario td,
table.formulario th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table#servicios td input,
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table#servicios {
	height: auto;
	width: 400px;
}

th {
	background-color: #B05D4B;
	font-size: 12px;
	color: #F4DF8B;
	padding: 3px;
	font-variant: small-caps;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.preciotd {
	text-align: right;
	font-weight: bolder;
}
table.grupo,
table.grupo td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table.totales,  .totales td {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid;
}
#servicios td.descripcion {
	width: 250px;
	text-align: left;
	margin: 0px;
	padding: 0px;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#servicios td.checkboxtd {
	width: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#servicios td.preciotd{
	white-space: nowrap;
	text-align: left;
	width: 100px;
		margin: 0px;
	padding: 0px;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#servicios tr.opciontr td.descripcion,
#servicios tr.opciontr td.checkboxtd {
	font-style: italic;
	background-color: #EEEEEE;
	padding-left: 10px;
}
