#entorno_buscador{
	text-align: left;
	background-image: url(../imagenes/buscador/fondo_buscador.jpg);
	background-repeat:no-repeat;
	width: 555px;
	height: 150px;
	margin:0px auto;
	padding:7px 0px 0px 0px;
}

#entorno_buscador h1{
	margin:0px 0px 0px 55px;
	color: #FFFFFF;
}

#entorno_buscador #formulario{
	text-align: right;
	margin:35px 50px 0px 0px;
}

#entorno_buscador form{
	margin:0px 0px 5px 0px;
}

#entorno_resultado_buscador{
	width:630px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	padding:5px 10px 15px 10px;	
}

#sugerencias_buscador{
	display:none;
}

#link_ocultar_sugerencias_buscador{
	display:none;
}

#datos_resultado_buscador{
	width: 400px;
	float:left;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	padding:5px 10px 0px 10px;
}


#datos_resultado_buscador_descripcion{
	float:right;
	width:210px;
	padding:0px 0px 0px 0px;
}


#enlaces_resultado_buscador{
	float:right;
	width: 200px;
	padding:5px 0px 0px 5px;
}

#entorno_item_entidad{
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

#entorno_item_entidad img{
	float:left;
}

#entorno_item_entidad a.link, #entorno_item_entidad .item_entidad{
	display:block;
	margin:10px 0px 0px 0px;
}

h2.resultado_buscador{ 
	margin:0px 0px 5px 0px;
	clear:left;
}



table.rubros {
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

table.rubros td {
	background-color: #F4F4F4;
	vertical-align: top;
	line-height:15px;
	width: 30%;
}

table.rubros th {
	background-color: #CC3300;
	vertical-align: top;
	color: white;
}

table.rubros a:link, table.rubros a:visited {
	text-decoration: none;
	color:#333333;
}

table.rubros a:hover {
	text-decoration:underline;
}

#reporteResultados{
	line-height:15px;
	color:#003366;
}

