/*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;
}
.tablaHome{	
	border-bottom:none;
	border-top:none;
	border-right:none;
}


body {
}

.titulos {
	color: #036;
}
.criterioBusqueda {
	color:#FFF;
	font-family:"Vendana";
	font-style: oblique;
	float: left;
	width: 700px;
	text-align: left;
}

.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;
}
.misionPadre{	
padding: 7px;
padding-left: 30px;	
}
.mision{
	float:none;
	background-repeat:no-repeat;
	width: 600px;
}
.misionHijo{
	width:590px;
	padding-top: 20px;
	padding-left: 33px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
}
.encabezadoIndex{
	width:690px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
}
#imagen{
	float:right;		
}
.divPrincipal{
	background-color:#FFF;
	width:950px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
}
.tablaContacto{
	width:300px;
	font-size: 5px;
}
#footer{
	text-align:center;
	font:Verdana, Geneva, sans-serif;
	size:10;
	
	}

