body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #FF6600;
}
a {
	text-decoration: none;
	color: #006600;
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}
span {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
}
label {
	color: #003300;
	margin-left: 10px;
}
.encabezado {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	background-color: #003300;
	color: #FFFFFF;
	text-align: center;
}

.buscar {
	background-color: #FFB76F;
	border: 1px solid #003300;
	font-size: 12px;
	width: 125px;
}
.datos {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	background-color: #FFB76F;
	color: #333333;
	padding-left: 5px;
	border-bottom: 1px solid #000;
}
.fila {
	border: 1px solid #000;
}
#contenedor {
	width: 800px;
	background-color: #FFFFFF;
	position:absolute;
	margin-left: -400px;
	height: 520px;
	left: 50%;
	margin-top: -260px;
	top: 50%;
}
.datos a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	margin-left: 0px;
}
#tablita {
	width: 750px;
	position:absolute;
	margin-left: 20px;
	height: 335px;
	overflow: auto;
	clear: both;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
	color: #993300;
}
#pie {
	position:absolute;
	clear: both;
	margin-top: 335px;
	text-align: center;
	width: 100%;
}
.datos2 {

	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	background-color: #FFB76F;
	color: #333333;
	padding-left: 5px;
	border-bottom: 1px solid #000;
}
.datos2 a {

	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	margin-left: 0px;
}

