
body  {
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
	background-image: url(/images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
	background-position:top right; 
	background-repeat:repeat-x;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #013802;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #header { 
	position: relative;
	padding:0px;

}

.thrColAbsHdr #mainContent { 
	background-color: #013802;



}
.thrColAbsHdr #footer {
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/images/footer.jpg);
	background-repeat:repeat-x;
	position: relative;
	width: 750px;
	height: 44px;
} 

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
}
a {
	text-decoration: underline;
	color:#CCCCCC;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}


img {
border:0
}
span.pregunta {
color:#FFFF99;
}
span.titulo {
font-size:12px; 
font-weight:bold; 
color:#FFFF99;
}
table.precios {
	width:100%;
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	
}
table.precios th {
	text-align: center;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.precios td {
	text-align:right;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
