/*
	body {
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 10px;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	table
	{
		border: 1px;
		background-color: #999;
		font-size: 10px;
	}
	tr
	{
		vertical-align: top;
	}
	th
	{
		text-align: left;
		background-color: #ccc;
	}
	th,
	td
	{
		padding: 2px;
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 1.2em;
	}
	td
	{
		background-color: #fff;
	}

	a {
		font-weight: bold;
		text-decoration: none;
		color: #f30;
	}

	a:hover {
		color: #fff;
		background-color: #f30;
	}

	#wrapper {
		width: 400px;
		margin: 10px auto;
		text-align: left;
	}

	#content {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
	}

	#content h2 {
		font-size: 1.2em;
		margin-top: 3em;
	}








	label
	{
		font-weight: bold;
	}




*/

#content {
	position: absolute;
	height: 200px;
	font-size: 1.0em;
	line-height: 1.8em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.encabezado {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
}

.input1 {
  font-family: Tahoma;
  font-size:11px;
  width: 160;
  background-color:#ffffff;
  }

	/*
	================================================
	styling for autosuggest begins here
	================================================
	*/

	body
	{
		position: relative;
	}



	ul.autosuggest
	{
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: auto;
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
        font-size:10pt;
	}

	ul.autosuggest li
	{
		text-align: left;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}

	ul.autosuggest li a:link,
	ul.autosuggest li a:visited
	{
		display: block;
		padding: 2px;
		text-decoration: none;
		background-color: #eee;

	}

	ul.autosuggest li a:hover,
	ul.autosuggest li a:active
	{
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		color: #fff;
		background-color: #03f;
	}


	ul.autosuggest li.highlight a:link,
	ul.autosuggest li.highlight a:visited
	{
		color: #fff;
		background-color: #f30;
	}

	.report {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	}
    
	select{
	font-family: Tahoma;
	background-color: #eee;
	width:160;
	}
	
	select.f2{
	font-family: Tahoma;
	font-size: 9px;
	background-color: #eee;
	width:200;
	}

	select.anio{
	font-family: Tahoma;
	font-size: 11px;
	background-color: #eee;
	width:50;
	}

