body{
	background-color: #FFFFFF;
}

table{
	vertical-align: top;
}

#heading{
	font: 24px bold;
	text-align: center;
}
.searchAgentes{
	text-align: center;
}

#cabecera, #cabecera td{
	vertical-align: top;
	width: 100%;
	text-align: center;
	border: 1px Solid black;
}

table, #cabecera{
	border: 1px Solid #D8D8D8;
}

.resultado{
	font-weight: bold;
	font-size: 16px;
}

.formDesc{
	background-color: #E0E0E0;
	text-align: center;
	margin-bottom: 38px;
}

.formText{
	font: 18px bold;
	text-align: center;
	margin: 38px 0px 4px 0px;
}

.formText input{
	width: 240px;
}

.lstfilpar {
	background: #D8E8AD;
}

.lstfilnon {
	background: #F2EBA7;
}

.lstfilparovr, .lstfilnonovr {
	background	: #FFB65B;
	color			: Black;
}

.menuopt{
	margin-bottom: 4px;
	border-bottom: 1px Solid blue;
	font-size: 20px;
	padding-left: 3px;
}


#mainTable{
	width: 100%;
	border: 1px solid black;
}

#footer{
	text-align: center;
	font-family: Times, Georgia;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer div{
	margin-top: 14px;
}

#morebig{
	font-size: 16px;
}