#texto-buscar {
	float: left;
	margin: 50px 0px 0px 0px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	width: 271px;
}
#input-buscar input {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 270px;
	height: 30px;
	border: 1px solid #E4E4E4;
}
#boton-buscar {
	margin: 0px 0px 0px 0px;
	float: right;
}
#boton-buscar h3 {
	text-align: center;
	margin: -25px 0px 0px 4px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #97a27d;
	text-decoration: none;	
}

/*Buscar de grupos*/
#texto-buscar-grupo {
	float: left;
	margin: 0px 0px 0px 10px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	width: 609px;
}
#input-buscar-grupo input {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 476px;
	height: 29px;
	border: 1px solid #E4E4E4;
}
#boton-buscar-grupo {
	margin: 0px 0px 0px 0px;
	float: left;
}

/*BUSCAR*/
#buscador2 #buscar {
	float: left;
	margin: -36px 0px 0px 608px;
	width: 227px;
	height: 28px;
}
#buscador2 #buscar li {
	float: left;
	display: block;
	margin: 3px 0px 0px 2px;
}
#buscador2 #buscar input {
	margin: 0px 0px 0px 2px;
	width: 147px;
	height: 18px;
	border: 1px solid #DDD8D2;
	color:#4A4A4A;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: none;
}

/*TITULO*/
#buscar-titulo {
	float: left;
	margin: 15px 0px 0px 10px;
	width: 578px;
}
#buscar-titulo p {
	font-size: 16px;
	color: #7D7D7D;
	text-decoration: none;
}
#buscar-titulo p span{
	font-weight:bold;
}

/*No Registros*/
#buscar-no-registro {
	float: left;
	margin: 30px 0px 0px 0px;
	width: 610px;
	min-height:340px;
}
#buscar-no-registro #mensaje{
	float:left;
	text-align:center;
	margin: 0px 0px 0px 10px;
	width: 590px;
	height: 70px;
	background-color: #eff7f9;
	text-align:center;
}
#buscar-no-registro h3{		
	margin: 15px 0px 0px 0px;
	font-family: verdana;	
	font-size: 12px;
	font-weight: normal;
	color: #8d8d8d;
	text-decoration: none;	
	text-align:center;
	line-height:20px;
}
#buscar-no-registro h3 span{	
	font-weight: bold;
}
#buscar-no-registro a{	
	color:#0099CC;
}