/*Documento CSS*/
@media print {
	#tbUp
	{
		visibility: hidden;
		display: none;
	}
	
	#tbDown
	{
		visibility: hidden;
		display: none;
	}
	#txtBusqueda
	{
		visibility: hidden;
		display: none;
	}
		#tbUp
	{
		visibility: hidden;
		display: none;
	}
	
	#tbDown
	{
		visibility: hidden;
		display: none;
	}
	#txtBusqueda
	{
		visibility: hidden;
		display: none;
	}

}
txtBusqueda




#menu{
	float: left;
	width: 150px;
	height: 100px;
	border: 3px solid #ececff;
	padding: 7px;
	padding-left: 8px;
	border-right-color: #006;
}

#menu a{
	padding: 3px 1px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid gray;
	color: #606;
}

#menu a:hover{
	background-color: #99c;
	color: #fff;
}

.trDatosCassa{
	background-color:#F9F8E6;
	font-weight: bold;
	font-size: 14px;
}
.trDatosCassa2{
	font-weight: bold;
	font-size: 15px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
}
.trDatosCassa3{
	background-color:#F9F8E6;
	font-size: 14px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
}
.tablaHome{
	border-bottom:none;
	border-top:none;
	border-right:none;
	text-align: justify;
}


body {
}

.titulos {
	color: #036;
}
.criterioBusqueda {
	color:#FFFFFF;
	font-family:"Vendana";
	font-style: oblique;
}

.InfoFicha {
	color:#000;
	font-family:;	
}
.fondoTabla {
	background-repeat:repeat-y;
}


#contenidos{
	float:left;
	width:480px;
	min-height: 250px;
	border: 3px;
	margin-left: 10px;
	padding: 5px;
	padding-bottom: 8px;
	background-color: #fff;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 400px;
}
