.cuerpo .columnaDer .moduloBuscar{
	width:195px;
	overflow:hidden;
	background-image:url(../images/fdo_chat.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
	background-color:#f7f7f7;
	margin-bottom:10px;
}
	.cuerpo .columnaDer .moduloBuscar .tituloBuscar{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#3A6068;
		font-weight:bold;
		background-image:url(../images/tit_buscador.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		width:135px;
		height:30px;
		padding-top:20px;
		padding-left:60px;
	}
	.cuerpo .columnaDer .moduloBuscar .textoBuscar{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		margin:10px;
	}
	.cuerpo .columnaDer .moduloBuscar .campoBuscar{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		width:140px;
		float:left;
		margin-bottom:10px;
	}
	.cuerpo .columnaDer .moduloBuscar .btnBuscar{
		background-image:url(../images/btn_buscar.jpg);
		float:left;
		margin-left:5px;
		width:20px;
		height:20px;
		border:0px;
		cursor:pointer;
		margin-bottom:10px;
	}
