html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;	
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	height:99%;
	
}

body {
	background:#efece7;
	color: #323232;
	font-family: "Tahoma", serif;
	font-size: 11px;
}

.pie {
       display:block;
       text-align:right;
       width:980px;
}

img {
	border: 0;
}

input[type="reset"], input[type="submit"], input[type="button"]{
	border: 1px solid #336699;
	cursor: pointer;
	margin: 4px;
}
input[type="text"], textarea, .textinput, select{
	border: 1px #9f9584 solid; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
	margin: 4px;
	
}
.divBox {
	border: 1px; 
	border-color: #9f9584; 
	border-style: solid; 
	padding: 6px;
	margin: 11px;
	background: white;
}
.marcador {
	background: #cfe141;
}

.label {
	cursor: pointer;
}

td.backgroundShadow {
	background-position: top center;
	background-repeat: no-repeat;
	border: 0 none;
	padding: 0;
}
